@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
body::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -999;
  background-image: url(../img/bg.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
  opacity: 0.1;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
.white, .white .maintitle span, .white.maintitle span {
  color: #fff;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
  position: relative;
  font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
  font-weight: 700;
}
.maintitle .mf {
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 50%;
  display: inline-block;
  margin-bottom: 9px;
  font-weight: 500;
  color: #1bcfb8;
  /*
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #c9d132);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
.maintitle .sf {
  line-height: 1.4;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 23px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 25px;
  }
  .txtmgb {
    margin-bottom: 20px !important;
  }
}
/*02*/
.mtitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 13px;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  line-height: 1.45;
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #fff461);
  padding: 0.75em 0.65em 0.8em;
  border-radius: 5px;
}
.mtitle > span {
  position: relative;
  z-index: 1;
  display: block;
}
.mtitle::after {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.45;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.13);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 115px;
  height: 3px;
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #fff461);
}
/* ボタン */
.mainbtn a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 20px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  font-weight: 700;
}
.mainbtn a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  background: linear-gradient(15deg, #0073d8, #1bcfb8, #fff461, #1bcfb8, #0073d8);
  z-index: -2;
  background-size: 300% 100% !important;
}
.mainbtn a:hover {
  opacity: 0.6;
}
/*
.mainbtn a:hover::after {
  background-position: 100% 0 !important;
}
*/
/*矢印*/
section .mainbtn a span:not(.ib)::before {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 2;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  line-height: 1;
  font-size: 125%;
  transform: translate(-50%, -50%) scale(1, 0.6);
}
section .mainbtn a:hover span:not(.ib)::before {
  animation: arrow 0.35s linear;
}
@keyframes arrow {
  39% {
    transform: translate(-100%, -50%) scale(1, 0.6);
  }
  42% {
    opacity: 0;
    transform: translate(-150%, -50%) scale(1, 0.6);
  }
  39% {
    opacity: 0;
    transform: translate(100%, -50%) scale(1, 0.6);
  }
  42% {
    opacity: 0;
    transform: translate(150%, -50%) scale(1, 0.6);
  }
  47% {
    opacity: 0;
    transform: translate(-100%, -50%) scale(1, 0.6);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 0.6);
  }
}
/**/
.tbtn {
  margin-top: 25px;
}
.btnflex a {
  margin: 1px 5px;
  display: inline-block;
}
.btnflex a:nth-child(2n)::after {
  background: linear-gradient(-15deg, #0073d8, #1bcfb8, #fff461, #1bcfb8, #0073d8);
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 20px;
    min-width: 205px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 30px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 42.5%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gradient_dark, .bg_gradient {
  position: relative;
}
.bg_gradient_dark::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #fff461);
  z-index: -1000;
}
.bg_gradient::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 108%;
  z-index: -1000;
  background: radial-gradient(circle at top left, #c7e9ff, #fff4b0, #87e8c7, #afede5);
  opacity: 0.65;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, transparent 100%);
}
.bg_gradient:first-child::after {
  mask-image: linear-gradient(to bottom, #000 0%, #000 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 30%, transparent 100%);
}
.bg_gradient:last-child::after {
  height: 118%;
  top: auto;
  bottom: 0;
  mask-image: linear-gradient(to top, #000 0%, #000 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 30%, transparent 100%);
}
@media (max-width: 750px) {
  .bg_gradient::after {
    height: 117%;
  }
  .TopPage .bg_gradient::after {
    background: radial-gradient(circle at bottom left, #c7e9ff, #fff4b0, #87e8c7, #afede5);
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 18px;
  transition: .6s all;
  background: #fff;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.12);
}
.TopPage .header_sticky {
  position: fixed;
  background: transparent;
  box-shadow: none;
}
.TopPage .header_sticky.change {
  background: #fff;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.12);
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 330px;
}
.logo {
  display: block;
  position: relative;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 5px;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  font-size: 1.05rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 11px;
  display: block;
  position: relative;
  top: 0;
  line-height: 1.25;
  color: #000;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .btnflex a {
  padding: 10px 0;
  min-width: 165px;
  font-size: 0.88rem;
  margin: 0 2.5px;
  vertical-align: bottom;
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 52px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #000;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 83%;
  max-width: 588px;
  padding: 65px 0;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed #d1d1d1;
  font-size: 1.2rem;
  position: relative;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #000;
}
.global-navigation__list li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  margin-right: 10px;
  color: #1bcfb8;
  pointer-events: none;
  font-size: 85%;
  transform: translateY(-50%);
  position: relative;
  top: -0.1em;
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #1bcfb8;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #1bcfb8;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.header__nav-area .square {
  font-size: 1rem;
}
.header__nav-area .square a {
  margin: 9px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  min-width: auto;
  width: 100%;
  max-width: 230px;
  padding: 20px 0;
}
@media (max-width: 1300px) {
  .header_title a {
    width: 25.2vw;
  }
  .hnav ul {
    margin-right: 1.15vw;
  }
  .hnav ul li {
    font-size: 1.33vw;
  }
  .hnav ul li a {
    padding: 0 0.6vw;
  }
  .header_item .btnflex a {
    font-size: 1.08vw;
    min-width: 13.2vw;
    margin: 0 0.1vw;
  }
}
@media (max-width: 1075px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
  .header_title a {
    width: 305px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 11px 8px;
  }
  .header_title a {
    width: 240px;
  }
  .global-navigation__list > li {
    padding: 11px 5px 14px;
    font-size: 1.1rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.95rem;
  }
  .header__nav-area .square a {
    padding: 16px 0;
    max-width: 200px;
  }
}
/* footer ================================================*/
footer {
  overflow: hidden;
}
.footer_contact {
  position: relative;
  padding: 100px 0;
  color: #fff;
}
.footer_contact::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, #0073d8, #fff461, #1bcfb8);
  opacity: 0.9;
  z-index: -1;
  filter: saturate(120%) brightness(70%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 0%, #000 70%);
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 0%, #000 70%);
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
  background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::after {
  background-attachment: scroll;
}
.footer_contact .inner {
  max-width: 775px;
}
.fflex {
  display: flex;
  align-items: center;
}
.finfo {
  white-space: nowrap;
  margin-right: 90px;
}
.flogo {
  display: block;
  width: 100%;
  max-width: 355px;
  margin: 0 0 10px;
  filter: brightness(0) invert(1);
}
.fcontact {
  width: 100%;
}
.fcontact a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 117%;
  border-radius: 5px;
}
.fcontact a:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.copyright {
  line-height: 1.6;
}
@media (max-width: 950px) {
  .finfo {
    margin-right: 55px;
  }
}
@media (max-width: 800px) {
  .footer_contact {
    padding: 55px 0 120px;
  }
  .fflex {
    display: block;
  }
  .finfo {
    margin-right: 0;
    text-align: center;
    white-space: normal;
  }
  .flogo {
    margin: 0 auto 7px;
  }
  .fcontact a {
    max-width: 350px;
    margin: 0 auto;
    font-size: 107%;
  }
  .copyright {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 45px 0 90px;
  }
  .footer_contact::after {
    background-attachment: scroll;
  }
  .flogo {
    max-width: 275px;
  }
  .fcontact a {
    max-width: 270px;
  }
  .copyright {
    font-size: 0.87rem;
  }
}
@media (max-width: 355px) {
  .copyright {
    bottom: 35px;
  }
  .copyright .ib {
    display: block;
  }
  .fcontact a {
    padding: 17px 0;
    font-size: 105%;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 77px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #fff461);
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.15rem);
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 61px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド ==============================================*/
.topslide {
  position: relative;
  overflow: hidden;
  padding: 125px 0 35px;
}
.p_slider ul .slick-slide {
  margin-left: 1.2% !important;
  transition: .3s ease;
}
.p_slider .slick-track {
  display: flex;
  align-items: center;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 80%; /*高さの比率*/
}
.p_slider ul li:nth-child(2n+1)::before {
  padding-top: 110%;
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1095px) {
  .topslide {
    padding-bottom: 0;
  }
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 1.5% !important;
  }
}
@media (max-width: 550px) {
  .topslide {
    padding-top: 95px;
  }
}
/* 当事務所について。 ====================================*/
.about .inner {
  max-width: 1381px;
}
@media (max-width: 750px) {
  .TopPage .bg_gradient:first-child::after {
    background: radial-gradient(circle at bottom left, #fff4b0, #afede5, #afede5, #afede5, #fff4b0, #afede5);
  }
  .about .flexbox > div > img {
    object-fit: cover;
    width: 100%;
    height: 65vw;
  }
}
/* 土地と建物のこと、私にできること。 ====================*/
.services {
  padding: 65px 0;
}
.services .inner {
  max-width: 1275px;
}
.serbox {
  padding: 35px 40px 40px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
/**/
.slist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1085px;
  margin: 30px auto 0;
}
.slist li {
  width: 24%;
  padding: 20px 15px;
  background: #ebfff5;
  border-radius: 5px;
}
.slist li span {
  padding-left: 22px;
  position: relative;
  display: block;
  border-radius: 5px;
  width: fit-content;
  margin: auto;
}
.slist li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 110%;
  color: #1bcfb8;
}
.slist li img {
  object-fit: contain;
  width: 100%;
  height: 85px;
  margin: 0 auto 8px;
}
@media (max-width: 1160px) {
  .slist li {
    width: 48.3%;
    margin: 0 auto 13px;
  }
}
@media (max-width: 1005px) {
  .serbox {
    text-align: left;
  }
}
@media (max-width: 650px) {
  .slist {
    display: block;
  }
  .slist li {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .services {
    padding: 45px 0;
  }
  .serbox {
    padding: 25px 15px 30px;
  }
  .slist {
    margin-top: 25px;
  }
  .slist li {
    margin-bottom: 8px;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 110%;
  color: #1bcfb8;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* 話しやすさと、まじめさ。 ==============================*/
.guide .inner, .promises .inner {
  max-width: 1322px;
}
/* はじめての方も、安心してご相談ください。 ==============*/
.twimg_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twimg_s > img {
  width: 47%;
}
.twimg_s > img:first-of-type {
  margin-bottom: 55px;
}
.reverse .twimg_s > img:first-of-type {
  margin-bottom: 0 !important;
}
.reverse .twimg_s > img:last-of-type {
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .twimg_s > img img {
    object-fit: cover;
    width: 100%;
    height: 80vw;
  }
  .twimg_s > img:first-of-type {
    margin-bottom: 37px;
  }
  .reverse .twimg_s > img:last-of-type {
    margin-bottom: 37px;
  }
}
/* 下層ページトップ =========================================================================================================*/
.fv {
  padding: 75px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 75%;
  z-index: -2;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, #0073d8, #fff461, #1bcfb8);
  opacity: 0.9;
  z-index: -1;
  filter: saturate(120%) brightness(70%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 0%, #000 70%);
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 0%, #000 70%);
}
.fv h2 {
  text-align: center;
  margin-bottom: 15px !important;
  font-size: clamp(1.65rem, 1.14rem + 1.8133vw, 2.5rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1075px) {
  .fv {
    padding: 65px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 35px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
  font-weight: 700;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 会社案内ページ ===========================================================================================================*/
/* 代表の声 */
.greeting .inner {
  max-width: 1250px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
/*img*/
.twimg {
  position: relative;
  padding-top: 14%;
}
.twimg > img:nth-child(1) {
  width: 68%;
  margin-left: auto;
}
.twimg > img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  z-index: -1;
}
@media (max-width: 750px) {
  .twimg {
    padding-top: 30%;
  }
}
/* 事務所概要 */
.overview .inner {
  max-width: 1053px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #1bcfb8;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
.info_table td {
  background: #fff;
  width: 70%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #1bcfb8;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100% !important;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
    padding-top: 10px;
  }
}
/* アクセスマップ */
.map .inner {
  max-width: 1100px;
}
.map iframe {
  width: 100%;
  height: 450px;
  border: 3px solid #ddd !important;
}
@media (max-width: 550px) {
  .map iframe {
    height: 230px;
  }
}
/* 事業紹介ページ ===========================================================================================================*/
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 25px 25px;
  background: #fff;
  border-radius: 5px;
}
.links li {
  width: 32%;
  border-bottom: 1px dashed #1bcfb8;
  padding-bottom: 7px;
  margin: 3.5px 0;
}
.links li a {
  color: #000;
}
.links li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  line-height: 1;
  transform: scale(1, 0.6);
  margin-right: 6px;
  color: #1bcfb8;
}
.links li a:hover {
  opacity: 0.45;
}
@media (max-width: 1180px) {
  .links li {
    width: 48.5%;
  }
}
@media (max-width: 775px) {
  .links {
    display: block;
    margin-top: 20px;
  }
  .links li {
    width: 100%;
    margin: 0;
    padding: 9px 0;
  }
  .links li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 80%;
    margin-right: 6px;
  }
  .links li:first-of-type a {
    padding-top: 0 !important;
  }
  .links li::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .links {
    padding: 7px 15px 22px;
  }
  .links li {
    font-size: 95%;
  }
}
/**/
.ServicesPage {
  counter-reset: number -1; /**/
}
.ServicesPage section:not(.contactus) {
  padding-bottom: 1px !important;
  counter-increment: number 1;
}
.ServicesPage section:nth-child(2n+1) .flexbox {
  flex-direction: row-reverse;
}
.ServicesPage .bg_gradient section:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
.ServicesPage .bg_gradient section:nth-child(2n+1) .flexbox {
  flex-direction: row;
}
.ServicesPage section .mtitle {
  font-size: clamp(1.17rem, 0.972rem + 0.704vw, 1.5rem);
  display: flex;
  padding-left: 80px;
}
.ServicesPage section .mtitle > span::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background: linear-gradient(to top right, #0073d8, #1bcfb8, #fff461);
  pointer-events: none;
  z-index: 1;
  border-radius: 100px;
}
.ServicesPage section .mtitle::before {
  content: "0"counter(number);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #1bcfb8;
}
@media (max-width: 1075px) {
  .ServicesPage section .mtitle {
    padding-left: 0.65em;
  }
  .ServicesPage section .mtitle > span::before {
    content: none;
  }
  .ServicesPage section .mtitle::before {
    content: "0"counter(number)".";
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-right: 6px;
  }
}
/* こんなときにご相談ください */
.example {
  margin-top: 30px;
}
.example .stitle {
  font-size: clamp(1.17rem, 0.972rem + 0.704vw, 1.5rem);
}
.situlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.situlist li {
  width: 49.3%;
  padding: 15px;
  margin-bottom: 12px;
  background: #ebfff5;
  border-radius: 5px;
  font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
.bg_gradient .situlist li {
  background: #fff;
}
.situlist li span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.situlist li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #1bcfb8;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
@media(max-width:815px) {
  .situlist {
    display: block;
    margin-bottom: 25px;
  }
  .situlist li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media(max-width:550px) {
  .situlist li {
    padding: 10px;
  }
}
/* 選ばれる理由ページ =======================================================================================================*/
/* 土地家屋調査士ってなに？ */
.investigator .inner {
  max-width: 1100px;
}
/*img*/
.twflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 27px;
}
.twflex div {
  width: 47.5%;
  position: relative;
}
.twflex div:last-of-type {
  margin-top: 25px;
}
@media(max-width: 550px) {
  .twflex {
    margin-top: 33px;
    display: block;
  }
  .twflex div {
    width: 85%;
  }
  .twflex div:last-of-type {
    margin-top: 23px;
    margin-left: auto;
  }
}
/* 具体的にはどんなことをするの？ */
.service .inner {
  width: 95%;
  max-width: 950px;
}
.seritems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seritems > div {
  width: 48.5%;
  padding: 35px 35px 30px;
  background: #fff;
  border-radius: 5px;
}
.seritems img {
  object-fit: contain;
  width: 100%;
  height: 135px;
  margin: 0 auto 18px;
}
@media(max-width: 950px) {
  .service .inner {
    width: 88%;
    max-width: 580px;
  }
  .seritems {
    display: block;
  }
  .seritems > div {
    width: 100%;
  }
  .seritems > div:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .seritems > div {
    padding: 23px 15px 20px;
  }
  .seritems img {
    height: 115px;
  }
}
/* 当事務所が選ばれる理由 */
.reasons {
  padding: 80px 0 60px;
}
.reasons .maintitle {
  margin-bottom: 60px;
}
.reasons .inner {
  width: 95%;
}
.reaitems {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.reaitems > div {
  width: 31.1%;
  margin: 0 1.1% 55px;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  counter-increment: number 1;
}
.reaitems > div h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
  line-height: 1.4;
  position: relative;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.reaitems > div h3::before {
  content: "0"counter(number);
  margin: -60px auto 15px;
  width: 62px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: #1bcfb8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.reaitems > div h3:after {
  content: "";
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-top: 10px solid #1bcfb8;
}
@media (max-width: 1045px) {
  .reaitems > div {
    width: 47.6%;
  }
}
@media (max-width: 750px) {
  .reaitems {
    display: block;
  }
  .reaitems > div {
    width: 100%;
  }
  .reaitems > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .reasons .maintitle {
    margin-bottom: 57px;
  }
  .reasons .inner {
    width: 88%;
  }
  .reasons {
    padding: 50px 0;
  }
  .reaitems > div {
    padding: 15px;
  }
  .reaitems > div h3::before {
    margin-top: -50px;
    width: 52px;
    font-size: 1.35rem;
  }
  .reaitems > div h3:after {
    top: 56px;
  }
}
/* ご依頼についてページ =====================================================================================================*/
/* ご依頼の流れ */
.flow .inner {
  max-width: 1015px;
}
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 7px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 42px;
  padding: 17px 25px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 13px;
  position: relative;
  counter-increment: number 1;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 41px;
}
.flows > div::before {
  width: 11px;
  aspect-ratio: 1/1;
  background: #1bcfb8;
  border-radius: 50%;
  left: -44px;
  margin-top: -4px;
}
.flows > div::after {
  width: 40px;
  border-bottom: 2px dotted #1bcfb8;
  position: absolute;
  left: -41px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div .stitle::before {
  content: "0"counter(number)".";
  margin-right: 4px;
  color: #1bcfb8;
}
@media (max-width:750px) {
  .flows > div {
    margin-left: 20px;
    padding: 15px;
  }
  .flows::before {
    width: 4px;
  }
  .flows > div::after, .flows > div::before {
    top: 32px;
  }
  .flows > div::before {
    width: 10px;
    left: -23.5px;
  }
  .flows > div::after {
    width: 21px;
    left: -20px;
  }
}
@media (max-width:550px) {
  .flows > div {
    margin-bottom: 13px;
  }
  .flows > div .stitle {
    margin-bottom: 10px;
  }
}
/* 対応エリア */
.area {
  padding: 65px 0;
}
.area .inner {
  max-width: 1115px;
}
.areabox {
  padding: 35px 40px 40px;
  background: #fff;
  border-radius: 5px;
}
.areabox .flexbox {
  max-width: 960px;
  margin: auto;
}
@media (max-width:550px) {
  .area {
    padding: 40px 0;
  }
  .areabox {
    padding: 25px 15px 30px;
  }
}
/* まずはご相談から */
.contactus {
  padding: 65px 0;
  text-align: center;
}
@media (max-width:885px) {
  .contactus {
    text-align: left;
  }
}
@media (max-width:550px) {
  .contactus {
    padding: 45px 0 55px;
  }
}
/* お問い合わせページ =======================================================================================================*/
/* よくある質問 */
.faq .inner {
  max-width: 1029px;
}
.faq_items {
  counter-reset: number 0;
}
.faq_items > div {
  border-radius: 5px;
  padding: 25px;
  background: #fff;
  margin-bottom: 17px;
  counter-increment: number 1;
}
.faq_items > div h3 {
  font-weight: 500;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.13);
}
.faq_items > div h3, .answer {
  position: relative;
  padding-left: 42px;
}
.faq_items > div h3::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
}
.faq_items > div h3::before {
  content: "Q.";
  top: 0.08em;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A"counter(number)".";
  top: -0.2em;
  left: 0.5px;
  color: #1bcfb8;
}
@media (max-width: 550px) {
  .faq_items > div {
    padding: 17px 15px 15px;
  }
  .faq_items > div h3::before, .answer::before {
    top: -0.05em;
  }
}
/* お問い合わせ */
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 925px;
}
.tels {
  padding-top: 1px;
}
.contop {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 550px) {
  .contop {
    text-align: left;
    margin-bottom: 33px;
  }
}
/* 電話 */
.telbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.55rem, 1.4rem + 0.5333vw, 1.8rem);
  color: #000;
  margin-right: 40px;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox i {
  color: #1bcfb8;
}
.telbox p {
  margin-bottom: 0;
}
@media (max-width: 635px) {
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    text-align: center;
  }
  .telbox p {
    font-size: 0.9rem;
  }
}
/* メールフォーム =======================*/
.mails {
  padding-top: 1px;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 1px dotted #bfbfbf;
}
.mailform .row > div:nth-child(1) {
  width: 28%;
  letter-spacing: 0.08em;
}
.mailform .row > div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row div:first-of-type span {
  font-weight: 700;
  font-size: 90%;
  margin-right: 2px;
}
.mailform .row span.hissu {
  color: #e84735;
}
.mailform .row span.hissu::after {
  content: "*";
}
.autofill {
  font-size: clamp(0.7rem, 0.58rem + 0.4267vw, 0.9rem);
  margin-bottom: 6px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #cfcfcf;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box.mini {
  width: 120px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/* チェックボックス・ラジオボタン */
.check_label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 15px 3px 0;
}
/* btn */
.mailform button {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 25px;
  display: block;
  width: fit-content;
  min-width: 250px;
  text-align: center;
  overflow: hidden;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  font-weight: 700;
  transition: .4s all;
}
.mailform button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  background: linear-gradient(15deg, #0073d8, #1bcfb8, #fff461, #1bcfb8, #0073d8);
  z-index: -2;
  background-size: 300% 100% !important;
}
.mailform button:hover {
  opacity: 0.6;
}
@media (max-width: 850px) {
  .mails .mtitle {
    margin-bottom: 0px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .check_label {
    display: block;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    padding: 21px 0;
    min-width: 215px;
    max-width: fit-content;
    width: 100%;
  }
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 40px;
  }
}
/* 個人情報の取り扱いについて */
.privacywrap .fitc {
  font-size: 0.95rem;
}
.privacywrap {
  margin: 10px 0 23px;
}
.accordion-title {
  text-align: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 500;
}
.accordion-title:hover {
  text-decoration: none;
}
.accordion-text {
  display: none; /*はじめは非表示*/
  margin-top: 5px;
  padding: 13px;
  position: relative;
  font-size: 0.9rem;
  background: #ebfff5;
  border-radius: 5px;
}
.accordion-text > div {
  height: 250px;
  overflow-y: scroll;
}
.accordion-text p {
  padding: 0 14px;
}
.accordion-text span {
  font-size: 107%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #1bcfb8;
}
@media (max-width: 550px) {
  .accordion-text {
    padding: 10px 7px;
  }
  .accordion-text p {
    padding: 0 7px;
  }
}