@charset "UTF-8";

/**
 * index.css
 *
 *　#メインイメージ
 *　#メッセージ
 *　#事務所の方針
 *　#取扱い分野
 *　#弁護士紹介
*/

/* ==========================================================================
   #メインイメージ
   ========================================================================== */
.l-mainimg {
  overflow: hidden;
  position: relative;
  margin-top: -70px;
  background-color: #e5e9ed;
}

.mainimg-inner {
  position: relative;
  width: 1000px;
  height: 800px;
  margin: 0 auto;
}

.mainimg-img {
  position: absolute;
  top: 0;
  left: -300px;
  right: -300px;
}

.mainimg-txt {
  overflow: hidden;
  position: relative;
  width: 600px;
  height: 100%;
  padding-top: 184px;
}

.mainimg-txt.active {
  transform: translateX(0);
  opacity: 1;
}

.mainimg-txt01 {
  float: left;
  display: block;
  margin-bottom: 10px;
}

.mainimg-txt02 {
  float: left;
  display: block;
  margin-bottom: 34px;
}

.mainimg-txt03 {
  float: left;
  display: block;
  margin-bottom: 54px;
  transform: translateY(5px);
  transition: all 1.6s ease 1.2s;
  opacity: 0;
}

.mainimg-txt04 {
  float: left;
  display: block;
  transform: translateY(5px);
  transition: all 1.6s ease 1.6s;
  opacity: 0;
}

.mainimg-txt04 img { margin-left: 37px; }

.mainimg-txt03.active,
.mainimg-txt04.active {
  transform: translateY(0);
  opacity: 1;
}


/* #スクロール
   ----------------------------------------------------------------- */
.mainimg-scroll {
  position: absolute;
  left: 100px;
  bottom: 110px;
  display: block;
  width: 180px;
  height: 12px;
  color: #2c4978;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  transform-origin: top left;
  transform: rotate(90deg);
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mainimg-scroll-animation {
  overflow: hidden;
  position: absolute;
  left: 60px;
  top: 50%;
  display: block;
  width: 120px;
  height: 1px;
  background-color: #2c4978;
}

.mainimg-scroll-animation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 1px;
  background-color: #e8ebee;
  -webkit-animation: scroll 3.0s infinite;
  animation: scroll 3.0s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
  }
  100% {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translate(-80px, 0);
  }
  100% {
    transform: translate(200px, 0);
  }
}


/* #リンク
   ----------------------------------------------------------------- */
.mainimg-link {
  overflow: hidden;
  position: absolute;
  bottom: 200px;
  right: 0;
  background-color: #aa9259;
  z-index: 1;
}

@media screen and (min-width:1000px) {
  .mainimg-link {
    padding-right: calc(50vw - 500px);
  }
}

.mainimg-link-item {
  position: relative;
  float: left;
}

.mainimg-link-item:last-child { margin-right: 0; }

.mainimg-link-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #BBA571;
}

.mainimg-link-item a {
  position: relative;
  display: block;
  padding: 42px 50px 42px 64px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mainimg-link-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.mainimg-link-item a:hover { background-color: #8F773E; }

.mainimg-link-item a:hover:before {
  margin-top: -3px;
}

/* #スライドショー
   ----------------------------------------------------------------- */
.mainimg-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

.mainimg-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30,53,90,0.5);
}

.loopSliderWrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mainimg-slide-list {
  overflow: hidden;
  float: left;
}
 
.mainimg-slide-list-item {
  overflow: hidden;
  float: left;
  display: inline;
}

/* ==========================================================================
   #メッセージ
   ========================================================================== */
.l-message { background: url("../images/common/bg_white.jpg"); }

.message-inner {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}

.message-img { float: left; }

.message-txt-wrap {
  float: right;
  width: 480px;
  padding-top: 33px;
}

.message-ttl {
  margin-bottom: 26px;
  color: #2c4978;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6363636364;
}

.message-txt {
  margin-bottom: 53px;
  font-size: 14px;
  line-height: 2;
}

.message-link {
  position: relative;
  display: block;
  width: 258px;
  padding: 21px 72px 21px 32px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 258px, #aa9259 258px);
  background-position: 0 0;
  background-size: 516px auto;
  border: 1px solid #aa9259;
}

.message-link:hover {
  background-position: 258px 0;
  color: #fff;  
}

.message-link .common-arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -2px;
}
.message-link .common-arrow-path {
  fill: #aa9259;
  transition: all 0.5s ease-out;
}

.message-link:hover .common-arrow-path { fill: #fff; }


/* ==========================================================================
   #事務所の方針
   ========================================================================== */
.l-policy {
  background: url("../images/top/policy/bg_policy.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.policy-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 180px;
}

.policy-ttl {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.policy-ttl-sub {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.policy-ttl-en {
  margin-bottom: 40px;
  color: #aa9259;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.policy-txt {
  margin-bottom: 73px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.poliscy-list { overflow: hidden; }

.poliscy-list-item {
  float: left;
  width: 320px;
  height: 438px;
  margin-right: 20px;
  background-color: #fff;
}

.poliscy-list-item:last-child { margin-right: 0; }

.poliscy-list-item-img {
  margin-bottom: 40px;
}

.poliscy-list-item-ttl {
  position: relative;
  margin-bottom: 23px;
  padding: 0 40px;
  color: #2c4978;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.poliscy-list-item-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #2c4978;
}

.poliscy-list-item-txt {
  padding: 0 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ==========================================================================
   #取扱い分野
   ========================================================================== */
.l-business { background: url("../images/common/bg_white.jpg"); }

.business-inner {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 180px;
}

.business-ttl {
  position: relative;
  margin-bottom: 30px;
  color: #2c4978;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.business-ttl-en {
  margin-bottom: 40px;
  color: #aa9259;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.business-txt {
  margin-bottom: 73px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

/* #リスト
   ----------------------------------------------------------------- */
.business-list { margin-right: -20px; }

.business-list:before,
.business-list:after {
  content:"";
  display:table;
}

.business-list:after { clear:both; }

/* 外枠
----------------------- */
.business-list-item {
  position: relative;
  float: left;
  width: 320px;
  height: 160px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  box-shadow: 2.237px 3.316px 20px 0px rgba(0, 0, 0, 0.05);
}

/*.business-list-item:before,
.business-list-item:after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-out;
  background: #aa9259;
  pointer-events: none;
}

.business-list-item::after{
  right: 0;
  bottom: 0;
}

.business-list-item::before{
  left: 0;
  top: 0;
}

.business-list-item:hover:before,
.business-list-item:hover:after { width: 100%; }*/

/* 内枠
----------------------- */
.business-list-item a,
.business-list-item span {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 40px 0;
  text-decoration: none;
}

/*.business-list-item a:before,
.business-list-item a:after{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  transition: all 0.5s ease-out;
  background: #aa9259;
  pointer-events: none;
}

.business-list-item a:before{
  left: 0;
  top: 0;
}

.business-list-item a:after{
  right: 0;
  bottom: 0;
}

.business-list-item:hover a:before,
.business-list-item:hover a:after { height: 100%; }*/

/* タイトル */
.business-list-item-ttl {
  margin-bottom: 20px;
  color: #2c4978;
  line-height: 1;
  transition: all 0.5s ease-out;
}

/*.business-list-item-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #aa9259;
  transition: all 0.5s ease-out;
}

.business-list-item-ttl:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}*/

/* カテゴリ */
.business-list-item-category {
  position: absolute;
  top: 38px;
  right: 40px;
  padding: 4px 6px;
  color: #2c4978;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 1px solid #2c4978;
  transition: all 0.5s ease-out;
}

/* テキスト */
.business-list-item-txt {
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
}

/* #ボタン
   ----------------------------------------------------------------- */
.business-link {
  position: relative;
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 21px 72px 21px 32px;
  color: #2c4978;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid #2c4978;
  background-image: linear-gradient(to right, transparent 200px, #2c4978 200px);
  background-position: 0 0;
  background-size: 400px auto;
}

.business-link:hover {
  background-position: 200px 0;
  color: #fff;  
}

.business-link .common-arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -2px;
}
.business-link .common-arrow-path {
  fill: #2c4978;
  transition: all 0.5s ease-out;
}

.business-link:hover .common-arrow-path { fill: #fff; }


/* ==========================================================================
   #弁護士紹介
   ========================================================================== */
.l-lawyers {
  overflow: hidden;
  height: 660px;
  background: url("../images/common/bg_blue.jpg"); 
}

.lawyers-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
  color: #fff;
}

.lawyers-ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lawyers-ttl-en {
  margin-bottom: 40px;
  color: #aa9259;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lawyers-txt {
  width: 500px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lawyers-link {
  position: relative;
  display: block;
  width: 220px;
  margin-top: 53px;
  padding: 21px 72px 21px 32px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid #fff;
  background-image: linear-gradient(to right, transparent 220px, #fff 220px);
  background-position: 0 0;
  background-size: 440px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lawyers-link:hover {
  background-position: 220px 0;
  color: #2c4978;  
}

.lawyers-link .common-arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -2px;
}
.lawyers-link .common-arrow-path {
  fill: #fff;
  transition: all 0.5s ease-out;
}

.lawyers-link:hover .common-arrow-path { fill: #2c4978; }

.lawyers-img {
  position: absolute;
  top: 0;
  right: -200px;
}

.lawyers-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30,53,90,0.5);
}




















