@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: var(--site-primary-inbox);
  margin: 0 auto;
  inset: 1rem auto auto 0;
  gap: 1rem 2rem;
}
div .bread li {
  position: relative;
  color: var(--primary-color);
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

#contact-page .bread .breadcrumbs li {
  color: var(--color-white);
}
#contact-page .bread .breadcrumbs li::after {
  color: var(--color-white);
}
#contact-page .bread .breadcrumbs li a {
  color: var(--color-white);
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 30rem;
  margin: 0 0 4.5rem auto;
}
.global-select select {
  padding: 1.5rem 3.7rem 1.5rem 1.5rem;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 3rem;
}

/*
# c-tel__num
------------------------*/
.c-tel__num {
  font-size: var(--font-size-38);
  position: relative;
  padding-left: 2.8rem;
}
.c-tel__num::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  inset: 0 auto 0 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;
  font-size: var(--font-size-18);
  color: var(--color-white);
  background: var(--primary-color);
  min-height: 5.4rem;
  width: 19rem;
}
.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: 21.2rem;
  min-height: 5.4rem;
}
.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: 15.5rem;
}
.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 0 5.5rem;
}
.c-contact__headline-inbox::before {
  position: absolute;
  content: "";
  inset: auto -10rem 0 auto;
  background: url(../img/top/consult_illust.png) center/100% no-repeat;
  width: 20.6rem;
  height: 16.6rem;
}
.c-contact__headline .c-contact__headline-title {
  filter: brightness(0) invert(1);
  margin-bottom: 1.8rem;
}
.c-contact__headline .c-contact__headline-inner-title {
  width: 15.9rem;
  height: 15.9rem;
  font-size: var(--font-size-38);
  text-align: center;
  line-height: 1.3;
  padding: 2rem 0;
}
.c-contact__headline .c-contact__headline-inner-title::first-line {
  font-size: var(--font-size-22);
}
.c-contact__headline-inner-text {
  width: 88.5rem;
  line-height: 2.7777777778;
}
.c-contact__headline-inner-text small {
  font-size: var(--font-size-16);
  margin-top: 1.5rem;
}
.c-contact__bottomline {
  padding: 6rem 0;
}
.c-contact__bottomline .c-contact__contact-list {
  justify-content: center;
}
.c-contact__bottomline .c-contact__contact-list .c-tel__num {
  font-size: var(--font-size-40);
  padding-left: 4rem;
}
.c-contact__bottomline .c-contact__contact-list .c-tel__num::before {
  width: 3.5rem;
  height: 3.5rem;
  bottom: -1rem;
}
.c-contact__bottomline .c-contact__contact-list .c-mail__button {
  min-height: 7.4rem;
  width: 29rem;
  font-size: var(--font-size-24);
}
.c-contact__bottomline .c-contact__contact-list .c-mail__button span {
  padding-left: 4.5rem;
}
.c-contact__bottomline .c-contact__contact-list .c-mail__button span::before {
  width: 3.1rem;
  height: 2.6rem;
}
.c-contact__bottomline .c-contact__contact-list .c-line__button {
  border: 2px solid var(--color-line);
  min-height: 7.4rem;
  width: 29rem;
}
.c-contact__bottomline .c-contact__contact-list .c-line__button img {
  width: 21.3rem;
}
.c-contact__bottomline .c-worktime {
  display: flex;
  justify-content: center;
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  margin-top: 1.5rem;
}
.c-contact__bottomline .c-worktime__item {
  width: -moz-fit-content;
  width: fit-content;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 2rem 0;
}
.com-table tr th {
  padding: 0 1rem;
  width: 18rem;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 18rem);
  padding: 0 2rem;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 4.5rem;
}

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

#g-map .map {
  height: 51.2rem;
}

.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-46);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-secondary);
  letter-spacing: 0.08em;
  padding-bottom: 1.5rem;
  margin-bottom: 6.5rem;
  background: url(../img/common/primary-ttl_dotted.svg) bottom center no-repeat;
}

.title--secondary {
  font-size: var(--font-size-30);
  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: 22.3rem;
}

.l-header {
  z-index: 1001;
  inset: 0 0 auto;
}
.l-header__inner {
  padding-bottom: 2rem;
}
.l-header .c-contact__list {
  gap: 1.5rem;
  justify-content: flex-end;
}
.l-header .c-tel__num {
  font-size: var(--font-size-26);
  margin-right: 1.5rem;
}
.l-header .c-mail__button,
.l-header .c-line__button {
  border-radius: 0 0 0.5rem 0.5rem;
}
.l-header .c-worktime {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header .c-worktime__item {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.l-header__nav {
  padding: 1rem 0;
}
.l-header__nav-item {
  width: 25%;
  text-align: center;
}
.l-header__nav-item::before, .l-header__nav-item::after {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 2.1rem;
  background: url(../img/common/nav_bdr.svg) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-header__nav-item::before {
  left: 0;
}
.l-header__nav-item:after {
  right: 0;
}
.l-header__nav-item:not(:last-child)::after {
  display: none;
}
.l-header__nav-link:hover {
  opacity: 1;
  color: var(--primary-color);
}
.l-header__nav-link.current {
  color: var(--primary-color);
}

/*==========================================
mv
===========================================*/
.p-top-mv {
  height: 85rem;
  margin-top: 15.8rem;
  background: url(../img/top/mv/mv-catch_bg.png) left center/50% 100% no-repeat, url(../img/top/mv/mv-bg_pc.jpg) center/cover no-repeat;
}
.p-top-mv__inner {
  inset: 12.5rem auto auto 0;
}
.p-top-mv__catch {
  margin-bottom: 3.5rem;
}
.p-top-mv__catch::before {
  position: absolute;
  content: "";
  width: 33.3rem;
  height: 14.6rem;
  inset: 10.5rem -10.5rem auto auto;
  background: url(../img/top/mv/mv-catch_illust.png) center/100% no-repeat;
}
.p-top-mv__catch span {
  font-size: 8rem;
  padding: 0 2rem 0 9.5rem;
  line-height: 1.6;
  border-radius: 0 0.5rem 0.5rem 0;
}
.p-top-mv__text {
  font-size: var(--font-size-32);
  line-height: 1.625;
  padding-left: 9.5rem;
  margin-bottom: 3rem;
}
.p-top-mv__list {
  padding-left: 9.5rem;
}
.p-top-mv__item {
  width: 20.2rem;
  height: 20.2rem;
  font-size: var(--font-size-22);
  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-29);
}

/*==========================================
footer
===========================================*/
.l-footer {
  background: url(../img/common/ft_bdr.svg) top center repeat-x;
}
.l-footer__inbox {
  padding: 9rem 0;
}
.l-footer__logo {
  margin-bottom: 6rem;
}
.l-footer__nav {
  width: 54rem;
}
.l-footer__nav-list {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 2rem 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 {
  gap: 1.5rem;
  margin-top: 4rem;
}
.l-footer .c-contact__list .c-contact__item:has(.c-tel__num) {
  width: 100%;
}
.l-footer .c-tel__num {
  font-size: var(--font-size-38);
  font-weight: var(--font-weight-black);
  line-height: 1.4;
  padding-left: 3.5rem;
}
.l-footer .c-tel__num::before {
  width: 3rem;
  height: 3rem;
  bottom: -1rem;
}
.l-footer__bottom-nav-list {
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__bottom-nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.3rem;
  background: var(--color-white);
  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-12);
  padding: 0 1.5rem;
}

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

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.sv {
  height: 52.3rem;
  margin-top: 15.8rem;
}
.sv__title {
  min-width: 75rem;
  font-size: var(--font-size-56);
  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 top 17.6rem/60.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-46);
}
.p-top-worries__title::before, .p-top-worries__title::after {
  position: absolute;
  content: "";
  width: 7.3rem;
  height: 6.2rem;
  top: 0;
  bottom: 0;
  margin: auto 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 no-repeat;
  padding-bottom: 1.5rem;
}
.p-top-worries__list {
  gap: 3rem 4rem;
}
.p-top-worries__list::before {
  position: absolute;
  content: "";
  width: 33.3rem;
  height: 26.9rem;
  inset: auto -10rem -4.1rem auto;
  background: url(../img/top/worries_illust.png) center/100% no-repeat;
}
.p-top-worries__item {
  width: 24rem;
  height: 24rem;
  text-align: center;
  font-size: var(--font-size-20);
}
.p-top-worries__item-link {
  padding: 7rem 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-28);
}

/*
# 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: absolute;
  inset: 24rem auto auto 0;
  width: 40.625%;
}
.p-top-greeting__img::before {
  position: absolute;
  content: "";
  width: 24rem;
  height: 16.4rem;
  inset: auto -2.5rem -5rem auto;
  background: url(../img/top/greeting-img_illust.png) center/100% no-repeat;
}
.p-top-greeting__content {
  width: 62rem;
  margin-left: auto;
}
.p-top-greeting__text {
  line-height: 2.5555555556;
}

/*
# p-top-features
------------------------*/
.p-top-features {
  padding: 10rem 0 12rem;
}
.p-top-features::before {
  position: absolute;
  content: "";
  width: 34.4rem;
  height: 21.9rem;
  background: url(../img/top/feature_illust.png) center/100% no-repeat;
  inset: auto auto -2rem calc(50% - 57rem);
  z-index: 2;
}
.p-top-features__title {
  width: 82rem;
  margin: 0 auto 8.5rem;
  text-align: right;
  background-position: 100% 100%;
}
.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 {
  width: 83.333%;
  margin-left: auto;
  background: url(../img/top/features_bg.jpg);
  padding: 0 10rem 12rem;
}
.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);
}
.p-top-features__item:nth-child(even) {
  margin-top: 12rem;
}
.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-28);
  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 0 0 36rem;
}

/*
# p-top-services
------------------------*/
.p-top-services {
  padding: 10rem 0 12rem;
  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: 56.7rem;
  inset: 0 0 auto;
  background: url(../img/top/service-bg_top.jpg) top center/100% 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 7rem;
}
.p-top-services__item {
  width: 44rem;
  font-size: var(--font-size-22);
  border-bottom: 1px dotted;
  padding: 1.2rem 0 1.2rem 3rem;
}
.p-top-services__item::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 2.7rem auto auto 0;
}
.p-top-services__pages {
  margin-top: 11rem;
}
.p-top-services__page {
  width: 31rem;
}
.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: 22rem;
  overflow: hidden;
}
.p-top-services__page-link::before, .p-top-services__page-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
.p-top-services__page-link::before {
  z-index: -1;
}
.p-top-services__page-link::after {
  opacity: 0;
  border: 0.3rem solid var(--accent-color);
}
.p-top-services__page-link:hover {
  opacity: 1;
}
.p-top-services__page-link:hover::before {
  transform: scale(1.06);
}
.p-top-services__page-link:hover::after {
  opacity: 1;
}
.p-top-services__page-text {
  width: 24rem;
  font-size: var(--font-size-24);
  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: 30rem;
}
.p-top-steps__item-number {
  font-size: var(--font-size-24);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-top-steps__item-number span {
  font-size: var(--font-size-36);
}
.p-top-steps__item-title {
  min-height: 11.4rem;
  padding: 0 1rem 0 4rem;
  font-size: var(--font-size-24);
  margin-bottom: 3rem;
}
.p-top-steps__item-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.7rem 0rem 5.7rem 3rem;
  inset: 0 -2.9rem 0 auto;
}
.p-top-steps__item-title.bg-color-primary-light::after {
  border-color: transparent transparent transparent var(--primary-color-light);
}
.p-top-steps__item-title.bg-color-primary::after {
  border-color: transparent transparent transparent var(--primary-color);
}
.p-top-steps__item-title.bg-color-primary-dark::after {
  border-color: transparent transparent transparent var(--primary-color-dark);
}
.p-top-steps__item-text {
  padding-left: 2rem;
}

/*
# p-top-area
------------------------*/
.p-top-area {
  padding: 11.8rem 0 23.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;
  min-height: 32.2rem;
}
.p-top-area__map {
  position: absolute;
  inset: 0 0 auto auto;
  width: 60.7rem;
}
.p-top-area__title {
  width: 36.5rem;
  text-align: center;
  padding-bottom: 0;
  background: none;
  line-height: 1.5;
  padding-left: 4rem;
  margin-bottom: 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__content {
  width: 54rem;
}
.p-top-area__text span {
  font-size: var(--font-size-20);
  margin-bottom: 1rem;
}

/*
# top-news
------------------------*/
.p-top-news {
  padding: 13.5rem 0 11rem;
}
.p-top-news__post-list {
  gap: 7.5rem;
}
.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: 4.5rem auto 0;
}

/*==========================================
about
===========================================*/
/*
# p-about-profile
------------------------*/
.p-about-profile__content {
  padding: 6rem 10.5rem;
}
.p-about-profile__content-title {
  font-size: var(--font-size-30);
  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-24);
  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: 22rem;
  text-align: center;
}
.p-about-office__table td {
  padding-left: 2rem;
  font-size: var(--font-size-20);
}

/*
# p-about-map
------------------------*/
.p-about-map__text {
  font-size: var(--font-size-22);
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.p-about-map__text::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 0 auto 0 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: 33.3rem;
  height: 26.9rem;
  inset: auto -22rem -2rem 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-20);
  padding: 1.5rem 1.5rem 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: 0 auto 0 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--color-white);
}
.com-worries__section .com-worries__service-list {
  padding: 4rem;
}
.com-worries__section .com-worries__service-item {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.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: 0 auto 0 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/60.6rem no-repeat, url(../img/works-sr/worries-bg_deco.svg) right top 6rem/112.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/60.6rem no-repeat, url(../img/works-sr/worries-bg_deco.svg) right top 6rem/112.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 10.5rem;
  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-17);
  vertical-align: middle;
}
.p-fee-about__table thead tr {
  border-collapse: collapse;
}
.p-fee-about__table thead tr th {
  padding-left: 0.5rem;
}
.p-fee-about__table thead tr th:first-child {
  width: 30rem;
  padding-left: 0;
}
.p-fee-about__table thead tr th span {
  padding: 1.5rem 0;
}
.p-fee-about__table th {
  width: 37.5rem;
}
.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;
  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: 4.5rem 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 9.5rem;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 11.5rem);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0.2rem 1rem;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 1rem 0;
}
.column__wrap .column__list .more-btn {
  width: 12.5rem;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 0.5rem 0;
  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: 21rem;
  height: 20rem;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 82rem;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 2rem;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 9.5rem;
  padding: 0.3rem 0;
}
.single__post-meta .category-label {
  width: calc(100% - 9.5rem);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 1rem;
}
.single__post-meta .category-label li a {
  padding: 0.3rem 1rem;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  width: 98rem;
  margin: 0 auto 5.5rem;
}
.p-contact__form-item .p-contact__form-label .required {
  margin-left: 1rem;
}
.p-contact__form-item .p-contact__form-input {
  padding: 1.5rem 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list {
  gap: 1.5rem;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: center;
}
.p-contact__form-value {
  padding: 2rem 1.5rem;
}
.p-contact__form-select {
  width: 20rem;
}
.p-contact__form-select::after {
  inset: 0 1.6rem 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.p-contact__form-select select {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 15rem;
}
.p-contact__form #address {
  margin-top: 1.5rem;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 30rem;
}
.p-contact__form textarea {
  height: 26rem;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 20rem;
  margin-right: 2.5rem;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 13rem;
}
.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 input[type=button],
.p-contact input[type=submit],
.p-contact .p-contact__submits-wrap button {
  height: 7.5rem;
}
.p-contact .p-contact__submits-wrap {
  gap: 3.5rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 30.4rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 27rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 24rem;
}

/*==========================================
  privacy
  ===========================================*/
.p-privacy__content {
  margin-bottom: 7rem;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

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

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