@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

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

/* フォント */
@font-face {
  font-family: "GenShinGothic";
  src: url("./font/GenShinGothic-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "GenShinGothic";
  src: url("./font/GenShinGothic-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "GenShinGothic";
  src: url("./font/GenShinGothic-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Book-01.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Medium-09.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 800;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "GenShinGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  min-width: 1440px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: "GenShinGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1A1A1A;
  background: #fff;
  margin: 0;
}

.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: 80px 0 110px;
}

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

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

/* 投稿 共通設定（SWELL） */
.l-content {
  margin: 0 auto 110px;
  padding-top: 80px;
}

/* スクロールオフセット（固定ヘッダー分） */
[id] {
  scroll-margin-top: var(--header-scroll-margin, 0px);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- サイト共通パーツ ------------------------- */
/* パンくず */
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.05em;
  color: #003C80;
  padding-top: 20px;
}

.breadcrumb .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb a {
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 共通ボタン */
.c_btn a {
  display: inline-block;
  min-width: 240px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.13em;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 28px;
  padding: 14px 17px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}

/* 無料相談パーツ */
.c_consultations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}

.c_consultations .c_consultation a {
  display: block;
}

.c_consultations .c_consultation_image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.c_consultations .c_consultation_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  aspect-ratio: 210 / 297;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_consultations .c_consultation_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  margin-top: 15px;
  text-align: center;
}

/* 共通タイトル */
.c_title--center {
  text-align: center;
}

.c_title .c_title_ja {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.19em;
}

.c_title .c_title_en {
  font-family: "Avenir", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0em;
  color: #003C80;
  margin-top: 12px;
}

/* ----------------------- サイト共通セクション ------------------------- */
/* お問い合わせ共通 */
.common_contact .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.05em;
  color: #fff;
  background: #003C80;
  padding: 12px 20px 10px;
  text-align: center;
}

.common_contact .body {
  background: #F2F8FF;
  padding: 31px 30px 30px;
}

.common_contact .cta {
  padding-right: 50px;
  border-right: 1px solid #707070;
  text-align: center;
}

.common_contact .cta_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.03em;
}

.common_contact .cta_row {
  -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: 2px;
}

.common_contact .cta_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.common_contact .cta_icon img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_contact .cta_number {
  font-family: "Avenir", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #003C80;
}

.common_contact .cta_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.03em;
}

.common_contact .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 50px;
}

.common_contact .sub_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.03em;
}

.common_contact .btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 13px;
}

.common_contact .btn a {
  position: relative;
  -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;
  border-radius: 4px;
  padding: 12px 35px 12px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_contact .btn a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./image/icon-right-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.common_contact .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.common_contact .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_contact .link {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.21;
  letter-spacing: 0.03em;
  color: #fff;
}

.common_contact .btn--contact a {
  background: #003C80;
}

.common_contact .btn--contact .icon img {
  width: 21px;
  height: auto;
}

.common_contact .btn--assessment a {
  background: #12529B;
}

.common_contact .btn--assessment .icon img {
  width: 22px;
  height: auto;
}

.common_contact .btn--line a {
  background: #06C755;
}

/* 下層FV */
.common_fv .body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
}

.common_fv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.common_fv .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common_fv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_fv .texts {
  position: relative;
  color: #fff;
  padding: 93px 0 62px;
}

.common_fv .title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.18em;
}

.common_fv .title--center {
  position: relative;
  top: -10px;
}

.common_fv .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.12em;
  margin-top: 34px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc_header {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding: 16px 0 15px;
  z-index: 10;
}

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

.pc_header .logo {
  width: 100%;
  max-width: 100px;
  margin-top: 5px;
}

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

.pc_header .logo a img {
  display: block;
  width: 100%;
}

.pc_header .nav {
  -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 .menus {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 23px;
  padding-right: 30px;
}

.pc_header .menu,
.pc_header .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .menu a {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.03em;
  color: #1A1A1A;
}

.pc_header .menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -15px;
  left: 0;
  background: #003C80;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .cta {
  padding-left: 30px;
  border-left: 1px solid #E2E2E2;
}

.pc_header .cta_title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.03em;
}

.pc_header .cta_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: 8px;
  margin-top: 2px;
}

.pc_header .cta_icon {
  position: relative;
  top: -1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc_header .cta_icon img {
  display: block;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .cta_number {
  font-family: "Avenir", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0em;
  color: #1A1A1A;
}

.pc_header .cta_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.03em;
  margin-top: 1px;
}

.pc_header .accordion {
  position: absolute;
  width: 100%;
  bottom: -200px;
  left: 0;
  background: #F5F5F5;
  padding: 30px 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .accordion.is-open {
  opacity: 1;
  visibility: visible;
}

.pc_header .sub_menus {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pc_header .sub_menu a {
  display: block;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .sub_menu_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-top: 15px;
  text-align: center;
}

.pc_header .sub_menu_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 235/120;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  position: relative;
  height: calc(100vh - 100px);
}

#top_fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 60, 128, 0)), color-stop(60%, rgba(0, 60, 128, 0.1)), to(rgba(0, 60, 128, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 60, 128, 0) 40%, rgba(0, 60, 128, 0.1) 60%, rgba(0, 60, 128, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 60, 128, 0) 40%, rgba(0, 60, 128, 0.1) 60%, rgba(0, 60, 128, 0.6) 100%);
  z-index: 2;
}

#top_fv .wrap {
  height: 100%;
}

#top_fv .texts {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 18px;
  height: 100%;
  color: #fff;
  padding-bottom: 50px;
  z-index: 3;
}

#top_fv .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.18em;
}

#top_fv .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#top_fv .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#top_fv .swiper {
  height: 100%;
}

#top_fv .swiper-wrapper {
  height: 100%;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#top_fv .swiper-slide {
  height: 100%;
}

#top_fv .image {
  height: 100%;
}

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

/* 不動産事業 */
#top_business {
  position: relative;
  padding: 122px 0 0;
  z-index: 1;
}

#top_business .en {
  font-family: "Avenir", serif;
  font-size: 121.8px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0em;
  color: rgba(0, 60, 128, 0.1215686275);
}

#top_business .swiper-container {
  display: grid;
  margin-top: -47px;
}

#top_business .sp_slider {
  display: none;
}

#top_business .accordion_slider {
  grid-area: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  overflow: hidden;
}

#top_business .accordion_slide {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-transition: -webkit-box-flex 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-flex 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 1.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-flex 1.6s cubic-bezier(0.4, 0, 0.2, 1), -ms-flex 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#top_business .accordion_slide.is-active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1040px;
  flex: 0 0 1040px;
}

#top_business .slide_image {
  position: absolute;
  inset: 0;
}

#top_business .slide_image a {
  display: block;
  width: 100%;
  height: 100%;
}

#top_business .slide_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#top_business .slide_content {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 520px;
  background: #2B5686;
  padding: 38px 30px 32px;
  margin-left: 50px;
  margin-top: -208px;
}

#top_business .slide_body {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}

#top_business .slide_body.is-active {
  opacity: 1;
  pointer-events: auto;
}

#top_business .slide_title {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

#top_business .slide_en {
  font-style: oblique;
  font-family: "Avenir", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.1215686275);
}

#top_business .slide_ja {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  margin-top: -20px;
}

#top_business .slide_text {
  min-height: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.13em;
  color: #fff;
  margin-top: 15px;
}

#top_business .slide_btn {
  margin-top: 32px;
}

#top_business .slide_btn a {
  min-width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 17px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_business .slide_btn_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_business .slide_btn_icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 11px;
}

#top_business .slide_btn_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_business .slide_btn_icon img.default {
  opacity: 1;
}

#top_business .slide_btn_icon img.switch {
  opacity: 0;
}

#top_business .slide_indicator {
  position: relative;
  top: 20px;
  -ms-flex-item-align: end;
  align-self: end;
  justify-self: end;
  min-width: 500px;
  z-index: 10;
}

#top_business .slide_indicator_label {
  position: relative;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px;
}

#top_business .slide_indicator_ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.14em;
  color: #003C80;
}

#top_business .slide_indicator_en {
  font-style: oblique;
  font-family: "Avenir", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
}

#top_business .slide_indicator_track {
  width: 100%;
  height: 10px;
  background: #F2F2F2;
  border-radius: 10px;
}

#top_business .slide_indicator_fill {
  display: block;
  width: 0;
  height: 100%;
  background: #003C80;
  border-radius: 10px;
  -webkit-transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* シニアライフカウンセラー事業 */
#top_senior {
  position: relative;
  padding: 120px 0 0;
}

#top_senior::before {
  content: "";
  position: absolute;
  width: 1112px;
  height: 1520px;
  top: -411px;
  right: 0;
  background: #F8F8F8;
  z-index: -1;
}

#top_senior .title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

#top_senior .items {
  margin-top: 32px;
}

#top_senior .item {
  position: relative;
}

#top_senior .item:not(:first-of-type) {
  margin-top: 12px;
}

#top_senior .item_image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top_senior .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1140/260;
}

#top_senior .item_contents {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-left: 40px;
  padding: 60px 20px 25px;
  background: #fff;
}

#top_senior .item_logo {
  padding-right: 24px;
}

#top_senior .item_logo img {
  display: block;
  width: 100%;
  margin-inline: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_senior .item_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin-top: 24px;
  text-align: center;
}

#top_senior .item_btn {
  padding-right: 24px;
  margin-top: 32px;
  text-align: center;
}

#top_senior .item_btn a {
  min-width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #1A1A1A;
  border-radius: 25px;
  padding: 13px 20px 12px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_senior .item_btn_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_senior .item_btn_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top_senior .item_btn_icon img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_senior .item:nth-of-type(even) .item_contents {
  margin-left: auto;
  margin-right: 40px;
}

#top_senior .item:nth-of-type(1) .item_logo img {
  max-width: 208px;
}

#top_senior .item:nth-of-type(2) .item_contents {
  padding: 63px 20px 25px;
}

#top_senior .item:nth-of-type(2) .item_logo img {
  max-width: 179px;
}

#top_senior .item:nth-of-type(3) .item_contents {
  padding: 73px 20px 25px;
}

#top_senior .item:nth-of-type(3) .item_logo {
  padding-right: 0;
}

#top_senior .item:nth-of-type(3) .item_logo img {
  max-width: 339px;
}

/* 代表メッセージ */
#top_greeting {
  padding: 135px 0 118px;
}

#top_greeting .body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 70px;
}

#top_greeting .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

#top_greeting .title {
  margin-top: 15px;
}

#top_greeting .title_ja {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

#top_greeting .title_en {
  position: relative;
  top: -15px;
}

#top_greeting .title_en img {
  display: block;
  width: 203px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
}

#top_greeting .btn {
  margin-top: 40px;
}

#top_greeting .texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_greeting .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.06;
  letter-spacing: 0.12em;
}

#top_greeting .name {
  margin-top: 48px;
}

#top_greeting .name img {
  display: block;
}

/* 施工事例 */
#top_works {
  background: #F8F8F8;
  padding: 72px 0 70px;
}

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

#top_works .item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #1A1A1A;
}

#top_works .item_head {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #1A1A1A;
}

#top_works .item_image {
  overflow: hidden;
}

#top_works .item_image img {
  width: 370px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 370/200;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_works .item_contents {
  border-bottom: 1px solid #1A1A1A;
  padding: 15px 20px 30px;
}

#top_works .item_title {
  min-height: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.15em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_works .item_address {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 18px;
}

#top_works .units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 10px;
  margin-top: 24px;
}

#top_works .unit {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 9px;
}

#top_works .unit_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#top_works .item_btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #1A1A1A;
  padding: 18px 45px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_works .item_btn::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  position: absolute;
  top: calc(50% + 1px);
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./image/icon-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_works .btn {
  margin-top: 40px;
  text-align: center;
}

/* お客様の声 */
#top_review {
  padding: 125px 0 154px;
}

#top_review .head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_review .btn {
  position: relative;
  top: -10px;
}

#top_review .btn a {
  min-width: 200px;
  padding: 11px 17px;
}

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

#top_review .item a {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  min-height: 200px;
}

#top_review .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  overflow: hidden;
}

#top_review .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_review .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 15px 20px 20px;
}

#top_review .item_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.07em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_review .item_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
}

#top_review .item_date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #003C80;
  margin-top: 31px;
}

/* 企業情報 */
#top_company {
  padding: 0 0 32px;
}

#top_company .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1340/380;
}

#top_company .contents {
  position: relative;
  background: rgba(255, 255, 255, 0.93);
  padding: 68px 60px 70px;
  margin-top: -110px;
  text-align: center;
}

#top_company .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: 0.18em;
  color: #003C80;
}

#top_company .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-top: 35px;
}

#top_company .btn {
  margin-top: 35px;
  text-align: center;
}

/* お知らせ */
#top_news {
  background: #FAFCFF;
  padding: 85px 0 83px;
}

#top_news .head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_news .btn {
  position: relative;
  top: -10px;
}

#top_news .btn a {
  min-width: 200px;
  padding: 11px 17px;
}

#top_news .item a {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding: 36px 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .item_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
}

#top_news .item_date {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "Avenir", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #003C80;
}

#top_news .item_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #1A1A1A;
}

#top_news .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

#top_news .item_arrow img {
  display: block;
  width: 6px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* INSTAGRAM */
#top_instagram {
  padding: 90px 0 140px;
}

#top_instagram .title {
  font-family: "Avenir", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.19em;
  color: #003C80;
  text-align: center;
}

#top_instagram .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 26px;
}

#top_instagram .item a {
  display: block;
  overflow: hidden;
}

#top_instagram .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ 不動産事業 */
#business_content {
  padding: 40px 0 170px;
}

#business_content .item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid #003C80;
  padding: 80px 0;
}

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

#business_content .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#business_content .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
}

#business_content .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 450/335;
}

#business_content .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#business_content .title_ja {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #003C80;
  margin-top: -25px;
}

#business_content .title_en {
  font-style: oblique;
  font-family: "Avenir", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(0, 60, 128, 0.1215686275);
}

#business_content .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.13em;
  margin-top: 32px;
}

#business_content .btn {
  margin-top: 32px;
}

/* PC固定ページ 買取相談 */
#purchase_flow {
  padding: 90px 0 40px;
}

#purchase_flow .item:not(:first-of-type) {
  margin-top: 42px;
}

#purchase_flow .item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 30px 50px 39px 60px;
}

#purchase_flow .item:first-of-type {
  padding: 30px 50px 34px 60px;
}

#purchase_flow .item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#purchase_flow .item::before {
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 70px 0 70px;
  border-color: #FFFFFF transparent transparent transparent;
  filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.08));
  z-index: 2;
}

#purchase_flow .item:last-of-type::before {
  display: none;
}

#purchase_flow .item_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;
}

#purchase_flow .item_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Avenir", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #fff;
  background: #003C80;
  border-radius: 50%;
  padding-top: 3px;
}

#purchase_flow .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#purchase_flow .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 22px;
}

#purchase_flow .item:first-of-type .item_text {
  margin-top: 6px;
}

#purchase_flow .item:not(:first-of-type) .item_text {
  line-height: 1.56;
}

#purchase_flow .item_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}

#purchase_flow .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#purchase_flow .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

#purchase_flow .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 400/230;
}

#purchase_flow .units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 20px;
}

#purchase_flow .unit {
  color: #fff;
  background: #003C80;
  padding: 18px 20px 17px;
  text-align: center;
}

#purchase_flow .unit_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

#purchase_flow .unit_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 6px;
}

#purchase_flow .item_note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 15px;
  text-align: right;
}

#purchase_features {
  padding: 38px 0 58px;
}

#purchase_features .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

#purchase_features .items {
  margin-top: 19px;
}

#purchase_features .item {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  padding: 37px 20px 23px;
}

#purchase_features .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(left, #E3E3E3 0 2px, transparent 2px 4px);
  background: repeating-linear-gradient(to right, #E3E3E3 0 2px, transparent 2px 4px);
}

#purchase_features .item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#purchase_features .item_icon img {
  width: 39px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#purchase_features .item_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.05em;
}

#purchase_features .item_title .accent {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0.05em;
  color: #003C80;
}

#purchase_features .catch {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.05em;
  margin-top: 76px;
  text-align: center;
}

#purchase_contact {
  padding: 0 0 110px;
}

/* PC固定ページ シニアライフカウンセラー事業 */
#senior_content {
  padding: 80px 0 170px;
}

#senior_content .item {
  border-bottom: 1px solid #003C80;
  padding: 80px 0;
}

#senior_content .item:first-of-type {
  padding-top: 0;
}

#senior_content .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#senior_content .item_body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

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

#senior_content .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

#senior_content .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 500/480;
}

#senior_content .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#senior_content .item_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#senior_content .item_catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  color: #003C80;
  margin-top: 24px;
}

#senior_content .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

#senior_content .item:nth-of-type(1) .item_logo img {
  max-width: 300px;
}

#senior_content .item:nth-of-type(2) .item_logo img {
  max-width: 200px;
}

#senior_content .item:nth-of-type(3) .item_logo img {
  max-width: 430px;
}

#senior_content .block {
  max-width: 1140px;
  margin-inline: auto;
  margin-top: 60px;
}

#senior_content .block_title {
  text-align: center;
}

#senior_content .block_title span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  padding: 0 40px;
  color: #003C80;
}

#senior_content .block_title span::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: 0;
  color: #003C80;
}

#senior_content .block_title span::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 8px;
  color: #003C80;
}

#senior_content .c_consultations {
  margin-top: 24px;
}

#senior_content .btn {
  margin-top: 40px;
  text-align: center;
}

#senior_content .about_box {
  background: #f1f1f1;
  padding: 30px 40px;
  margin: 60px 0;
  border-radius: 10px;
}

#senior_content .about_box .title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-bottom: 1em;
  color: #003C80;
}

#senior_content .about_box .title:before {
  content: "？";
  width: 30px;
  height: 30px;
  background: #003C80;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#senior_content .about_box .title:after {
  content: "";
  width: 720px;
  height: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
}

#senior_content .can_box {
  margin-bottom: 100px;
}

#senior_content .can_box .flex_box {
  align-items: center;
}

#senior_content .can_box .image {
  width: 30%;
}

#senior_content .can_box .text_box {
  width: 65%;
}

#senior_content .can_box .text_box .title {
  font-size: 25px;
  color: #003C80;
  padding-left: 1em;
  border-left: 3px solid;
  margin-bottom: 1em;
  font-weight: 600;
}

#senior_content .can_box .text_box .lead {
  line-height: 2;
}

#senior_content .common_sec_title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  color: #003C80;
  font-weight: 700;
  position: relative;
  padding-top: 1.5em;
}

#senior_content .common_sec_title:before {
  content: "・・・";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#senior_content .reason_box {
  margin: 100px 0;
}

#senior_content .reason_box ol li {
  align-items: center;
}

#senior_content .reason_box ol li+li {
  margin-top: 70px;
}

#senior_content .reason_box ol li .image {
  width: 35%;
}

#senior_content .reason_box ol li:nth-child(even) .image {
  order: 2;
}

#senior_content .reason_box ol li .image img {
  border-radius: 5px;
}

#senior_content .reason_box ol li .text_box {
  width: 60%;
}

#senior_content .reason_box ol li .text_box .label {
  background: #003C80;
  color: #fff;
  width: fit-content;
  border-radius: 5px;
  padding: .2em 1em;
  margin-bottom: 1em;
}

#senior_content .reason_box ol li .text_box .title {
  color: #003C80;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}

#senior_content .reason_box ol li .text_box .lead {
  font-size: 14px;
  line-height: 2;
}

#senior_content .reviews_box ul li {
  background: #f1f1f1;
  padding: 20px 40px;
  border-radius: 5px;
}

#senior_content .reviews_box ul li+li {
  margin-top: 20px;
}

#senior_content .reviews_box ul li .head_box {
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

#senior_content .reviews_box ul li .head_box .icon {
  width: 70px;
}

#senior_content .reviews_box ul li .head_box .title {
  font-size: 18px;
  font-weight: 600;
  color: #003C80;
}

#senior_content .reviews_box ul li .lead {
  background: #fff;
  padding: 1em 1.5em;
  border-radius: 5px;
  font-size: 14px;
  line-height: 2;
}

#senior_content .item_top_outer {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.senior_line_btn a {
  display: flex;
  background: #06C755;
  position: relative;
  min-width: 200px;
  -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;
  border-radius: 4px;
  padding: 8px 20px 8px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.senior_line_btn a .text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: #fff;
}

.senior_line_btn a .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.senior_line_btn a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.senior_line_btn a:hover {
  opacity: .8;
}

/* PC固定ページ 無料相談会実施中 */
#consultation_content {
  padding: 80px 0 110px;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #1A1A1A;
  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-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 {
  background: #C70000;
  color: #fff;
}

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

.common_contact_form .form_box dl dt::after {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.common_contact_form .form_box dl .note,
.common_contact_form .form_box dl .addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.common_contact_form .form_box dl .note {
  color: #f60;
}

#page_confirm .common_contact_form .form_box dl .note,
#page_confirm .common_contact_form .form_box dl .addition {
  display: none;
}

.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 .input-half input[type="text"] {
  width: 300px;
}

.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: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
}

.common_contact_form select.empty {
  color: #1A1A1A;
}

.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;
  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 {
  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;
  padding: .5em 0;
}

/* ラジオボタンを隠す */
.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 {
  color: #1A1A1A;
  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: #003C80;
  -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: #1A1A1A;
  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 #003C80 #003C80;
  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;
  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: #1A1A1A;
  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: #003C80;
  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固定ページ 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;
}

.p-authorBox .avatar {
  display: inline;
  object-fit: contain;
}

.p-authorBox__name {
  font-size: 1em !important;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #003C80;
  background-color: #FFF;
  border: solid 1px #003C80;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #003C80;
  border-color: #003C80;
  font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC追従CTA */
.fix_cta {
  position: fixed;
  max-height: 230px;
  bottom: 20px;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(230px);
  transform: translateX(230px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.fix_cta.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fix_cta .cta_body {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fix_cta .fix_cta_head a {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  background: #003C80;
  padding: 20px;
}

.fix_cta .fix_cta_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: 0.2em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

_::-webkit-full-page-media,
_:future,
:root .fix_cta .fix_cta_title {
  position: relative;
  left: -8px;
}

.fix_cta .fix_cta_button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fix_cta .fix_cta_button img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fix_cta .fix_cta_contents {
  background: #fff;
  border: 5px solid #0A4B95;
  padding: 10px;
}

.fix_cta .fix_cta_btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.fix_cta .fix_cta_btn a {
  position: relative;
  min-width: 200px;
  -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;
  border-radius: 4px;
  padding: 8px 20px 8px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix_cta .fix_cta_btn a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./image/icon-right-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fix_cta .fix_cta_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.fix_cta .fix_cta_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fix_cta .fix_cta_link {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: #fff;
}

.fix_cta .fix_cta_box {
  margin-top: 8px;
}

.fix_cta .fix_cta_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.fix_cta .fix_cta_tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fix_cta .fix_cta_tel_icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fix_cta .fix_cta_number {
  position: relative;
  top: 2px;
  font-family: "Avenir", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  color: #003C80;
}

.fix_cta .fix_cta_text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0em;
  color: #1A1A1A;
  margin-top: 5px;
}

.fix_cta .fix_cta_btn--contact a {
  background: #003C80;
}

.fix_cta .fix_cta_btn--contact .fix_cta_icon img {
  width: 21px;
  height: auto;
}

.fix_cta .fix_cta_btn--assessment a {
  background: #12529B;
}

.fix_cta .fix_cta_btn--assessment .fix_cta_icon img {
  width: 22px;
  height: auto;
}

.fix_cta .fix_cta_btn--line a {
  background: #06C755;
}

/* フッター */
.site_footer {
  color: #fff;
  background: #003C80;
  padding: 110px 0 50px;
}

.site_footer .body {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 236px;
}

.site_footer .logo {
  width: 100%;
  max-width: 141px;
}

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

.site_footer .logo a img {
  display: block;
  width: 100%;
}

.site_footer .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4px;
}

.site_footer .menus:nth-of-type(1) {
  margin-right: 58px;
}

.site_footer .menus:nth-of-type(2) {
  margin-right: 53px;
}

.site_footer .menu {
  line-height: 1;
}

.site_footer .menu:not(:first-of-type) {
  margin-top: 36px;
}

.site_footer .menu a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menus {
  margin-top: 25px;
}

.site_footer .sub_menu:not(:first-of-type) {
  margin-top: 14px;
}

.site_footer .sub_menu a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menu a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  top: 7px;
  left: 0;
  background: #fff;
}

.site_footer .sub_menu--tab a {
  position: relative;
  min-width: 100px;
  padding-right: 10px;
}

.site_footer .sub_menu--tab a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  background-image: url("./image/icon-separate-tab-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.site_footer .sns {
  margin-top: 8px;
}

.site_footer .sns_items {
  -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;
}

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

.site_footer .sns_item img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .box {
  -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 #fff;
  padding-bottom: 20px;
  margin-top: 37px;
}

.site_footer .company_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.site_footer .company_tel {
  font-family: "Avenir", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 10px;
}

.site_footer .lists {
  gap: 11px;
}

.site_footer .list {
  position: relative;
  line-height: 1;
}

.site_footer .list:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.site_footer .list a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 22px;
}

.site_footer .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.site_footer .copyright {
  display: block;
  font-family: "Avenir", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */
.breadcrumb a:hover {
  opacity: 0.8;
}

.c_btn a:hover {
  color: #fff;
  background: #1A1A1A;
}

/* 無料相談パーツ */
.c_consultations .c_consultation a:hover .c_consultation_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* 共通お問い合わせ */
.common_contact .btn a:hover {
  opacity: 0.8;
}

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

.pc_header .menu a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

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

/* 事業紹介 */
#top_business .slide_btn a:hover {
  background: #fff;
}

#top_business .slide_btn a:hover .slide_btn_text {
  color: #2B5686;
}

#top_business .slide_btn a:hover .slide_btn_icon img.default {
  opacity: 0;
}

#top_business .slide_btn a:hover .slide_btn_icon img.switch {
  opacity: 1;
}

/* シニアライフカウンセラー事業 */
#top_senior .item_btn a:hover {
  background: #1A1A1A;
}

#top_senior .item_btn a:hover .item_btn_text {
  color: #fff;
}

#top_senior .item_btn a:hover .item_btn_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* 施工事例 */
#top_works .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_works .item a:hover .item_btn {
  color: #fff;
  background: #003C80;
}

#top_works .item a:hover .item_btn::before {
  background-image: url("./image/icon-right-arrow-white.svg");
}

/* お客様の声 */
#top_review .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* お知らせ */
#top_news .item a:hover {
  opacity: 0.7;
}

/* INSTAGRAM */
#top_instagram .item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* PC固定ページ 無料相談会実施中 */
#consultation_content a[href $='.pdf']:hover {
  text-decoration: none;
}

/* PC固定ページ お問い合わせ */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

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

/* wp-pagenavi base */
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #003C80;
  border-color: #003C80;
}

/* PC追従CTA */
.fix_cta .fix_cta_btn a:hover {
  opacity: 0.8;
}

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

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

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

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

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

/* 士業の方へ（PC） */

.page_professionals {
  padding: 100px 0;
}

.page_professionals .section_reason {
  margin-bottom: 100px;
}

.page_professionals .section_reason .intro_text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4em;
  color: #003C80;
}

.page_professionals .sec_title {
  font-size: 30px;
  text-align: center;
  color: #003C80;
  font-weight: 600;
  border-top: 10px double;
  border-bottom: 10px double;
  padding: .5em 2em;
  width: fit-content;
  margin: 0 auto 40px;
}

.page_professionals .sec_title .num {
  font-size: 50px;
  line-height: 1;
}

.page_professionals .section_reason ol {
  display: flex;
  justify-content: space-between;
}

.page_professionals .section_reason ol li {
  width: 30%;
}

.page_professionals .section_reason ol li .image {
  margin-bottom: 10px;
  height: 200px;
}

.page_professionals .section_reason ol li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_professionals .section_reason ol li .text_box .title_box {
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 1em;
}

.page_professionals .section_reason ol li .text_box .title_box .num {
  font-size: 30px;
  color: #003C80;
  font-weight: 600;
  position: relative;
}

.page_professionals .section_reason ol li .text_box .title_box .num:after {
  content: "/";
  margin-left: .2em;
}

.page_professionals .section_reason ol li .text_box .title_box .title {
  font-size: 20px;
  color: #003C80;
  font-weight: 600;
  line-height: 1.4;
}

.page_professionals .section_reason ol li .text_box .lead {
  font-size: 14px;
  line-height: 2;
}

.page_professionals .section_service {
  background: #f1f1f1;
  padding: 100px 0;
}

.page_professionals .section_service ol li {
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.page_professionals .section_service ol li+li {
  margin-top: 50px;
}

.page_professionals .section_service ol li .image {
  width: 40%;
  object-fit: cover;
}

.page_professionals .section_service ol li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_professionals .section_service ol li .text_box {
  width: 55%;
}

.page_professionals .section_service ol li .text_box .title_box {
  align-items: center;
  gap: 10px;
  margin-bottom: .5em;
}

.page_professionals .section_service ol li .text_box .title_box .num {
  font-size: 30px;
  color: #003C80;
  font-weight: 600;
  position: relative;
}

.page_professionals .section_service ol li .text_box .title_box .num:after {
  content: "/";
  margin-left: .2em;
}

.page_professionals .section_service ol li .text_box .title_box .title {
  font-size: 25px;
  color: #003C80;
  font-weight: 600;
  line-height: 1.4;
}

.page_professionals .section_service ol li .text_box .lead {
  font-size: 14px;
  line-height: 2;
}

.page_professionals .section_service ol li .text_box dl {
  margin-top: 2rem;
  font-size: 14px;
}

.page_professionals .section_service ol li .text_box dl dt {
  width: fit-content;
  background: #003C80;
  color: #fff;
  font-size: 14px;
  padding: .5em 2em;
}

.page_professionals .section_service ol li .text_box dl dd {
  border: 2px solid #003C80;
  padding: 1em;
}

.page_professionals section.section_cta {
  padding-top: 100px;
  text-align: center;
}

.page_professionals section.section_cta .title {
  font-size: 25px;
  font-weight: 600;
  color: #003C80;
  margin-bottom: 1em;
  line-height: 2.2;
}

.page_professionals section.section_cta .title .dotted {
  position: relative;
  font-size: 30px;
}

.page_professionals section.section_cta .title .dotted:before {
  content: "・・・・・・";
  position: absolute;
  left: 0;
  top: -1.3em;
}

.page_professionals section.section_cta .lead {
  margin-bottom: 3em;
  line-height: 2;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }

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

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

  body {
    min-width: 100%;
    font-size: 3.59vw;
    line-height: 1.36;
  }

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

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

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

  .common_page_wrap {
    padding: 10.26vw 0 20.51vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* 投稿 共通設定（SWELL） */
  .l-content {
    margin: 10.26vw auto 20.51vw;
    padding-top: 0;
  }

  .single-post .l-content {
    padding-top: 80px;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* パンくず */
  .breadcrumb {
    font-size: 2.56vw;
    color: #003C80;
    padding-top: 2.56vw;
  }

  .breadcrumb .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .breadcrumb .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a {
    min-width: 46.15vw;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.13em;
    font-size: 3.59vw;
    line-height: 1.88;
    border-radius: 6.15vw;
    padding: 10px 15px;
  }

  .c_btn a:hover {
    color: #1A1A1A;
    background: transparent;
  }

  /* 無料相談パーツ */
  .c_consultations {
    grid-template-columns: 1fr;
    gap: 8.2vw;
  }

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

  .c_consultations .c_consultation a:hover .c_consultation_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_consultations .c_consultation_title {
    font-size: 4.1vw;
    margin-top: 3.08vw;
  }

  /* 共通タイトル */
  .c_title .c_title_ja {
    font-size: 5.64vw;
    line-height: 1.59;
  }

  .c_title .c_title_en {
    font-size: 4.1vw;
    line-height: 1.38;
    margin-top: 0;
  }

  /* ----------------------- サイト共通セクション ------------------------- */
  /* お問い合わせ共通 */
  .common_contact .title {
    font-size: 4.62vw;
    padding: 2.56vw;
  }

  .common_contact .body {
    padding: 6.15vw 3.85vw;
  }

  .common_contact .cta {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 5.13vw;
  }

  .common_contact .cta_title {
    font-size: 3.85vw;
  }

  .common_contact .cta_row {
    gap: 2.56vw;
    margin-top: 0;
  }

  .common_contact .cta_icon img {
    width: 7.69vw;
  }

  .common_contact .cta_number {
    position: relative;
    top: 0.26vw;
    font-size: 7.69vw;
  }

  .common_contact .cta_text {
    font-size: 3.59vw;
  }

  .common_contact .contents {
    padding-left: 0;
    margin-top: 5.13vw;
  }

  .common_contact .sub_title {
    font-size: 3.85vw;
    text-align: center;
  }

  .common_contact .btns {
    grid-template-columns: 1fr;
    gap: 1.28vw;
    margin-top: 3.08vw;
  }

  .common_contact .btn a {
    gap: 2.56vw;
    border-radius: 1.03vw;
    padding: 3.08vw 8.97vw 3.08vw 2.56vw;
  }

  .common_contact .btn a:hover {
    opacity: 1;
  }

  .common_contact .btn a::before {
    width: 1.54vw;
    height: 2.56vw;
    right: 5.13vw;
  }

  .common_contact .icon {
    width: 7.69vw;
    height: 7.69vw;
  }

  .common_contact .link {
    font-size: 3.59vw;
  }

  .common_contact .btn--contact .icon img {
    width: 5.38vw;
  }

  .common_contact .btn--assessment .icon img {
    width: 5.64vw;
  }

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

  .common_fv .body {
    min-height: auto;
  }

  .common_fv .texts {
    padding: 15.9vw 0 15.9vw;
    text-align: center;
  }

  .common_fv .title {
    font-size: 5.64vw;
    line-height: 1.18;
  }

  .common_fv .title--center {
    position: relative;
    top: 0;
  }

  .common_fv .text {
    font-size: 3.59vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 5.13vw;
    margin-top: 10.26vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 15px 0;
    z-index: 10;
  }

  .sp_hd .body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc(50px + 1.54vw);
  }

  .sp_hd .logo {
    position: relative;
    top: 2px;
    width: 100%;
    max-width: 68px;
  }

  .sp_hd .logo a img {
    width: 100%;
  }

  .sp_hd .tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sp_hd .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #003C80;
  }

  .sp_hd .tel a img {
    position: relative;
    top: -1px;
    width: 31px;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    height: 125.64vw;
    margin-top: 80px;
  }

  #top_fv .texts {
    gap: 4.62vw;
    padding-bottom: 10.26vw;
  }

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

  #top_fv .text {
    font-size: 3.59vw;
    line-height: 1.43;
  }

  /* 不動産事業 */
  #top_business {
    padding: 13.85vw 0 0;
  }

  #top_business .en {
    font-size: 14.62vw;
    line-height: 1;
  }

  #top_business .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -2.56vw;
  }

  #top_business .accordion_slider {
    display: none;
  }

  #top_business .sp_slider {
    height: 69.23vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.28vw;
  }

  #top_business .sp_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }

  #top_business .sp_main img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #top_business .sp_thumbs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12.82vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.28vw;
  }

  #top_business .sp_thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  #top_business .sp_thumb.is-active {
    opacity: 1;
  }

  #top_business .sp_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #top_business .slide_content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    position: relative;
    max-width: 100%;
    background: transparent;
    padding: 0;
    margin-left: 0;
    margin-top: 4.87vw;
  }

  #top_business .slide_body {
    grid-area: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1.6s ease;
    transition: opacity 1.6s ease;
  }

  #top_business .slide_body.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }

  #top_business .slide_title {
    border-bottom: none;
    padding-bottom: 0;
  }

  #top_business .slide_en {
    font-size: 8.21vw;
    line-height: 1.38;
    color: rgba(26, 26, 26, 0.1215686275);
  }

  #top_business .slide_ja {
    font-size: 5.64vw;
    line-height: 1.5;
    color: #1A1A1A;
    margin-top: -4.1vw;
  }

  #top_business .slide_text {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.06em;
    color: #1A1A1A;
    margin-top: 2.56vw;
  }

  #top_business .slide_btn {
    margin-top: 7.18vw;
  }

  #top_business .slide_btn a {
    min-width: 41.03vw;
    gap: 2.56vw;
    border: 1px solid #1A1A1A;
    border-radius: 6.41vw;
    padding: 3.08vw 5.13vw;
  }

  #top_business .slide_btn a:hover {
    background: transparent;
  }

  #top_business .slide_btn_text {
    font-size: 3.59vw;
    color: #1A1A1A;
  }

  #top_business .slide_btn a:hover .slide_btn_text {
    color: #1A1A1A;
  }

  #top_business .slide_btn_icon {
    width: 1.54vw;
    height: 2.82vw;
  }

  #top_business .slide_btn_icon img {
    width: 100%;
    height: 100%;
  }

  #top_business .slide_btn_icon img.default {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  #top_business .slide_btn_icon img.switch {
    display: none;
  }

  #top_business .slide_btn a:hover .slide_btn_icon img.default {
    opacity: 1;
  }

  #top_business .slide_indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: static;
    top: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    justify-self: auto;
    min-width: 100%;
    padding: 0;
    margin-top: 7.69vw;
  }

  #top_business .slide_indicator_label {
    top: 0;
    gap: 1.03vw;
    margin-top: 3.33vw;
  }

  #top_business .slide_indicator_ja {
    font-size: 3.59vw;
  }

  #top_business .slide_indicator_en {
    font-size: 3.08vw;
  }

  #top_business .slide_indicator_track {
    height: 1.54vw;
    border-radius: 2.56vw;
  }

  #top_business .slide_indicator_fill {
    border-radius: 2.56vw;
  }

  /* シニアライフカウンセラー事業 */
  #top_senior {
    padding: 13.85vw 0 10.26vw;
  }

  #top_senior::before {
    display: none;
  }

  #top_senior .title {
    font-size: 4.1vw;
    line-height: 1.44;
  }

  #top_senior .items {
    margin-top: 5.13vw;
  }

  #top_senior .item:not(:first-of-type) {
    margin-top: 5.13vw;
  }

  #top_senior .item_image {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  #top_senior .item_image img {
    aspect-ratio: unset;
  }

  #top_senior .item_text {
    font-size: 3.33vw;
    line-height: 1.38;
    margin-top: 3.85vw;
    text-align: left;
  }

  /* 代表メッセージ */
  #top_greeting {
    padding: 10.26vw 0 16.67vw;
  }

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

  #top_greeting .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  #top_greeting .title {
    max-width: 57.69vw;
    margin-left: 0;
    margin-top: 0;
  }

  #top_greeting .title_ja {
    font-size: 5.64vw;
  }

  #top_greeting .title_en {
    top: -2.56vw;
  }

  #top_greeting .title_en img {
    width: 29.74vw;
  }

  #top_greeting .texts {
    margin-top: 2.31vw;
  }

  #top_greeting .text {
    font-size: 3.59vw;
    line-height: 1.71;
  }

  #top_greeting .name {
    margin-top: 8.21vw;
  }

  #top_greeting .name img {
    width: 56.67vw;
    margin-left: auto;
  }

  #top_greeting .btn {
    margin-top: 9.74vw;
  }

  /* 施工事例 */
  #top_works {
    padding: 10.77vw 0 12.82vw;
  }

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

  #top_works .item a {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #1A1A1A;
  }

  #top_works .item_head {
    -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: 3.85vw;
    padding: 2.56vw 2.56vw 2.31vw;
  }

  #top_works .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.64vw;
    flex: 0 0 25.64vw;
  }

  #top_works .item_image img {
    width: 25.64vw;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }

  #top_works .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_works .item_title {
    min-height: 100%;
    font-size: 4.1vw;
    line-height: 1.19;
  }

  #top_works .item_address {
    font-size: 3.33vw;
    margin-top: 3.08vw;
  }

  #top_works .item_contents {
    padding: 5.64vw 2.56vw 6.67vw;
  }

  #top_works .units {
    gap: 3.85vw 2.56vw;
    margin-top: 0;
  }

  #top_works .unit {
    padding-bottom: 2.31vw;
  }

  #top_works .unit_title {
    font-size: 3.33vw;
  }

  #top_works .item_btn {
    font-size: 3.59vw;
    color: #fff;
    background: #003C80;
    padding: 3.08vw;
  }

  #top_works .item_btn::before {
    display: none;
  }

  #top_works .btn {
    margin-top: 7.69vw;
  }

  /* お客様の声 */
  #top_review {
    padding: 15.38vw 0 12.82vw;
  }

  #top_review .head {
    display: block;
  }

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

  #top_review .item a {
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 3.85vw;
    min-height: auto;
  }

  #top_review .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33vw;
    flex: 0 0 33.33vw;
  }

  #top_review .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_review .item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.08vw 0;
  }

  #top_review .item_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3.85vw;
    line-height: 1.4;
    margin-top: 1.03vw;
  }

  #top_review .item_text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 3.33vw;
    line-height: 1.31;
    margin-top: 2.05vw;
  }

  #top_review .item_date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 3.33vw;
    margin-top: 0;
  }

  #top_review .btn {
    top: 0;
    margin-top: 7.44vw;
    text-align: center;
  }

  #top_review .btn a {
    min-width: 200px;
    min-width: 46.15vw;
    padding: 10px 15px;
  }

  /* 企業情報 */
  #top_company {
    padding: 0 0 6.15vw;
    overflow: hidden;
  }

  #top_company .image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  #top_company .image img {
    aspect-ratio: 390/210;
  }

  #top_company .contents {
    padding: 9.49vw 3.85vw 8.21vw;
    margin-top: -12.82vw;
  }

  #top_company .title {
    font-size: 4.62vw;
    line-height: 1.44;
    letter-spacing: 0.12em;
  }

  #top_company .text {
    font-size: 3.59vw;
    line-height: 1.57;
    margin-top: 7.18vw;
    text-align: left;
  }

  #top_company .btn {
    margin-top: 7.18vw;
  }

  /* お知らせ */
  #top_news {
    width: 89.74%;
    margin-inline: auto;
    padding: 11.03vw 0 10.26vw;
  }

  #top_news .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  #top_news .items {
    margin-top: 3.08vw;
  }

  #top_news .item a {
    padding: 4.87vw 0 3.08vw;
  }

  #top_news .item a:hover {
    opacity: 1;
  }

  #top_news .item_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.54vw;
  }

  #top_news .item_date {
    top: 0;
    font-size: 3.33vw;
  }

  #top_news .item_title {
    font-size: 3.59vw;
    line-height: 1.38;
    -webkit-line-clamp: 2;
  }

  #top_news .item_arrow {
    display: none;
  }

  #top_news .btn {
    top: 0;
    margin-top: 6.67vw;
    text-align: center;
  }

  #top_news .btn a {
    min-width: 200px;
    min-width: 46.15vw;
    padding: 10px 15px;
  }

  /* INSTAGRAM */
  #top_instagram {
    padding: 13.33vw 0 20vw;
  }

  #top_instagram .title {
    font-size: 6.15vw;
    line-height: 1.38;
  }

  #top_instagram .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 4.36vw;
  }

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

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 不動産事業 */
  #business_content {
    padding: 2.05vw 0 20.51vw;
  }

  #business_content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding: 8.21vw 0;
  }

  #business_content .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #business_content .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  #business_content .image img {
    aspect-ratio: 350/160;
  }

  #business_content .title_ja {
    font-size: 6.15vw;
    margin-top: -2.56vw;
  }

  #business_content .title_en {
    font-size: 7.69vw;
  }

  #business_content .text {
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.06em;
    margin-top: 2.56vw;
  }

  #business_content .btn {
    margin-top: 5.13vw;
  }

  /* SP固定ページ 買取相談 */
  #purchase_flow {
    padding: 5.13vw 0 10.26vw;
  }

  #purchase_flow .item:not(:first-of-type) {
    margin-top: 10.26vw;
  }

  #purchase_flow .item {
    padding: 5.13vw 5.13vw 5.64vw;
  }

  #purchase_flow .item:first-of-type {
    padding: 5.13vw 5.13vw 5.64vw;
  }

  #purchase_flow .item::before {
    bottom: -4.87vw;
    border-width: 5.13vw 17.3vw 0 17.3vw;
  }

  #purchase_flow .item_head {
    gap: 2.56vw;
  }

  #purchase_flow .item_number {
    position: relative;
    width: 9.74vw;
    height: 9.74vw;
    font-size: 4.62vw;
    line-height: 1.39;
    padding-top: 0.26vw;
  }

  #purchase_flow .item_title {
    font-size: 5.13vw;
  }

  #purchase_flow .item_text {
    font-size: 3.59vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 3.59vw;
  }

  #purchase_flow .item:first-of-type .item_text {
    margin-top: 3.59vw;
  }

  #purchase_flow .item:not(:first-of-type) .item_text {
    line-height: 1.5;
  }

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

  #purchase_flow .item_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-top: 4.1vw;
  }

  #purchase_flow .units {
    grid-template-columns: 1fr;
    gap: 1.54vw;
    margin-top: 3.08vw;
  }

  #purchase_flow .unit {
    padding: 2.56vw 2.56vw 1.54vw;
  }

  #purchase_flow .unit_title {
    font-size: 4.1vw;
  }

  #purchase_flow .unit_text {
    font-size: 3.33vw;
    line-height: 1.84;
    margin-top: 0;
  }

  #purchase_flow .item_note {
    position: relative;
    left: -1.28vw;
    font-size: 3.08vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 2.31vw;
    text-align: center;
  }

  #purchase_features {
    padding: 5.13vw 0 12.82vw;
  }

  #purchase_features .text {
    font-size: 3.85vw;
    letter-spacing: 0;
  }

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

  #purchase_features .item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.56vw;
    padding: 4.1vw 2.56vw 2.56vw;
  }

  #purchase_features .item_icon {
    position: relative;
    top: -0.26vw;
  }

  #purchase_features .item_icon img {
    width: 4.1vw;
  }

  #purchase_features .item_title {
    font-size: 4.1vw;
    line-height: 1.5;
  }

  #purchase_features .item_title .accent {
    font-size: 4.62vw;
  }

  #purchase_features .catch {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0.05em;
    font-size: 3.85vw;
    letter-spacing: 0;
    margin-top: 10.26vw;
  }

  #purchase_contact {
    padding: 0 0 20.51vw;
  }

  /* SP固定ページ シニアライフカウンセラー事業 */
  #senior_content {
    padding: 10.26vw 0 20.51vw;
  }

  #senior_content .item {
    padding: 10.26vw 0;
  }

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

  #senior_content .item:nth-of-type(even) .item_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #senior_content .item_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  #senior_content .item_image img {
    aspect-ratio: 350/120;
  }

  #senior_content .item_catch {
    font-size: 4.36vw;
    margin-top: 5.13vw;
  }

  #senior_content .item_text {
    font-size: 3.59vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 4.1vw;
  }

  #senior_content .block {
    max-width: 100%;
    margin-top: 12.82vw;
  }

  #senior_content .block_title {
    font-size: 4.36vw;
  }

  #senior_content .block_title span {
    font-size: 4.36vw;
    padding: 0 40px;
    padding: 0 7.18vw;
  }

  #senior_content .block_title span::after {
    right: 1.54vw;
  }

  #senior_content .c_consultations {
    margin-top: 2.56vw;
  }

  #senior_content .btn {
    margin-top: 7.18vw;
  }

  #senior_content .about_box {
    padding: 6vw 4vw;
    margin: 20vw 0;
  }

  #senior_content .about_box .title {
    font-size: 4.2vw;
    padding-left: 10vw;
  }

  #senior_content .about_box .title:before {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }

  #senior_content .about_box .lead {
    font-size: 3.3vw;
    line-height: 2;
  }

  #senior_content .about_box .title:after {
    display: none;
  }

  #senior_content .can_box {
    margin-bottom: 20vw;
  }

  #senior_content .can_box .image {
    width: 100%;
    margin-bottom: 5vw;
    height: 50vw;
  }

  #senior_content .can_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #senior_content .can_box .text_box {
    width: 100%;
  }

  #senior_content .can_box .text_box .title {
    font-size: 4.2vw;
  }

  #senior_content .common_sec_title {
    margin-bottom: 7vw;
    font-size: 6vw;
  }

  #senior_content .reason_box {
    margin: 20vw 0;
  }

  #senior_content .reason_box ol li+li {
    margin-top: 10vw;
  }

  #senior_content .reason_box ol li .image {
    width: 100%;
    margin-bottom: 5vw;
    height: 50vw;
  }

  #senior_content .reason_box ol li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #senior_content .reason_box ol li:nth-child(even) .image {
    order: -1;
  }

  #senior_content .reason_box ol li .text_box {
    width: 100%;
  }

  #senior_content .reason_box ol li .text_box .label {
    padding: .5em 1em;
    font-size: 3vw;
  }

  #senior_content .reason_box ol li .text_box .title {
    font-size: 4vw;
  }

  #senior_content .reason_box ol li .text_box .lead {
    font-size: 3.3vw;
  }

  #senior_content .reviews_box ul li {
    padding: 6vw 4vw;
  }

  #senior_content .reviews_box ul li+li {
    margin-top: 7vw;
  }

  #senior_content .reviews_box ul li .head_box {
    margin-bottom: 4vw;
    display: block;
  }

  #senior_content .reviews_box ul li .head_box .icon {
    width: 20%;
    margin: 0 auto 4vw;
  }

  #senior_content .reviews_box ul li .head_box .title {
    font-size: 3.7vw;
    width: 100%;
    padding-left: .5em;
    line-height: 1.8;
  }

  #senior_content .reviews_box ul li .lead {
    font-size: 3.3vw;
  }

  .senior_line_btn a:hover {
    opacity: 1;
  }

  #senior_content .item_top_outer {
    gap: 0 5vw;
  }

  .senior_line_btn a .text {
    display: none;
  }

  .senior_line_btn a {
    min-width: auto;
    width: 100%;
    padding: 0;
  }

  .senior_line_btn a .icon {
    width: 100%;
    height: 100%;
  }

  .senior_line_btn {
    width: 12vw;
    translate: 0 -1.5vw;
    flex-shrink: 0;
  }

  /* SP固定ページ 無料相談会実施中 */
  #consultation_content {
    padding: 10.26vw 0 20.51vw;
  }

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

  .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: 2em 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 .form_box dl .note,
  .common_contact_form .form_box dl .addition {
    font-size: 3vw;
    margin-top: 1vw;
  }

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

  .common_contact_form .input-half input[type="text"] {
    width: 50%;
  }

  .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;
  }

  .radio_btns .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .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;
  }

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

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

  .mwform-checkbox-field-text {
    font-size: 3.6vw;
  }

  .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固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

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

  /* 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 base */
  .wp-pagenavi {
    margin-top: 7.69vw;
  }

  /* ----------------------- フッター ------------------------- */
  /* SP追従ボタン */
  .fix_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .fix_btn .fix_btn_body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1.28vw solid #0A4B95;
    padding: 1.79vw 1.28vw 1.79vw 2.56vw;
  }

  .fix_btn .fix_btn_line {
    padding-right: 5.13vw;
    border-right: 1px solid #707070;
  }

  .fix_btn .fix_btn_line a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fix_btn .fix_btn_line img {
    width: 12.82vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .fix_btn .fix_btn_items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.28vw;
    padding-left: 5.13vw;
  }

  .fix_btn .fix_btn_item a {
    display: block;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.21;
    letter-spacing: 0.03em;
    font-size: 3.59vw;
    color: #fff;
    border-radius: 1.03vw;
    padding: 3.33vw 2.56vw 2.82vw;
    text-align: center;
  }

  .fix_btn .fix_btn_item--contact a {
    background: #003C80;
  }

  .fix_btn .fix_btn_item--assessment a {
    background: #12529B;
  }

  /* フッター */
  .site_footer {
    padding: 17.18vw 0 37.44vw 0;
  }

  .site_footer .body {
    display: block;
  }

  .site_footer .logo {
    max-width: 24.62vw;
    margin-inline: auto;
  }

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

  .site_footer .nav {
    display: none;
  }

  .site_footer .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 6.67vw;
    text-align: center;
  }

  .site_footer .company_title {
    font-size: 3.59vw;
  }

  .site_footer .company_tel {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  .site_footer .address {
    font-size: 3.59vw;
    line-height: 1.57;
    letter-spacing: 0.1em;
    margin-top: 3.59vw;
  }

  .site_footer .sns {
    border-bottom: 1px solid #fff;
    padding-bottom: 3.08vw;
    margin-top: 9.74vw;
  }

  .site_footer .sns_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5.13vw;
  }

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

  .site_footer .sns_item img {
    width: 9.23vw;
  }

  .site_footer .lists {
    display: none;
  }

  .site_footer .row {
    display: block;
    margin-top: 4.62vw;
  }

  .site_footer .copyright {
    font-size: 3.59vw;
    line-height: 1.38;
    letter-spacing: 0;
    text-align: center;
  }

  #senior_content .item:nth-of-type(1) .item_logo {
    text-align: center;
    margin-bottom: 4vw;
    flex-shrink: 0;
  }

  #senior_content .item:nth-of-type(1) .item_logo img {
    max-width: 70vw;
  }

  /* 士業の方へ（SP） */

  .page_professionals {
    padding: 20vw 0;
  }

  .page_professionals .section_reason {
    margin-bottom: 20vw;
  }

  .page_professionals .section_reason .intro_text {
    font-size: 5vw;
    line-height: 1.7;
  }

  .page_professionals .sec_title {
    font-size: 6vw;
    border-top: 6px double;
    border-bottom: 6px double;
    margin: 0 auto 10vw;
    padding: .5em 1em;
  }

  .page_professionals .sec_title .num {
    font-size: 8vw;
    line-height: 1.2;
  }

  .page_professionals .section_reason ol {
    display: block;
  }

  .page_professionals .section_reason ol li {
    width: 100%;
  }

  .page_professionals .section_reason ol li+li {
    margin-top: 10vw;
  }

  .page_professionals .section_reason ol li .image {
    margin-bottom: 4vw;
    height: 40vw;
  }

  .page_professionals .section_reason ol li .text_box .title_box {
    gap: 3vw;
  }

  .page_professionals .section_reason ol li .text_box .title_box .num {
    font-size: 7vw;
  }

  .page_professionals .section_reason ol li .text_box .title_box .title {
    font-size: 4.3vw;
  }

  .page_professionals .section_reason ol li .text_box .lead {
    font-size: 3.3vw;
  }

  .page_professionals .section_service {
    padding: 20vw 0;
  }

  .page_professionals .section_service ol li {
    padding: 5vw;
    flex-wrap: wrap;
  }

  .page_professionals .section_service ol li+li {
    margin-top: 10vw;
  }

  .page_professionals .section_service ol li .image {
    width: 100%;
    margin-bottom: 4vw;
  }

  .page_professionals .section_service ol li .text_box {
    width: 100%;
  }

  .page_professionals .section_service ol li .text_box .title_box {
    gap: 2vw;
  }

  .page_professionals .section_service ol li .text_box .title_box .num {
    font-size: 6vw;
  }

  .page_professionals .section_service ol li .text_box .title_box .title {
    font-size: 5vw;
  }

  .page_professionals .section_service ol li .text_box .lead {
    font-size: 3.3vw;
  }

  .page_professionals .section_service ol li .text_box dl {
    font-size: 3.3vw;
  }

  .page_professionals .section_service ol li .text_box dl dt {
    font-size: 3.3vw;
  }

  .page_professionals .section_service ol li .text_box dl dd {
    line-height: 2;
  }

  .page_professionals section.section_cta {
    padding-top: 20vw;
  }

  .page_professionals section.section_cta .title {
    font-size: 4.4vw;
  }

  .page_professionals section.section_cta .title .dotted {
    font-size: 7vw;
  }


}