@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* home */
section h2 {
  font-size: 3.2rem;
  border-bottom: none;
  padding-bottom: 22px;
  margin-bottom: 60px;
  position: relative;
}
section h2:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 40px;
  height: 5px;
  background-color: #0082cd;
}
/**** sp *****/
section.fv {
  position: relative;
  margin: 0 calc(50% - 50vw);
  min-height: 100vh; /* Fallback */
  min-height: calc((var(--vh, 1vh) * 100) - 50px - 70px);
}
section.fv .bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  opacity: 1;
}
section.fv .bgs .slick-list,
section.fv .bgs .slick-track {
  height: 100%;
}
section.fv .bgs li img {
  transform: scale(1.15);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.fv .bgs li.slick-current img {
  animation: zoomUp 7s linear 0s normal forwards;
}
section.fv .bgs.pause {
  opacity: 0;
}
section.fv .bgs.pause li.slick-current img {
  animation: none;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
section.fv .copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.fv .copy img {
  width: 80%;
}
section.fv .btn {
  position: absolute;
  left: 0%;
  bottom: 30px;
  width: calc(100vw - 30px);
  margin-left: 15px;
}
section.fv .btn a {
  font-size: 1.5rem;
  background: url(../img/icon_btn_arrow.svg) 95% center no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 14px;
}
section.fv .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.fv .mask img {
  width: 100%;
  height: 100%;
}

/* outline */
.outline {
  position: relative;
  padding: 100px 0;
}
.outline::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #e5f1f8;
  background-color: #f2f9fd;
  margin: 0 calc(50% - 50vw);
}
.outline h1::before,
.outline h1::after {
  content: none;
}
.outline h1.logo {
  padding: 0;
  text-align: center;
  margin-bottom: 80px;
}
.outline h1.logo img {
  width: 80%;
}
.outline .texts p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 3em;
}
.outline .texts p:last-child {
  margin-bottom: 0;
}
.outline .texts p.copy {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}

/* lawyers */
.lawyers {
  padding: 100px 0;
  overflow-y: hidden;
}
.lawyers .lawyer {
  margin-bottom: 120px;
  position: relative;
}
.lawyers .lawyer .shadow {
  position: absolute;
  width: 80vw;
  height: 80vw;
  background-color: #0082cd;
  border-radius: 10px;
}
.lawyers .lawyer .photo {
  position: relative;
  margin-bottom: 40px;
}
.lawyers .lawyer .photo img {
  width: 80vw;
  border-radius: 10px;
}
.lawyers .lawyer .texts {
  position: relative;
}
.lawyers .lawyer h3 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-top: 80px;
}
.lawyers .lawyer .texts p {
  font-size: 1.6rem;
  line-height: 2;
}
.lawyers .lawyer .texts .copy {
  margin-bottom: 20px;
}
.lawyers .lawyer .texts .prof {
  font-size: 1.2rem;
}
.lawyers .lawyer .texts .prof .name {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
.lawyers .lawyer1 .shadow {
  left: 0px;
  top: 20px;
}
.lawyers .lawyer1 .photo {
  text-align: right;
}
.lawyers .lawyer2 .shadow {
  right: 0px;
  top: 20px;
}

/* business */
.business {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.business::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f2f9fd;

  margin: 0 calc(50% - 50vw);
}
.business .img {
  margin-bottom: 40px;
}
.business .img img {
  border-radius: 10px;
}
.business .read {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.business h3 {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.business .copy {
  line-height: 2;
  margin-bottom: 60px;
}
.business .service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business .service li {
  width: 48%;
}
.business .service .name {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  min-height: 240px;
}
.business .service .name img {
  margin-bottom: 10px;
}

/* inheritance */
.inheritance {
  padding-bottom: 70px;
}
.inheritance .mv {
  margin: 0 calc(50% - 50vw);
  /*
	width: 100vw;
	margin-left: -30px;*/
}
.inheritance .bg {
  color: #fff;
  background-color: #0082cd;
  padding: 45px 18px;
  margin-top: -50px;
  position: relative;
  border-radius: 10px;
}
.inheritance .bg h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 23px;
}
.inheritance .bg h2::after {
  content: none;
}
.inheritance .bg .read {
  line-height: 2;
  margin-bottom: 30px;
}

/* access */
.access {
  position: relative;
  padding: 70px 0px;
}
.access::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f2f9fd;
  margin: 0 calc(50% - 50vw);
}

.access .layout .img {
  margin-bottom: 40px;
}
.access .info {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.access .data {
  font-size: 1.8rem;
  line-height: 1.333;
  margin-bottom: 30px;
}
.access .data dt {
  font-weight: bold;
  margin-top: 1em;
}

/**** tbl *****/
/**** pc *****/
@media screen and (min-width: 768px) {
  section.fv {
    margin-top: -80px;
    min-height: 100vh;
  }
  section.fv .copy img {
    width: auto;
    height: 47%;
  }
  section.fv .btn {
    width: 350px;
    margin: 0;
    left: auto;
    right: 56px;
  }

  /* outline */
  .outline .texts p.copy {
    font-size: 4rem;
  }
  .outline .layout {
    display: flex;
    gap: 80px;
  }
  .outline h1.logo {
    margin-bottom: 0;
    width: 30%;
  }

  /* lawyers*/
  .lawyers {
    position: relative;
  }
  .lawyers .lawyer {
    display: flex;
    margin-bottom: 200px;
  }
  .lawyers .lawyer .photo {
    width: 540px;
    height: 540px;
  }
  .lawyers .lawyer .shadow {
    width: 540px;
    height: 540px;
  }
  .lawyers .lawyer h3 {
    position: absolute;
    top: 120px;
    margin-top: 0;
  }
  .lawyers .lawyer .texts {
    padding-top: 240px;
  }

  .lawyers .lawyer1 .photo {
    left: 50px;
    top: 0px;
  }
  .lawyers .lawyer1 .shadow {
    left: 0px;
    top: 50px;
  }
  .lawyers .lawyer1 h3 {
    right: 80px;
  }
  .lawyers .lawyer1 .texts {
    padding-left: 100px;
  }
  .lawyers .lawyer2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .lawyers .lawyer2 .photo {
    right: 50px;
    top: 0px;
  }
  .lawyers .lawyer2 .shadow {
    right: 0px;
    top: 50px;
  }
  .lawyers .lawyer2 h3 {
    left: 50px;
  }
  .lawyers .lawyer2 .texts {
    padding-right: 100px;
  }

  .lawyers .btn a {
    margin: 0 auto;
  }

  /* business */
  .business .img {
    margin-bottom: 80px;
  }
  .business .read {
    text-align: center;
    margin-bottom: 60px;
  }
  .business .service {
    margin-bottom: 100px;
  }
  .business .service li {
    width: 168px;
  }
  .business .btn a {
    margin: 0 auto;
  }

  /* inheritance */
  .inheritance {
    padding-top: 150px;
  }
  .inheritance .mv {
    text-align: center;
  }
  .inheritance .mv img {
    width: 1170px;
    border-radius: 10px;
  }
  .inheritance .bg {
    width: 920px;
    margin: -110px auto 0 auto;
  }
  .inheritance .bg .read {
    text-align: center;
  }
  .inheritance .bg .btn a {
    margin: 0 auto;
  }

  /* access */
  .access .layout {
    display: flex;
    gap: 50px;
  }
  .access .layout .img {
    width: calc((540 / 1110) * 100%);
  }
  .access .texts {
    padding-top: 40px;
  }
  .access .data {
    margin-bottom: 130px;
  }
  .access .btn {
    margin: 0;
    display: block;
  }
}
