@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 4vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background-image: linear-gradient(#F2F2F2 1px, transparent 1px), linear-gradient(to right, #F2F2F2 1px, transparent 1px);
  background-size: 15px 15px;
  background-color: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 7% 0;
  font-size: var(--font-size-20);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-14);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 3rem 2rem;
  justify-content: center;
  text-align: center;
}
.c-contact__list .c-contact__item:has(.c-tel__num) {
  width: 100%;
}

/*
# c-tel__num
------------------------*/
.c-tel__num {
  font-size: var(--font-size-31);
  position: relative;
  padding-left: 4.5rem;
}
.c-tel__num::before {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  inset: 0 auto -1rem 0;
  margin: auto 0;
  -webkit-mask: url(../img/common/tel_ic.svg) center/100% no-repeat;
          mask: url(../img/common/tel_ic.svg) center/100% no-repeat;
  background-color: #ffb026;
  z-index: 1;
}

/*
# c-mail__button
------------------------*/
.c-mail__button {
  text-align: center;
  color: var(--color-white);
  background: var(--primary-color);
  min-height: 7rem;
  width: 24rem;
}
.c-mail__button span {
  padding-left: 3rem;
}
.c-mail__button span::before {
  inset: 0 auto 0 0;
  position: absolute;
  content: "";
  width: 2.1rem;
  height: 1.6rem;
  margin: auto 0;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  z-index: 1;
}
.c-mail__button:hover {
  transform: scale(0.97);
}

/*
# c-line__button
------------------------*/
.c-line__button {
  width: 25rem;
  min-height: 7rem;
}
.c-line__button::before {
  inset: auto 0.5rem 1rem auto;
  font-size: var(--font-size-13);
  color: var(--color-gray);
}
.c-line__button img {
  width: 18rem;
}
.c-line__button:hover {
  transform: scale(0.97);
}

/*
# c-worktime
------------------------*/
.c-worktime {
  font-size: var(--font-size-15);
}

/*
# c-top-contact
------------------------*/
#contact-page .c-contact {
  background: url(../img/contact/consult_bg.jpg) center/cover no-repeat;
}

.c-contact {
  padding-bottom: 9rem;
  background: url(../img/top/consult_bg.jpg) center/cover no-repeat;
}
.c-contact__headline-inbox {
  padding: 8rem 5rem 5.5rem;
}
.c-contact__headline-inbox::before {
  position: absolute;
  content: "";
  inset: auto auto 0 2rem;
  background: url(../img/top/consult_illust.png) center/100% no-repeat;
  width: 16.6rem;
  height: 13.6rem;
}
.c-contact__headline-title {
  filter: brightness(0) invert(1);
  margin-bottom: 1.8rem;
}
.c-contact__headline .c-contact__headline-inner-title {
  width: 13rem;
  height: 13rem;
  font-size: var(--font-size-25);
  text-align: center;
  line-height: 1.3;
  padding: 3rem 0;
}
.c-contact__headline .c-contact__headline-inner-title::first-line {
  font-size: var(--font-size-18);
}
.c-contact__headline-inner-text {
  width: 38.5rem;
  font-size: var(--font-size-17);
  line-height: 2.7777777778;
}
.c-contact__headline-inner-text small {
  font-size: var(--font-size-15);
  margin-top: 1.5rem;
}
.c-contact__bottomline {
  padding: 6rem 5rem;
}
.c-contact__bottomline .c-worktime {
  font-size: var(--font-size-16);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  margin-top: 4rem;
}
.c-contact__bottomline .c-worktime__item {
  width: -moz-fit-content;
  width: fit-content;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

.button--primary {
  border-radius: var(--button-radius-pc);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  text-align: center;
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  min-height: 8rem;
  width: 36rem;
  box-shadow: 0.7rem 0.7rem var(--accent-color-dark);
}
.button--primary:hover {
  opacity: 1;
  transform: translateY(0.7rem);
  box-shadow: 0.2rem 0.1rem var(--accent-color-dark);
}
.button--primary::before {
  inset: 0 5% 0 auto;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-regular);
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  text-align: center;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-secondary);
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
  margin-bottom: 6.5rem;
  background: url(../img/common/primary-ttl_dotted.svg) bottom center/10vw no-repeat;
}

.title--secondary {
  font-size: var(--font-size-22);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  padding-left: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.title--secondary::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 80%;
  background: var(--primary-color);
  border-radius: 0.3rem;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*==========================================
header
===========================================*/
.logo {
  width: 18rem;
  line-height: 1;
}

.l-header {
  z-index: 1001;
  inset: 0 0 auto;
}
.l-header__inner {
  padding: 2rem 4rem;
}

/*==========================================
mv
===========================================*/
.p-top-mv {
  height: 185vw;
  margin-top: 7.8rem;
  background: url(../img/top/mv/mv-catch-bg_sp.png) bottom center/100% no-repeat, url(../img/top/mv/mv-bg_sp.jpg) center/cover no-repeat;
}
.p-top-mv__inner {
  inset: auto 0 5rem;
}
.p-top-mv__catch {
  margin-bottom: 3.5rem;
}
.p-top-mv__catch::before {
  position: absolute;
  content: "";
  width: 28.3rem;
  height: 12.6rem;
  inset: 9.5rem 0.5rem auto auto;
  background: url(../img/top/mv/mv-catch_illust.png) center/100% no-repeat;
}
.p-top-mv__catch span {
  font-size: var(--font-size-40);
  padding: 0 2rem;
  line-height: 1.6;
  border-radius: 0 0.5rem 0.5rem 0;
}
.p-top-mv__text {
  font-size: var(--font-size-21);
  line-height: 1.625;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
.p-top-mv__list {
  padding-left: 4rem;
}
.p-top-mv__item {
  width: 20.2rem;
  height: 20.2rem;
  font-size: var(--font-size-18);
  text-align: center;
  margin-left: -1.5rem;
  line-height: 1.8181818182;
}
.p-top-mv__item:nth-child(odd) {
  background: rgba(var(--primary-color-rgb), 0.9);
}
.p-top-mv__item:nth-child(even) {
  background: rgba(42, 125, 202, 0.9);
}
.p-top-mv__item span {
  font-size: var(--font-size-22);
}

/*==========================================
footer
===========================================*/
.l-footer {
  background: url(../img/common/ft_bdr.svg) top center repeat-x;
}
.l-footer__inbox {
  padding: 9rem 5rem;
}
.l-footer__logo {
  width: 24rem;
  margin: 0 auto 6rem;
}
.l-footer__nav {
  margin-top: 6rem;
}
.l-footer__nav-list {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 4rem 0;
}
.l-footer__nav-item {
  width: 100%;
}
.l-footer__nav-link {
  display: block;
  padding-left: 2rem;
  font-size: var(--font-size-16);
}
.l-footer__nav-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid var(--accent-color-dark);
  border-right: 1px solid var(--accent-color-dark);
  transform: rotate(45deg);
  transition: all 0.3s;
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}
.l-footer__address {
  font-size: var(--font-size-16);
}
.l-footer .c-contact__list {
  margin-top: 4rem;
}
.l-footer__bottom {
  background: none;
}
.l-footer__bottom .inbox {
  padding: 0;
}
.l-footer__bottom-nav-list {
  justify-content: flex-end;
  padding: 0 5rem 4rem;
}
.l-footer__bottom-nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.3rem;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.l-footer__bottom-nav-item:first-child::before {
  background: none;
}
.l-footer__bottom-nav-item:last-child .l-footer__bottom-nav-link {
  padding-right: 0;
}
.l-footer__bottom-nav-link {
  font-size: var(--font-size-14);
  padding: 0 1.5rem;
  color: var(--body-font-color);
}

#copyright {
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-12);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.sv {
  height: 45vw;
  margin-top: 7.8rem;
}
.sv__title {
  min-width: 50rem;
  font-size: var(--font-size-27);
  text-align: center;
  padding: 0 2rem;
}

.p-about__sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

.p-works-sr__sv {
  background: url(../../img/sv/works-sr-sv_bg.jpg) center/cover no-repeat;
}

.p-works-scrivener__sv {
  background: url(../../img/sv/works-scrivener-sv_bg.jpg) center/cover no-repeat;
}

.p-fee__sv {
  background: url(../../img/sv/fee-sv_bg.jpg) center/cover no-repeat;
}

.p-news__sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

.p-contact__sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

.p-complete__sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

.p-privacy__sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

.p-site__sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

.p-e404__sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# p-top-worries
------------------------*/
.p-top-worries {
  padding: 9rem 0 22.5rem;
  background: url(../img/top/worries-img_bg.png) left bottom 5.6rem/49.6rem no-repeat, url(../img/top/worries_bg.png) right bottom/11.4rem no-repeat, url(../img/top/worries_bg.jpg) center/cover no-repeat;
}
.p-top-worries__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7.5rem;
  text-align: center;
  font-size: var(--font-size-27);
}
.p-top-worries__title::before, .p-top-worries__title::after {
  position: absolute;
  content: "";
  width: 6.3rem;
  height: 6.2rem;
  bottom: 0;
  background: url(../img/top/worries-ttl_shape.png) center/100% no-repeat;
}
.p-top-worries__title::before {
  left: -8.5rem;
}
.p-top-worries__title::after {
  right: -8.5rem;
  transform: scale(-1, 1);
}
.p-top-worries__title span {
  background: url(../img/top/worries-ttl_wave.png) bottom center/100% no-repeat;
  padding-bottom: 1.5rem;
}
.p-top-worries__list {
  gap: 3rem;
  padding-bottom: 27rem;
  justify-content: center;
}
.p-top-worries__list::before {
  position: absolute;
  content: "";
  width: 27rem;
  height: 22rem;
  margin: 0 auto;
  inset: auto 0 0 auto;
  background: url(../img/top/worries_illust.png) center/100% no-repeat;
}
.p-top-worries__item {
  width: 25.5rem;
  height: 25.5rem;
  text-align: center;
  font-size: var(--font-size-17);
}
.p-top-worries__item-link {
  padding: 8rem 0;
  width: 100%;
  height: 100%;
}
.p-top-worries__item-link::before {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  inset: auto 1rem 1rem auto;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--color-white);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-regular);
}
.p-top-worries__item-link:hover {
  transform: translateY(-1rem);
  background: var(--accent-color-light);
  opacity: 1;
}
.p-top-worries__item span {
  font-size: var(--font-size-22);
}

/*
# p-top-greeting
------------------------*/
.p-top-greeting {
  padding: 10rem 0;
  background: url(../img/top/greeting-bg_btm.png) bottom center/cover no-repeat;
}
.p-top-greeting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4rem;
  inset: -4rem 0 auto;
  background: url(../img/top/greeting-bg_top.svg) bottom center/100% no-repeat;
}
.p-top-greeting__title {
  margin-bottom: 10rem;
}
.p-top-greeting__img {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
.p-top-greeting__img::before {
  position: absolute;
  content: "";
  width: 19rem;
  height: 13.4rem;
  inset: auto -2.5rem -2rem auto;
  background: url(../img/top/greeting-img_illust.png) center/100% no-repeat;
}
.p-top-greeting__text {
  line-height: 2.5555555556;
}

/*
# p-top-features
------------------------*/
.p-top-features {
  padding: 10rem 0;
}
.p-top-features::before {
  position: absolute;
  content: "";
  width: 24.4rem;
  height: 15.9rem;
  background: url(../img/top/feature_illust.png) center/100% no-repeat;
  inset: auto auto -2rem 0;
  z-index: 2;
}
.p-top-features__title {
  margin-bottom: 8.5rem;
}
.p-top-features__title::before {
  position: absolute;
  content: "";
  width: 13rem;
  height: 9.3rem;
  inset: 0 -15rem 0 auto;
  margin: auto 0;
  background: url(../img/top/feature-ttl_illust.png) center/100% no-repeat;
}
.p-top-features__inner {
  background: url(../img/top/features_bg.jpg);
  padding: 6rem 4rem;
}
.p-top-features__list {
  gap: 0 6rem;
  transform: translateY(-5rem);
}
.p-top-features__item {
  width: 51rem;
  padding: 3.5rem 5rem;
  box-shadow: 0 0 8px rgba(var(--body-font-color-rgb), 0.08);
  margin-bottom: 8rem;
}
.p-top-features__item:last-child {
  margin-bottom: 0;
}
.p-top-features__item:nth-child(even) {
  margin-left: auto;
}
.p-top-features__item::before {
  position: absolute;
  content: "";
  width: 11.8rem;
  height: 5.7rem;
  inset: -2.7rem 0 auto;
  margin: 0 auto;
  background: url(../img/top/feature-item_tape.png) center/100% no-repeat;
}
.p-top-features__item-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-24);
  text-align: center;
  margin: 0 auto 2.5rem;
  background: linear-gradient(to bottom, transparent 65%, rgba(var(--accent-color-light-rgb), 1) 65%);
}
.p-top-features__item-icon {
  width: 8rem;
}
.p-top-features__item-text {
  width: 29rem;
}
.p-top-features__button {
  margin: 7rem auto 0;
}

/*
# p-top-services
------------------------*/
.p-top-services {
  padding: 10rem 0;
  z-index: 1;
  overflow: hidden;
  background-image: linear-gradient(#e8e8e8 1px, transparent 1px), linear-gradient(to right, #e8e8e8 1px, transparent 1px);
  background-size: 15px 15px;
  background-color: var(--color-gray-light);
}
.p-top-services::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33rem;
  inset: 0 0 auto;
  background: url(../img/top/service-bg_top.jpg) top center/cover no-repeat;
  z-index: -1;
}
.p-top-services__title {
  filter: brightness(0) invert(1);
}
.p-top-services__list {
  background: rgba(var(--color-white-rgb), 0.9);
  padding: 4.5rem 4rem;
}
.p-top-services__item {
  font-size: var(--font-size-20);
  border-bottom: 1px dotted;
  padding: 1.5rem 0 1.5rem 3rem;
}
.p-top-services__item::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 3.2rem auto auto 0;
}
.p-top-services__pages {
  margin-top: 11rem;
}
.p-top-services__page {
  width: 45rem;
  margin: 0 auto 6rem;
}
.p-top-services__page:last-child {
  margin-bottom: 0;
}
.p-top-services__page.service__page--works-sr .p-top-services__page-link::before {
  background: url(../img/top/labor-and-social-security-attorney_img.jpg) center/cover no-repeat;
}
.p-top-services__page.service__page--works-scrivener .p-top-services__page-link::before {
  background: url(../img/top/administrative-notary_img.jpg) center/cover no-repeat;
}
.p-top-services__page.service__page--fee .p-top-services__page-link::before {
  background: url(../img/top/fee_img.jpg) center/cover no-repeat;
}
.p-top-services__page-link {
  min-height: 28rem;
  overflow: hidden;
}
.p-top-services__page-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.p-top-services__page-link:hover {
  opacity: 1;
}
.p-top-services__page-link:hover::before {
  transform: scale(1.06);
}
.p-top-services__page-text {
  width: 24rem;
  font-size: var(--font-size-20);
  padding: 1rem 2rem;
  inset: auto auto 0 0;
  transition: width 0.3s ease-in-out;
}
.p-top-services__page-text::before {
  right: 5%;
}

/*
# p-top-steps
------------------------*/
.p-top-steps {
  padding: 12rem 0;
}
.p-top-steps__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}
.p-top-steps__title::before {
  position: absolute;
  content: "";
  width: 13rem;
  height: 13.8rem;
  inset: -4rem -16.5rem 0 auto;
  margin: auto 0;
  background: url(../img/top/steps-ttl_illust.png) center/100% no-repeat;
}
.p-top-steps__list {
  gap: 4rem 8rem;
}
.p-top-steps__item {
  width: 46rem;
  margin: 0 auto 7rem;
  position: relative;
}
.p-top-steps__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  inset: auto 0 -6rem;
  margin: 0 auto;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: var(--primary-color) transparent transparent transparent;
}
.p-top-steps__item:last-child {
  margin-bottom: 0;
}
.p-top-steps__item:last-child::after {
  display: none;
}
.p-top-steps__item-number {
  font-size: var(--font-size-20);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-top-steps__item-number span {
  font-size: var(--font-size-28);
}
.p-top-steps__item-title {
  min-height: 7rem;
  padding: 1rem 2rem;
  font-size: var(--font-size-19);
  margin-bottom: 1.5rem;
}

/*
# p-top-area
------------------------*/
.p-top-area {
  padding: 11.8rem 5rem;
  background-image: url(../img/top/area-bg_btm.png);
  background-position: 0 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-top-area__inbox {
  padding: 7.5rem 0 7rem;
}
.p-top-area__inner {
  position: relative;
  z-index: 1;
}
.p-top-area__map {
  position: absolute;
  inset: 0;
  width: 90%;
  margin: auto;
  opacity: 0.3;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-area__title {
  width: 36.5rem;
  text-align: center;
  padding-bottom: 0;
  background: none;
  line-height: 1.5;
  padding-left: 4rem;
  margin: 0 auto 6.5rem;
}
.p-top-area__title::before {
  color: #ffb900;
  inset: 0 auto 0 2rem;
}
.p-top-area__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1.45rem 0px 1.45rem;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -1.8rem;
  margin: 0 auto;
}
.p-top-area__text span {
  font-size: var(--font-size-20);
  margin-bottom: 1rem;
}

/*
# top-news
------------------------*/
.p-top-news {
  padding: 11rem 0;
}
.p-top-news__post-list {
  gap: 7.5rem;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.p-top-news__post {
  width: 31rem;
}
.p-top-news__post-link {
  row-gap: 1rem;
}
.p-top-news__post-link:hover {
  transform: translateY(-1rem);
}
.p-top-news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.p-top-news__post-thumb {
  width: 100%;
  height: 20.5rem;
}
.p-top-news__post-date {
  font-size: var(--font-size-14);
}
.p-top-news__post-tags {
  gap: 0.7rem;
}
.p-top-news__post-tag {
  font-size: var(--font-size-14);
}
.p-top-news__post-tag::before {
  content: "#";
  color: var(--primary-color);
}
.p-top-news__post-title {
  font-size: var(--font-size-17);
}
.p-top-news__button {
  width: 36rem;
  margin: 7rem auto 0;
}

/*==========================================
about
===========================================*/
/*
# p-about-profile
------------------------*/
.p-about-profile__content {
  padding: 7rem 4rem;
}
.p-about-profile__content-title {
  font-size: var(--font-size-23);
  margin-bottom: 3.5rem;
}
.p-about-profile__content-item {
  margin-bottom: 4rem;
}
.p-about-profile__content-item:last-child {
  margin-bottom: 0;
}
.p-about-profile__content-item-title {
  width: 16rem;
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 1rem;
}

/*
# p-about-office
------------------------*/
.p-about-office__table tr {
  border-bottom: 1px dotted;
  padding: 2rem 0;
  display: block;
}
.p-about-office__table th,
.p-about-office__table td {
  padding: 1rem;
}
.p-about-office__table th {
  width: 14rem;
  text-align: center;
}
.p-about-office__table td {
  padding-left: 2rem;
}

/*
# p-about-map
------------------------*/
.p-about-map__text {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}
.p-about-map__text::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 1.4rem auto auto 0;
  margin: auto 0;
}

/*==========================================
works-sr / works-scrivener
===========================================*/
.com-worries__section section {
  margin-top: 8.5rem;
}
.com-worries__section .com-worries__list::before {
  position: absolute;
  content: "";
  width: 16.3rem;
  height: 13.9rem;
  inset: -13.9rem 0 auto auto;
  background: url(../img/top/worries_illust.png) center/100% no-repeat;
  z-index: 1;
}
.com-worries__section .com-worries__list .com-worries__item {
  font-size: var(--font-size-18);
  padding: 1.5rem 2rem 1.5rem 7rem;
  margin-bottom: 2rem;
}
.com-worries__section .com-worries__list .com-worries__item:last-child {
  margin-bottom: 0;
}
.com-worries__section .com-worries__list .com-worries__item::before {
  inset: 2.5rem auto auto 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--color-white);
  font-size: var(--font-size-15);
}
.com-worries__section .com-worries__service-list {
  padding: 4rem;
}
.com-worries__section .com-worries__service-item {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
.com-worries__section .com-worries__service-item::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 1.3rem auto auto 0;
  margin: auto 0;
}
.com-worries__section .com-worries__service-item:last-child {
  margin-bottom: 0;
}

.p-sr-worries {
  background: url(../img/works-sr/worries_bg.png) left top 17.5rem/30.6rem no-repeat, url(../img/works-sr/worries-bg_deco.svg) right top 6rem/40.7rem no-repeat, linear-gradient(to bottom, rgba(235, 241, 244, 0.25) 10%, rgba(68, 160, 210, 0.25) 100%);
}

.p-scrivener-worries {
  background: url(../img/works-scrivener/worries_bg.png) left top 17.5rem/30.6rem no-repeat, url(../img/works-sr/worries-bg_deco.svg) right top 6rem/40.7rem no-repeat, linear-gradient(to bottom, rgba(235, 241, 244, 0.25) 10%, rgba(68, 160, 210, 0.25) 100%);
}

/*
# p-fee-about
------------------------*/
.p-fee-about__content {
  padding: 6rem 4rem;
  margin-top: 8rem;
}
.p-fee-about__table th,
.p-fee-about__table td {
  text-align: center;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-15);
  vertical-align: middle;
}
.p-fee-about__table thead tr {
  border-collapse: collapse;
}
.p-fee-about__table th {
  width: 37.5rem;
  padding-left: 0.5rem;
}
.p-fee-about__table th span {
  padding: 1.5rem 0;
}
.p-fee-about__table tbody tr {
  border-bottom: 1px dotted;
}
.p-fee-about__table tbody td {
  padding: 1.5rem 0;
}
.p-fee-about .p-fee-about__content-text {
  margin-top: 2rem;
  font-size: var(--font-size-16);
  padding-left: 2rem;
}
.p-fee-about .p-fee-about__content-text span {
  position: absolute;
  inset: 0 auto auto 0;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  margin-bottom: 15%;
}
.p-contact__form-item .p-contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.p-contact__form-item .p-contact__form-input {
  padding: 3% 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li {
  margin-bottom: 5%;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li:last-child {
  margin-bottom: 0;
}
.p-contact__form-item .p-contact__form-input textarea {
  height: 37vw;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: left;
}
.p-contact__form-value {
  padding: 3%;
}
.p-contact__form-select {
  width: 50%;
  position: relative;
}
.p-contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
.p-contact__form-select select {
  padding: 6% 7% 6% 4%;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 95px;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 73%;
}
.p-contact__form #address {
  margin-top: 4%;
}
.p-contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact .p-contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 75%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 52%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 40%;
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .contact-submits-wrap button {
  padding: 6% 2%;
}
.p-contact input[type=submit],
.p-contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
.p-privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
.p-sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/