@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
body {
  color: #333;
  font-family: 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: .2px
}
@media (max-width:767px) {
  body {
    font-size: .9em
  }
}
body a {
  color: #333;
  text-decoration: none;
  transition-property: all;
  transition: .3s linear
}
body a:hover {
  color: #333;
  opacity: .8
}
@media (max-width:767px) {
  body a:hover {
    opacity: 1
  }
}
body button:active:focus, body button:focus {
  outline: 0
}
body img {
  max-width: 100%
}
.underline {
  text-decoration: underline
}
body a.underline:hover {
  text-decoration: none
}
main {
  padding-top: 47px
}
@media (max-width:1199px) {
  main {
    padding-top: 55px
  }
}
.drawer-hamburger {
  padding: 10px 10px 15px;
  width: 20px;
  z-index: 7;
  position: absolute
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 20px;
  top: -5px
}
@media (max-width:1199px) {
  .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    right: 10px;
    top: 8px
  }
}
@media (max-width:767px) {
  .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    top: 3px
  }
}
@media (max-width:1199px) {
  .drawer-open .drawer-nav {
    overflow: hidden;
    opacity: 0;
    transition-property: all;
    transition: .3s linear
  }
}
@media (max-width:767px) {
  .drawer-open .drawer-nav {
    height: 100vh
  }
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 18px
}
@media (max-width:1199px) {
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px;
    width: 24px
  }
}
.drawer-hamburger-icon:before {
  top: -5px
}
@media (max-width:1199px) {
  .drawer-hamburger-icon:before {
    top: -7px
  }
}
.drawer-hamburger-icon:after {
  top: 5px
}
@media (max-width:1199px) {
  .drawer-hamburger-icon:after {
    top: 7px
  }
}
@media (max-width:1199px) {
  .drawer-open .drawer-nav {
    opacity: 1
  }
}
.drawer-nav {
  background: rgba(255, 255, 255, .9);
  padding: 30px 0 25px;
  z-index: 5
}
@media (max-width:1199px) {
  .drawer-nav {
    padding: 50px 0 20px
  }
}
@media (max-width:767px) {
  .drawer-nav {
    padding: 47px 0 10px
  }
}
@media (max-width:1199px) {
  .drawer-nav ul.menu-category-list {
    padding: 0 15px;
    margin: 0 -5px
  }
}
@media (max-width:1199px) {
  .drawer-nav ul.menu-category-list li:last-child {
    margin: 0 0 10px
  }
}
.drawer-nav .head {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 10px 0 0 15px
}
@media (max-width:1199px) {
  .drawer-nav .head {
    padding: 10px 15px 0 15px
  }
}
@media (max-width:767px) {
  .drawer-nav .head {
    font-size: .9em;
    margin: 0;
    padding: 5px 15px 0 15px
  }
}
.drawer-nav ul.menu-category-list li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 15px;
  text-align: center
}
@media (max-width:1199px) {
  .drawer-nav ul.menu-category-list li {
    width: 33.3%;
    margin: 0 0 10px
  }
}
@media (max-width:991px) {
  .drawer-nav ul.menu-category-list li {
    width: 50%
  }
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li {
    text-align: left;
    padding: 0 5px;
    margin: 0 0 5px;
    font-size: .85em
  }
}
.drawer-nav ul.menu-category-list li > a {
  background: #fff;
  display: block;
  font-weight: 700;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li > a {
    padding: 5px 10px;
    font-weight: 400;
    border: solid 1px #eee
  }
}
.drawer-nav ul.menu-category-list li > a:after, .drawer-nav ul.menu-category-list li > a:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li > a:after, .drawer-nav ul.menu-category-list li > a:before {
    content: none
  }
}
.drawer-nav ul.menu-category-list li > a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}
.drawer-nav ul.menu-category-list li > a:hover {
  opacity: 1
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li > a:hover {
    color: #333
  }
}
.drawer-nav ul.menu-category-list li > a:hover:after {
  background: #f4f4f4;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1
}
.drawer-nav ul.menu-category-list li > a:hover .title {
  position: relative;
  z-index: 2
}
.drawer-nav ul.menu-category-list li > a .title {
  width: 100%
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li > a .title {
    width: 100%
  }
}
.drawer-nav ul.menu-category-list li > a .title:after {
  content: '';
  display: block;
  background: #1f3183;
  width: 20px;
  height: 3px;
  margin: 0 auto
}
@media (max-width:767px) {
  .drawer-nav ul.menu-category-list li > a .title:after {
    content: none
  }
}
.drawer-nav ul.menu-category-list li > a .img {
  display: none
}
.drawer-nav ul.menu-category-list li > a .img img {
  height: 70px
}
.drawer-overlay {
  z-index: 10
}
@media (max-width:1199px) {
  .drawer-menu .container {
    padding: 0;
    max-width: 100%
  }
}
header {
  padding-top: 32px;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99
}
@media (max-width:1199px) {
  header {
    padding-top: 0
  }
}
header .header-inner {
  padding: 15px 20px;
  border-top: solid 1px #e7e7e6;
  position: relative
}
@media (max-width:1199px) {
  header .header-inner {
    padding: 10px;
    border-top: none
  }
}
header .header-inner h1 {
  line-height: 1
}
header .header-inner .header-logo .logo {
  display: none;
  transition-property: all;
  transition: .3s linear
}
header .header-inner .header-logo a {
  display: block
}
header .header-inner .header-logo img {
  height: 45px;
  width: auto
}
@media (max-width:1199px) {
  header .header-inner .header-logo img {
    height: 24px
  }
}
header .header-inner .header-logo .site {
  line-height: 1;
  margin: 0 0 0 .8em;
  font-size: .44em;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  white-space: pre font-weight: 400
}
@media (max-width:767px) {
  header .header-inner .header-logo .site {
    font-size: .46535em;
    letter-spacing: 0;
    margin: 0 0 0 .5em
  }
}
@media (max-width:1199px) {
  header .header-inner .nav-menu {
    display: none
  }
}
header .header-inner .nav-menu ul li {
  padding: 0 0 0 20px;
  font-size: 15px
}
header .header-inner .nav-menu ul li a {
  position: relative;
  display: inline-block
}
header .header-inner .nav-menu ul li a .material-icons {
  font-size: 1em;
  margin: 0 0 0 2.5px;
  position: relative;
  top: 2px
}
header .header-inner .nav-menu ul li a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #1f3183;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}
@media (max-width:767px) {
  header .header-inner .nav-menu ul li a:after {
    content: none
  }
}
header .header-inner .nav-menu ul li a:hover {
  opacity: 1;
  color: #1f3183
}
@media (max-width:767px) {
  header .header-inner .nav-menu ul li a:hover {
    color: #333
  }
}
header .header-inner .nav-menu ul li a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible
}
header .header-inner .nav-menu .menu_list .menu_contents {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 35px 20px;
  width: 90%
}
header .header-inner .nav-menu .menu_list .menu_contents li {
  width: 25%;
  padding: 0 50px 0 0;
  background: url(../images/ico_arrow.png) no-repeat;
  background-size: 6px;
  background-position: right 40px center;
  font-size: .9em
}
header .header-inner .nav-menu .menu_list .menu_contents li a {
  color: #333;
  display: block
}
header .header-inner .nav-menu .menu_list .menu_contents li a:after {
  content: none
}
header .sp-nav-menu {
  display: none
}
@media (max-width:1199px) {
  header .sp-nav-menu {
    display: block
  }
  header .sp-nav-menu .nav-menu {
    display: block;
    margin: 0 0 10px
  }
  header .sp-nav-menu .nav-menu .menu_contents {
    display: none !important
  }
  header .sp-nav-menu .nav-menu ul {
    justify-content: flex-start !important;
    background: #1f3183
  }
  header .sp-nav-menu .nav-menu ul li {
    width: 50%
  }
  header .sp-nav-menu .nav-menu ul li:nth-child(odd) a {
    border-right: solid 1px rgba(255, 255, 255, .3)
  }
  header .sp-nav-menu .nav-menu ul li a {
    display: block;
    color: #fff;
    padding: 12px 15px;
    font-size: .85em;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    position: relative;
    white-space: pre
  }
}
@media (max-width:1199px) {
  header .sp-nav-menu .nav-menu ul li a .material-icons {
    font-size: 1em;
    margin: 0 0 0 3px;
    position: relative;
    top: 2px
  }
}
.home #content .contents-list .container {
  position: relative
}
.home #content .contents-list .ttl-contents-list {
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  margin: auto;
  position: absolute
}
.home #content .contents-list .ttl-contents-list h2:after {
  margin-bottom: 0
}
@media (max-width:991px) {
  .home #content .contents-list .ttl-contents-list {
    position: relative
  }
}
.home #content .contents-list ul {
  background: #fff;
  padding: 30px 20px 35px 0;
  width: 80%;
  margin: 0;
  position: relative;
  z-index: 2
}
@media (max-width:991px) {
  .home #content .contents-list ul {
    width: 100%
  }
}
.home #content .contents-list ul:after {
  content: '';
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 50vw;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0
}
.home #content .contents-list ul li {
  width: 50%;
  padding: 0 20px
}
@media (max-width:767px) {
  .home #content .contents-list ul li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0
  }
}
.home #content .contents-list ul li a {
  display: block;
  border-bottom: dotted 1px #999;
  padding: 1em .5em
}
@media (max-width:767px) {
  .home #content .contents-list ul li a {
    padding: 12px 10px 10px
  }
}
.home #content .pickup-list {
  background: #fff;
  padding: 30px 20px 10px;
  margin: 0
}
@media (max-width:767px) {
  .home #content .pickup-list {
    padding: 5px 20px 20px
  }
}
.home #content .pickup-list li {
  border-right: dotted 1px #999;
  padding: 0 20px 20px;
  position: relative
}
@media (max-width:767px) {
  .home #content .pickup-list li {
    border-right: none;
    border-bottom: dotted 1px #999;
    padding: 20px 0 30px;
    margin: 0 !important
  }
}
.home #content .pickup-list li .view-more {
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px)
}
.home #content .pickup-list li .view-more .material-icons {
  font-size: 20px
}
@media (max-width:767px) {
  .home #content .pickup-list li .view-more {
    width: 100%;
    width: 100%;
    bottom: 5px
  }
}
.home #content .pickup-list li:last-child {
  border-right: none
}
@media (max-width:991px) {
  .home #content .pickup-list li:nth-child(2) {
    border-right: none
  }
}
.home #content .pickup-list li .more {
  position: absolute;
  right: 20px;
  font-size: .7em;
  bottom: 0;
  font-weight: 700
}
@media (max-width:1199px) {
  .home #content .pickup-list li .more {
    bottom: -1.2em
  }
}
@media (max-width:767px) {
  .home #content .pickup-list li .more {
    bottom: 1em;
    right: 0
  }
}
.home #content .pickup-list h3 {
  font-size: 1em;
  display: inline-block;
  margin-bottom: .5em;
  white-space: pre
}
.home #content .pickup-list h3:before {
  content: none
}
.home #content .pickup-list h3 span {
  font-size: .7em;
  background: #4d4d4d;
  color: #fff;
  font-weight: 400;
  padding: 3px 5px
}
.home #content .pickup-list time {
  color: #777;
  font-size: .8em;
  display: block
}
.home #content .archive-article-list .article__item {
  width: 33.3%;
  padding: 0 .5px;
  position: relative;
  height: 250px;
  margin-bottom: 20px
}
@media (max-width:1199px) {
  .home #content .archive-article-list .article__item {
    height: 200px
  }
}
@media (max-width:991px) {
  .home #content .archive-article-list .article__item {
    width: 50%;
    margin-bottom: 0
  }
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item {
    width: 100%;
    margin-bottom: 15px
  }
}
.home #content .archive-article-list .article__item a:hover {
  opacity: 1
}
.home #content .archive-article-list .article__item a:hover .thumbnail img {
  opacity: .3
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item a:hover .thumbnail img {
    opacity: 1
  }
}
.home #content .archive-article-list .article__item a:hover .head-container {
  background: 0 0;
  bottom: 25%
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item a:hover .head-container {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent)
  }
}
.home #content .archive-article-list .article__item .thumbnail {
  position: absolute;
  margin-bottom: 0;
  transition-property: all;
  transition: .3s linear;
  background: #000;
  width: 100%
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item .thumbnail .category span {
    font-size: .7em;
    padding: 5px;
    font-weight: 400
  }
}
.home #content .archive-article-list .article__item .head-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
  transition: .2s linear;
  padding: 10px 20px
}
.home #content .archive-article-list .article__item .head {
  color: #fff;
  font-weight: 400;
  max-height: 55px;
  overflow: hidden
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item .head {
    max-height: 40px;
    font-size: .95em
  }
}
@media (max-width:767px) {
  .home #content .archive-article-list .article__item .text {
    display: none
  }
}
.home #content .archive-article-list .article__item .date {
  font-size: .8em;
  color: #fff
}
.home #content .category-list {
  padding: 80px 0 30px
}
.home #content .category-list.person {
  padding-top: 40px
}
@media (max-width:767px) {
  .home #content .category-list {
    padding: 40px 0 15px
  }
}
.home #content .category-list.corporate ul li:nth-child(2) {
  order: 3
}
.home #content .category-list.corporate ul li:nth-child(3) {
  order: 5
}
.home #content .category-list.corporate ul li.venture {
  order: 2
}
.home #content .category-list.corporate ul li.it {
  order: 4
}
.home #content .category-list.corporate ul li.komon a:before {
  background: url(../images/service1.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.corporate ul li.realestate a:before {
  background: url(../images/service2.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.corporate ul li.debit a:before {
  background: url(../images/service3.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.souzoku a:before {
  background: url(../images/service4.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.rikon a:before {
  background: url(../images/service5.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.crimevictim a:before {
  background: url(../images/service6.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.keiji a:before {
  background: url(../images/service7.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.defamation a:before {
  background: url(../images/service8.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.roudou a:before {
  background: url(../images/service9.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.kotsujiko a:before {
  background: url(../images/service10.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.person ul li.bkanen a:before {
  background: url(../images/service11.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.corporate ul li.venture a:before {
  background: url(../images/service_2.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
.home #content .category-list.corporate ul li.it a:before {
  background: url(../images/service_4.jpg) no-repeat;
  background-size: cover;
  background-position: center
}
main {
  padding-top: 111px
}
@media (max-width:1199px) {
  main {
    padding-top: 60px
  }
}
@media (max-width:767px) {
  main {
    padding-top: 47px
  }
}
#teaser {
  position: relative;
  width: 94vw;
  margin-left: auto
}
@media (max-width:767px) {
  #teaser {
    margin: 0;
    width: 100%
  }
}
#teaser .mov-container video {
  width: 100%
}
#teaser .copy {
  position: absolute;
  left: 0;
  top: 22%
}
@media (max-width:767px) {
  #teaser .copy {
    top: 6%
  }
}
#teaser .copy .en {
  font-size: 52px;
  background: #fff;
  line-height: 1;
  padding: 25px 35px 18px 40px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: Roboto
}
@media (max-width:1199px) {
  #teaser .copy .en {
    max-width: 90%
  }
}
@media (max-width:767px) {
  #teaser .copy .en {
    padding: 20px 20px 15px;
    font-size: 22px;
    margin-bottom: 15px;
    top: 20%
  }
}
#teaser .copy .jp {
  font-size: 24px;
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 20px 15px 15px 40px
}
@media (max-width:767px) {
  #teaser .copy .jp {
    font-size: 14px;
    padding: 15px 20px 10px
  }
}
.home-topics {
  padding: 80px 0 30px
}
@media (max-width:767px) {
  .home-topics {
    padding: 40px 0
  }
}
.home-pickup {
  background: url(../images/bg_pickup.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0
}
@media (max-width:767px) {
  .home-pickup {
    padding: 40px 0
  }
}
.contents-list {
  background: #ececec;
  position: relative
}
.contents-list:after {
  content: 'CONTENTS';
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #fff;
  font-size: 120px;
  line-height: 1;
  height: 92px
}
@media (max-width:767px) {
  .contents-list:after {
    content: none
  }
}
#content .contents-ttl, .column-list .contents-ttl, .contents-list .contents-ttl, .cta-container .contents-ttl, .voice-list .contents-ttl {
  font-weight: 700;
  font-size: 30px;
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  letter-spacing: 1px;
  border-left: none;
  margin: 0;
  padding: 0;
  line-height: 1.2
}
@media (max-width:767px) {
  #content .contents-ttl, .column-list .contents-ttl, .contents-list .contents-ttl, .cta-container .contents-ttl, .voice-list .contents-ttl {
    font-size: 20px
  }
}
#content .contents-ttl:after, .column-list .contents-ttl:after, .contents-list .contents-ttl:after, .cta-container .contents-ttl:after, .voice-list .contents-ttl:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #1f3183;
  margin: 10px auto 50px
}
@media (max-width:767px) {
  #content .contents-ttl:after, .column-list .contents-ttl:after, .contents-list .contents-ttl:after, .cta-container .contents-ttl:after, .voice-list .contents-ttl:after {
    width: 25px;
    height: 3px;
    margin: 5px auto 30px
  }
}
#content .contents-ttl.sub:after, .column-list .contents-ttl.sub:after, .contents-list .contents-ttl.sub:after, .cta-container .contents-ttl.sub:after, .voice-list .contents-ttl.sub:after {
  background: #333
}
.button {
  position: relative;
  z-index: 2;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  min-width: 250px;
  height: 50px;
  margin: 40px auto 10px;
  padding: 0 40px
}
.button.ptn2 {
  background: #9fbff5;
  height: auto;
  line-height: 1.5;
  font-weight: 700;
  border: solid 1px #9fbff5;
  padding: 20px 40px
}
@media (max-width:767px) {
  .button.ptn2 {
    padding: 15px 40px 15px 20px
  }
}
.button.ptn2 small {
  display: block
}
.button.ptn2:hover {
  color: #9fbff5
}
.button.ptn3 {
  background: #baab94;
  font-weight: 700;
  border: solid 1px #baab94
}
.button.ptn3:hover {
  color: #baab94;
  border: solid 1px #baab94
}
.button.back span {
  left: 10px;
  right: unset
}
@media (max-width:767px) {
  .button {
    margin: 20px auto 10px
  }
  .button.ptn3, .button.ptn3:hover {
    border: solid 1px #baab94;
    color: #fff
  }
  .button.ptn3:hover:after {
    background: #baab94
  }
}
.button span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em
}
.button:hover {
  color: #333
}
@media (max-width:767px) {
  .button:hover {
    color: #fff
  }
}
.button:hover:after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1)
}
@media (max-width:767px) {
  .button:hover:after {
    background: #333;
    transform: unset
  }
}
.button:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}
.button:after, .button:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''
}
.button, .button::after, .button::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}
input[type=submit] {
  z-index: 2;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  min-width: 250px;
  height: 50px;
  margin: 40px auto 10px;
  padding: 0 40px;
  transition-property: all;
  transition: .3s linear
}
@media (max-width:767px) {
  input[type=submit] {
    margin: 20px auto 10px
  }
}
input[type=submit].back {
  min-width: 130px;
  background: #ccc;
  border-color: #ccc;
  color: #333;
  margin: 0 10px 0 0
}
@media (max-width:767px) {
  input[type=submit].back {
    margin: 20px 0 -5px
  }
}
input[type=submit]:hover {
  opacity: .8
}
@media (max-width:767px) {
  input[type=submit]:hover {
    opacity: 1
  }
}
input[type=submit]:active, input[type=submit]:active:focus, input[type=submit]:focus {
  outline: 0
}
#content .contact-tel {
  border: solid 1px #83827e;
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  color: #56554f
}
@media (max-width:767px) {
  #content .contact-tel {
    padding: 20px 10px
  }
}
#content .contact-tel a {
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1.9em;
  font-weight: 700
}
#content .contact-tel a span {
  width: 26px;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px
}
#content .slide-arrow {
  position: absolute;
  z-index: 5;
  text-align: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  left: 0
}
@media (max-width:767px) {
  #content .slide-arrow {
    height: 20px;
    width: 20px
  }
}
#content .slide-arrow.next-arrow {
  left: unset;
  right: 0
}
#content .slide-arrow img {
  width: 40px
}
@media (max-width:767px) {
  #content .slide-arrow img {
    width: 20px
  }
}
#content .category-list ul li {
  width: 25%;
  margin: 0;
  padding: 0 .5px 1px
}
@media (max-width:1199px) {
  #content .category-list ul li {
    width: 33.3%
  }
}
@media (max-width:767px) {
  #content .category-list ul li {
    width: 50%
  }
}
#content .category-list ul li a {
  display: block;
  position: relative;
  background: #000
}
#content .category-list ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 180px;
  opacity: 1;
  transition-property: all;
  transition: .3s linear
}
@media (max-width:991px) {
  #content .category-list ul li a:before {
    height: 120px
  }
}
@media (max-width:767px) {
  #content .category-list ul li a:before {
    height: 100px
  }
}
#content .category-list ul li a:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition-property: all;
  transition: .3s linear
}
@media (max-width:767px) {
  #content .category-list ul li a:after {
    content: none
  }
}
#content .category-list ul li a:hover {
  opacity: 1
}
#content .category-list ul li a:hover:before {
  opacity: .3
}
@media (max-width:767px) {
  #content .category-list ul li a:hover:before {
    opacity: 1
  }
}
#content .category-list ul li a:hover span {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  height: 100px;
  line-height: 100px;
  width: 100%
}
@media (max-width:767px) {
  #content .category-list ul li a:hover span {
    top: unset;
    left: unset;
    color: #333;
    height: auto;
    width: auto;
    background: #fff url(../images/ico_arrow.png) no-repeat;
    background-size: 6px;
    background-position: right 7px center;
    padding: 10px 20px 8px 10px;
    line-height: 1;
    transition: unset;
    -webkit-transform: unset;
    margin: 0;
    font-size: 1em
  }
}
#content .category-list ul li a:hover:after {
  opacity: 1
}
#content .category-list ul li a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff url(../images/ico_arrow.png) no-repeat;
  background-size: 6px;
  background-position: right 7px center;
  padding: 10px 20px 8px 10px;
  line-height: 1
}
#content .category-list ul li h3 {
  font-size: .9em;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  font-weight: 400
}
#content .category-list ul li h3:before {
  content: none
}
#content .category-list ul li h3:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  height: 24px;
  line-height: 1
}
@media (max-width:767px) {
  #content .category-list ul li h3:after {
    font-size: 16px;
    height: 16px
  }
}
#content .category-list ul li .thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  transition-property: all;
  transition: .3s linear
}
@media (max-width:767px) {
  #content .category-list ul li .thumbnail {
    margin: 0 0 10px
  }
}
#content .category-list ul li .thumbnail img {
  transition: 1s all
}
#content .category-list ul li .thumbnail:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all
}
@media (max-width:767px) {
  #content .category-list ul li .thumbnail:hover img {
    transform: unset
  }
}
#content .contents-list, .contents-list {
  padding: 40px 0 80px
}
@media (max-width:767px) {
  #content .contents-list, .contents-list {
    padding: 40px 0 30px
  }
}
#content .contents-list ul, .contents-list ul {
  padding: 0 40px;
  margin: 0 auto
}
@media (max-width:1199px) {
  #content .contents-list ul, .contents-list ul {
    padding: 0
  }
}
@media (max-width:767px) {
  #content .contents-list ul, .contents-list ul {
    margin: 0 -5px;
    max-width: calc(100% + 10px)
  }
}
#content .contents-list ul li, .contents-list ul li {
  width: 50%;
  padding: 0 20px
}
@media (max-width:1199px) {
  #content .contents-list ul li, .contents-list ul li {
    width: 33.3%
  }
}
@media (max-width:767px) {
  #content .contents-list ul li, .contents-list ul li {
    width: 50%;
    padding: 0 5px;
    margin: 0 0 10px
  }
}
#content .contents-list ul li a, .contents-list ul li a {
  display: block;
  border-bottom: dotted 1px #999;
  padding: 1em .5em;
  position: relative
}
@media (max-width:767px) {
  #content .contents-list ul li a, .contents-list ul li a {
    padding: 30px 0 25px
  }
}
#content .contents-list ul li a:after, .contents-list ul li a:after {
  content: 'navigate_next';
  font-family: 'Material Icons';
  position: absolute;
  font-size: 24px;
  line-height: 1;
  height: 24px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto
}
@media (max-width:767px) {
  #content .contents-list ul li a:after, .contents-list ul li a:after {
    right: 0;
    font-size: 20px;
    height: 20px
  }
}
#content .contents-list ul li a h3, .contents-list ul li a h3 {
  font-size: .95em;
  font-weight: 400;
  margin: 0;
  display: block;
  white-space: pre
}
@media (max-width:767px) {
  #content .contents-list ul li a h3, .contents-list ul li a h3 {
    font-size: .9em
  }
}
#content .contents-list ul li a h3:before, .contents-list ul li a h3:before {
  content: none
}
.cta-container {
  background: url(../images/bg_cta.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 70px 0
}
@media (max-width:767px) {
  .cta-container {
    padding: 35px 0
  }
}
@media (max-width:1199px) {
  .cta-container .head {
    margin-bottom: 20px
  }
}
.cta-container .contents-ttl:after {
  background: #1f3183;
  margin: 10px auto 20px
}
.cta-contents {
  display: flex;
  flex-direction: column;
  align-items: center
}
.cta-container ul {
  width: 100%;
  margin: 20px 0 0;
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1.1em
}
.cta-container ul li {
  width: 400px;
  max-width: 90%
}
@media (max-width:767px) {
  .cta-container ul li {
    margin: 0 auto 10px
  }
}
.cta-container ul li a {
  background: #fff;
  border: solid 1px #ccc;
  height: 100px;
  margin: 0 15px;
  font-weight: 700;
  position: relative
}
@media (max-width:767px) {
  .cta-container ul li a {
    height: 80px
  }
}
.cta-container ul li a span {
  display: inline-block;
  margin: 0 10px 0 0
}
.cta-container ul li.form a {
  background: #fff url(../images/ico_arrow_sp.png) no-repeat;
  background-size: 24px;
  background-position: right 5px center;
  background-color: #9e8850;
  color: #fff
}
.cta-container ul li.form a span {
  width: 30px
}
@media (max-width:767px) {
  .cta-container ul li.form a span {
    width: 26px;
    position: relative;
    top: -2px
  }
}
.cta-container ul li.tel a {
  font-size: 1.8em
}
@media (max-width:767px) {
  .cta-container ul li.tel a {
    letter-spacing: -.5px
  }
}
.cta-container ul li.tel a span {
  width: 26px;
  margin: 0 10px 0 0
}
@media (max-width:767px) {
  .cta-container ul li.tel a span {
    width: 22px;
    position: relative
  }
}
.cta-container ul li.tel a span.tel-message, .cta-container ul li.tel a span.tel-number {
  width: auto
}
.cta-container ul li.tel a span.tel-number {
  color: #9e8850
}
small.tel-copy {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-bottom: -10px;
  color: #333
}
.tel a {
  pointer-events: none
}
@media (max-width:767px) {
  .tel a {
    pointer-events: unset
  }
}
footer {
  padding: 50px 0 70px;
  background: #fff url(../images/logo_bg.png) no-repeat;
  background-size: 550px;
  background-position: left bottom
}
@media (max-width:767px) {
  footer {
    padding: 35px 0 0;
    text-align: center;
    margin-bottom: 50px;
    background-size: 80%
  }
  footer .customer_btn {
    background-color: #eee;
    margin-top: 1em;
    border-radius: 5px;
    position: relative
  }
  footer .customer_btn:after {
    position: absolute;
    content: "";
    background: url(../images/ico_arrow.svg) no-repeat;
    width: 1em;
    height: 1em;
    right: .5em;
    top: 50%;
    transform: translateY(-50%)
  }
  footer .customer_btn a {
    padding: 1em;
    font-size: 1.1em
  }
}
footer .footer-logo {
  border-bottom: solid 1px #b7b7b7;
  margin: 0 0 30px;
  padding: 0 0 30px
}
@media (max-width:767px) {
  footer .footer-logo {
    margin: 0 auto 15px;
    padding: 0 0 15px
  }
}
footer .footer-logo .logo {
  width: 200px;
  max-width: 70%;
  margin: 0 auto 20px;
  display: block
}
@media (max-width:767px) {
  footer .footer-logo .logo {
    width: 40%;
    margin: 0 auto 20px
  }
}
@media (max-width:991px) {
  footer .order-lg-1 {
    text-align: right
  }
}
@media (max-width:767px) {
  footer .order-lg-1 {
    text-align: center;
    margin-bottom: 30px
  }
}
@media (max-width:991px) {
  footer .order-lg-1 ul {
    justify-content: flex-end
  }
}
footer .company-list {
  flex-wrap: wrap;
  text-align: center
}
footer .company-list li {
  padding: 0 15px;
  width: calc(100% / 3);
  margin-bottom: .3em
}
@media (max-width:767px) {
  footer .company-list li {
    width: 100%
  }
}
footer ul {
  margin: 0
}
footer ul .nolink {
  color: #a7a7a7
}
footer ul li {
  margin: 0;
  font-size: .8em
}
footer ul li a {
  display: block
}
footer ul li a .material-icons {
  font-size: 1em;
  margin: 0 0 0 2.5px;
  position: relative;
  top: 2px
}
footer ul li ul {
  margin: 0
}
footer ul li ul li {
  margin: 0;
  font-size: .8em
}
@media (max-width:767px) {
  footer ul li ul li {
    font-size: 1em
  }
}
footer ul li ul li a {
  color: #a7a7a7
}
footer .sub-menu {
  margin: 0
}
footer .sub-menu li {
  margin: 0
}
footer .sub-menu li a {
  color: #5c5c5c;
  font-size: .8em
}
@media (max-width:767px) {
  footer .sub-menu li a {
    font-size: 1em
  }
}
@media (max-width:767px) {
  footer .sns {
    margin: 25px 0 0;
    justify-content: center !important
  }
}
footer .sns li {
  margin: 0;
  padding: 0 15px 0 0
}
@media (max-width:767px) {
  footer .sns li {
    padding: 0 7.5px
  }
}
footer .sns li img {
  max-height: 20px;
  width: auto
}
@media (max-width:767px) {
  footer .sns li img {
    max-height: 20px
  }
}
footer .sns li:nth-child(3) img {
  max-height: 18px
}
@media (max-width:767px) {
  footer .sns li:nth-child(3) img {
    max-height: 18px
  }
}
footer .footer-copy {
  font-size: .7em;
  margin: 20px 0 0;
  opacity: .8
}
.sub-header {
  padding: 70px 0;
  position: relative;
  background: url(../images/sub_bg/bg_common_b2b.png) center no-repeat;
  background-size: cover;
  font-weight: 400
}
@media (max-width:767px) {
  .sub-header {
    padding: 40px 0
  }
}
.sub-header h1 {
  font-weight: 500;
  font-size: 2.5em;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: 1.4
}
@media (max-width:767px) {
  .sub-header h1 {
    font-size: 1.4em;
    letter-spacing: .5px
  }
}
.sub-header h1 small {
  display: block;
  font-size: .7em
}
#breadcrumb {
  border-bottom: solid 1px #d3d3d3;
  font-size: .8em;
  padding: 15px 0
}
@media (max-width:767px) {
  #breadcrumb {
    padding: 0
  }
}
#breadcrumb ul {
  margin: 0
}
@media (max-width:767px) {
  #breadcrumb ul {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 15px 0;
    white-space: nowrap
  }
}
@media (max-width:767px) {
  #breadcrumb ul li {
    display: inline-block
  }
}
#breadcrumb ul li a {
  color: #333
}
#breadcrumb ul li:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  font-size: 16px;
  margin: 0 5px;
  line-height: 1;
  position: relative;
  top: 4px
}
#breadcrumb ul li:last-child:after {
  content: none
}
.section {
  padding: 70px 0 60px
}
@media (max-width:767px) {
  .section {
    padding: 40px 0 30px
  }
}
.section.bg-section {
  background: #f4f4f4
}
#content .section.bg-section .container {
  background: #fff;
  padding: 50px 50px 40px
}
@media (max-width:767px) {
  #content .section.bg-section .container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 25px 15px
  }
}
#content .section.bg-section .container.no-bg {
  background: unset;
  padding: 0
}
#content .section.bg-section .container:nth-of-type(n+2) {
  margin-top: 50px
}
@media (max-width:767px) {
  #content .section.bg-section .container:nth-of-type(n+2) {
    margin-top: 30px
  }
}
#content .section.bg-section .container .subcat-list {
  margin: 0 -30px;
  padding: 0
}
@media (max-width:767px) {
  #content .section.bg-section .container .subcat-list {
    margin: 0
  }
}
#content .section.bg-section .container .subcat-list li {
  width: 50%;
  padding: 0 30px;
  margin: 0 0 50px
}
@media (max-width:767px) {
  #content .section.bg-section .container .subcat-list li {
    width: 100%;
    padding: 0;
    margin: 0 0 30px
  }
}
#content .section.bg-section .container .subcat-list li a {
  display: block;
  border-bottom: solid 1px #d3d3d3;
  height: 100%;
  padding: 0 0 20px;
  transition: all .3s ease;
  position: relative
}
#content .section.bg-section .container .subcat-list li a:hover {
  color: #1f3183
}
@media (max-width:767px) {
  #content .section.bg-section .container .subcat-list li a:hover {
    color: #333
  }
}
@media (max-width:767px) {
  #content .section.bg-section .container .subcat-list li a {
    padding: 0 0 10px
  }
}
#content .section ul {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px
}
#content .section .particular__list {
  list-style: none;
  margin-top: 0
}
#content .section .particular__list + ul {
  margin-top: 60px
}
#content h2 {
  font-size: 1.2em;
  font-weight: 700;
  border-left: solid 3px #1f3183;
  padding: 2px 0 2px 15px;
  margin: 0 0 20px;
  line-height: 1.4
}
#content h2 small {
  display: block;
  font-size: .7em
}
#content .section-ttl {
  font-weight: 400;
  font-size: 1.8em;
  border: none;
  padding: 0;
  color: #1f3183;
  margin: 0 0 30px
}
@media (max-width:767px) {
  #content .section-ttl {
    font-size: 1.3em;
    margin: 0 0 20px
  }
}
#content .section-ttl .large {
  font-size: 1.3em
}
@media (max-width:767px) {
  #content .section-ttl .large {
    font-size: 1.2em
  }
}
#content h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
  display: flex;
  align-items: flex-start
}
#content h3.particular__title {
  margin-bottom: 5px
}
@media (max-width:767px) {
  #content h3 {
    margin: 0 0 10px
  }
}
#content h3 span {
  width: calc(100% - 20px)
}
#content h3:before {
  content: '';
  background: #1f3183;
  width: 10px;
  height: 3px;
  margin: 10px 10px 0 0;
  display: inline-block
}
#content h3.particular__title:before {
  display: none
}
#content .internal-link {
  background: #f4f4f4;
  padding: 25px 30px;
  margin: 40px 0 0
}
@media (max-width:767px) {
  #content .internal-link {
    margin: 20px 0;
    padding: 20px
  }
}
#content .internal-link ul {
  margin: 0
}
#content .internal-link ul li {
  line-height: 1.4;
  margin: 0 0 5px
}
#content .internal-link ul li a {
  color: #1f3183;
  text-decoration: underline
}
#content .lp-content h3 {
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 25px;
  color: #1f3183
}
#content .lp-content h3:before {
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0
}
#content .lawyers-sort .inner {
  border: solid 1px #ccc;
  padding: 35px 30px;
  height: 100%;
  font-size: .9em
}
@media (max-width:767px) {
  #content .lawyers-sort .inner {
    padding: 25px 20px
  }
}
#content .lawyers-sort .inner h2 {
  border-left: none;
  border-bottom: solid 1px #ebebeb;
  padding: 0 0 .5em;
  margin: 0 0 .8em
}
#content .lawyers-sort .inner ul {
  color: #56554f
}
#content .lawyers-sort .inner ul li {
  width: 33.3%;
  background: url(../images/ico_arrow.png) no-repeat;
  background-size: 6px;
  background-position: left center;
  padding: 0 0 0 12px
}
@media (max-width:767px) {
  #content .lawyers-sort .inner ul li {
    width: 50%
  }
}
#content .lawyers-sort .inner ul.office li {
  width: 20%
}
@media (max-width:767px) {
  #content .lawyers-sort .inner ul.office li {
    width: 33.3%
  }
}
#content .lawyers-list {
  margin-top: 140px
}
@media (max-width:767px) {
  #content .lawyers-list {
    margin-top: 50px
  }
}
#content .lawyers-list .main_lawyers, #content .lawyers-list .other_lawyers {
  margin-left: -20px;
  margin-right: -20px
}
@media (max-width:767px) {
  #content .lawyers-list .main_lawyers, #content .lawyers-list .other_lawyers {
    margin-left: -5px;
    margin-right: -5px
  }
}
#content .lawyers-list .main_lawyers > div, #content .lawyers-list .other_lawyers > div {
  width: 33.3%;
  padding: 0 20px 20px;
  position: relative;
  margin: 0 0 40px
}
@media (max-width:991px) {
  #content .lawyers-list .main_lawyers > div, #content .lawyers-list .other_lawyers > div {
    width: 50%
  }
}
@media (max-width:767px) {
  #content .lawyers-list .main_lawyers > div, #content .lawyers-list .other_lawyers > div {
    padding: 0 5px 10px;
    margin: 0 0 25px
  }
}
#content .lawyers-list .main_lawyers > div .thumbnail, #content .lawyers-list .other_lawyers > div .thumbnail {
  position: relative
}
#content .lawyers-list .main_lawyers > div .thumbnail img, #content .lawyers-list .other_lawyers > div .thumbnail img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#content .lawyers-list .other_lawyers > div .thumbnail img.noimage {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
@media (max-width:767px) {
  #content .lawyers-list .main_lawyers > div .thumbnail img, #content .lawyers-list .other_lawyers > div .thumbnail img {
    height: 200px
  }
}
#content .lawyers-list .main_lawyers > div .thumbnail .lawyer-info, #content .lawyers-list .other_lawyers > div .thumbnail .lawyer-info {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
  padding: 20px 15px 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left
}
#content .lawyers-list .main_lawyers > div h3, #content .lawyers-list .other_lawyers > div h3 {
  border: none;
  font-size: 1.3em;
  margin: 0;
  font-weight: 400;
  display: block
}
@media (max-width:767px) {
  #content .lawyers-list .main_lawyers > div h3, #content .lawyers-list .other_lawyers > div h3 {
    font-size: 1.1em
  }
}
#content .lawyers-list .main_lawyers > div h3:before, #content .lawyers-list .other_lawyers > div h3:before {
  content: none
}
#content .lawyers-list .main_lawyers > div .yakusyoku, #content .lawyers-list .other_lawyers > div .yakusyoku {
  background: #baab94;
  font-weight: 700;
  color: #fff;
  font-size: .7em;
  padding: 5px;
  margin-bottom: .5em;
  line-height: 1;
  display: inline-block
}
#content .lawyers-list .main_lawyers > div .name-en, #content .lawyers-list .other_lawyers > div .name-en {
  font-size: .8em
}
#content .lawyers-list .main_lawyers > div .office, #content .lawyers-list .other_lawyers > div .office {
  font-size: .8em;
  margin-top: .5em
}
@media (max-width:767px) {
  #content .lawyers-list .main_lawyers > div .office, #content .lawyers-list .other_lawyers > div .office {
    margin-top: 0
  }
}
#content .lawyers-list .main_lawyers > div .syozoku, #content .lawyers-list .other_lawyers > div .syozoku {
  font-size: .7em;
  margin: .5em 0 0
}
#content .single-lawyer-contents {
  background: #fafafa url(../images/lawyers/bg_lawyer2.jpg) no-repeat;
  background-size: 100%;
  background-position: top center
}
#content .single-lawyer-contents .bg-section {
  background: 0 0
}
#content .single-lawyer-contents .bg-section .container:nth-of-type(n+2) {
  margin-top: 30px
}
#content .single-lawyer-contents #case-study li .category {
  border: solid 1px;
  border-radius: 3px;
  font-size: .7em;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -2px
}
#content .single-lawyer-contents .anchor {
  margin-top: -168px
}
@media (max-width:1199px) {
  #content .single-lawyer-contents .anchor {
    margin-top: -120px
  }
}
@media (max-width:767px) {
  #content .single-lawyer-contents .anchor {
    margin-top: -80px
  }
}
#content .single-lawyer-contents .anchor .contents-ttl {
  margin-top: 70px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .anchor .contents-ttl {
    margin-top: 35px
  }
}
#content .single-lawyer-contents .anchor .contents-ttl:after {
  margin: 10px auto 30px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .anchor .contents-ttl:after {
    margin: 10px auto 20px
  }
}
#content .single-lawyer-contents .anchor dl dt {
  font-weight: 400;
  width: 20%
}
@media (max-width:767px) {
  #content .single-lawyer-contents .anchor dl dt {
    width: 100%
  }
}
#content .single-lawyer-contents .anchor dl dd {
  width: 80%;
  margin: 0
}
@media (max-width:767px) {
  #content .single-lawyer-contents .anchor dl dd {
    width: 100%;
    margin: 0 0 1em
  }
}
#content .single-lawyer-contents .anchor dl dd a {
  color: #1f3183;
  text-decoration: underline
}
#content .single-lawyer-contents .lawyer-profile {
  background: #fff url(../images/lawyers/bg_lawyer.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  position: relative;
  min-height: 400px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .lawyer-profile {
    min-height: 100px
  }
}
#content .single-lawyer-contents .lawyer-profile .profile-img img {
  height: auto
}
#content .single-lawyer-contents .lawyer-profile .lawyer-profile-head {
  position: absolute;
  left: 60px;
  top: 60px;
  background: rgba(255, 255, 255, .9);
  padding: 30px;
  width: calc(50% - 90px)
}
@media (max-width:1199px) {
  #content .single-lawyer-contents .lawyer-profile .lawyer-profile-head {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
  }
}
#content .single-lawyer-contents .lawyer-profile .lawyer-profile-head .yakusyoku {
  background: #baab94;
  font-weight: 700;
  color: #fff;
  font-size: .8em;
  padding: 5px;
  margin-bottom: 1em;
  line-height: 1;
  display: inline-block
}
#content .single-lawyer-contents .lawyer-profile .lawyer-profile-head .office {
  font-size: .9em;
  margin-top: 25px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .lawyer-profile .lawyer-profile-head .office {
    margin-top: 10px
  }
}
#content .single-lawyer-contents .lawyer-profile .profile-name h1 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 0 .5em 0 0
}
@media (max-width:767px) {
  #content .single-lawyer-contents .lawyer-profile .profile-name h1 {
    font-size: 1.3em;
    display: inline-block
  }
}
#content .single-lawyer-contents .lawyer-profile .profile-name .name-en {
  color: #56554f;
  display: inline-block;
  font-size: .9em
}
#content .single-lawyer-contents .bunya h3 {
  display: block;
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 25px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .bunya h3 {
    font-size: 1em;
    margin: 0 0 15px
  }
}
#content .single-lawyer-contents .bunya h3:before {
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0
}
#content .single-lawyer-contents .bunya ul li {
  margin-right: 70px;
  background: url(../images/ico_arrow.png) no-repeat;
  background-size: 6px;
  background-position: left center;
  padding: 0 0 0 12px;
  font-size: .9em
}
@media (max-width:767px) {
  #content .single-lawyer-contents .bunya ul li {
    width: 50%;
    margin-right: 0
  }
}
#content .single-lawyer-contents .lawyer-profile-contents-list {
  margin-left: -10px;
  margin-right: -10px
}
@media (max-width:767px) {
  #content .single-lawyer-contents .lawyer-profile-contents-list {
    margin-left: -5px;
    margin-right: -5px
  }
}
#content .single-lawyer-contents .lawyer-profile-contents-list li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 15px
}
@media (max-width:991px) {
  #content .single-lawyer-contents .lawyer-profile-contents-list li {
    width: 50%
  }
}
@media (max-width:767px) {
  #content .single-lawyer-contents .lawyer-profile-contents-list li {
    padding: 0 5px;
    margin: 0 0 10px
  }
}
#content .single-lawyer-contents .lawyer-profile-contents-list li a {
  display: block;
  border-bottom: solid 1px #ccc;
  position: relative;
  font-weight: 700;
  padding: 1em .5em;
  line-height: 1
}
#content .single-lawyer-contents .lawyer-profile-contents-list li a:after {
  content: 'expand_more';
  font-family: 'Material Icons';
  font-size: 16px;
  position: absolute;
  height: 16px;
  line-height: 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto
}
#content .single-content .article_header, #content .single-content h2 {
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 25px;
  border-left: none
}
#content .single-content .article_header:before, #content .single-content h2:before {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1f3183
}
#content .single-content .article_header .sub-text, #content .single-content h2 .sub-text {
  color: #56554f;
  font-weight: 400;
  font-size: .9em
}
@media (max-width:767px) {
  #content .single-content .article_header .sub-text, #content .single-content h2 .sub-text {
    font-size: .8em;
    margin: 5px 0 0
  }
}
#content .single-content img {
  height: auto
}
#content .single-content .article_header .title {
  color: #333;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.6
}
@media (max-width:767px) {
  #content .single-content .article_header .title {
    font-size: 1.4em
  }
}
#content .single-content .article_header .name {
  font-weight: 700
}
#content .single-content .article_header .category {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1
}
@media (max-width:767px) {
  #content .single-content .article_header .category {
    position: relative;
    right: unset;
    left: 0;
    margin: 0 0 10px
  }
}
#content .single-content .article_header .category a {
  background: #1f3183;
  color: #fff;
  display: inline-block;
  font-size: .7em;
  line-height: 1;
  padding: 12px
}
@media (max-width:767px) {
  #content .single-content .article_header .category a {
    padding: 10px
  }
}
#content .single-content .youtube {
  width: 560px;
  height: 315px
}
@media (max-width:767px) {
  #content .single-content .youtube {
    width: 100%;
    height: 200px
  }
}
#content .single-content .info-lawyer {
  border: solid 1px #e8e8e8;
  margin: 70px 0 0;
  padding: 30px 40px
}
@media (max-width:767px) {
  #content .single-content .info-lawyer {
    padding: 20px 15px
  }
}
@media (max-width:767px) {
  #content .single-content .info-lawyer img {
    width: 50%;
    display: block;
    margin: 0 auto 10px
  }
}
@media (max-width:767px) {
  #content .single-content .info-lawyer .head {
    text-align: center
  }
}
#content .single-content .info-lawyer .name {
  font-weight: 700;
  font-size: 1.1em
}
#content .single-content .info-lawyer .profile {
  font-size: .9em;
  line-height: 1.6
}
@media (max-width:767px) {
  #content .single-content .info-lawyer .profile {
    border-top: solid 1px #e8e8e8;
    padding-top: 20px
  }
}
#content .border-contents {
  position: relative
}
#content .border-contents:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media (max-width:767px) {
  #content .border-contents:after {
    content: none
  }
}
#content .head {
  font-weight: 700;
  color: #1f3183;
  font-size: 1.2em;
  margin: 0 0 10px
}
@media (max-width:767px) {
  #content .head {
    margin: 0 0 5px
  }
}
#content .head.large {
  font-size: 1.5em
}
@media (max-width:767px) {
  #content .head.large {
    font-size: 1.4em
  }
}
#content .archive-category-list {
  display: flex;
  flex-wrap: wrap
}
@media (max-width:767px) {
  #content .archive-category-list {
    display: block
  }
}
#content .archive-category-list li {
  display: flex;
  padding: 0 30px 0 0
}
@media (max-width:767px) {
  #content .archive-category-list li {
    padding: 0
  }
}
#content .archive-category-list li:before {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  color: #1f3183
}
#content .archive-category-list li a {
  font-weight: 700
}
#content .archive-category-list li {
  width: 33.3%;
  padding: 0 15px 0 0
}
@media (max-width:991px) {
  #content .archive-category-list li {
    width: 50%
  }
}
@media (max-width:767px) {
  #content .archive-category-list li {
    width: 100%;
    padding: 0
  }
}
#content .archive-article-list .article__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px
}
@media (max-width:767px) {
  #content .archive-article-list .article__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0
  }
}
@media (max-width:991px) {
  #content .archive-article-list .article__item:last-child {
    margin-bottom: 30px
  }
}
#content .archive-article-list .article__item a {
  display: block
}
#content .archive-article-list .article__item .head {
  line-height: 1.5;
  font-size: 1.2em;
  color: #333;
  margin: 0
}
#content .archive-article-list .article__item .date {
  font-size: .8em;
  color: #777
}
#content .archive-article-list .article__item .thumbnail {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden
}
#content .archive-article-list .article__item .thumbnail img {
  height: 293px;
  width: 391px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: 1s all
}
@media (max-width:1199px) {
  #content .archive-article-list .article__item .thumbnail img {
    height: 231px
  }
  .single-access #content .archive-article-list .article__item .thumbnail img {
    height: 204px
  }
}
@media (max-width:767px) {
  #content .archive-article-list .article__item .thumbnail img, .single-access #content .archive-article-list .article__item .thumbnail img {
    height: 75%;
    width: 100%
  }
}
#content .archive-article-list .article__item .thumbnail .category {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  line-height: 1
}
#content .archive-article-list .article__item .thumbnail .category a, #content .archive-article-list .article__item .thumbnail .category span {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
  line-height: 1
}
@media (max-width:767px) {
  #content .archive-article-list .article__item .thumbnail .category a, #content .archive-article-list .article__item .thumbnail .category span {
    padding: 10px
  }
}
#content .archive-article-list .article__item .thumbnail .category a:hover, #content .archive-article-list .article__item .thumbnail .category span:hover {
  opacity: 1
}
#content .archive-article-list .article__item .text {
  margin-top: 10px
}
#content .archive-article-list .article__item .article-tag {
  display: inline-block
}
#content .archive-article-list .article__item .article-tag a {
  font-size: .7em;
  border: solid 1px #e8e8e8;
  padding: 5px 5px 3px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 2px
}
#content .pagenav {
  text-align: center;
  font-size: .9em
}
#content .pagenav .page-numbers {
  color: #1f3183
}
#content .pagenav .page-numbers.current {
  color: #333;
  opacity: .5
}
@media (max-width:991px) {
  .column-list .article, .voice-list .article {
    margin: 0 0 30px
  }
}
.column-list .article .title a, .voice-list .article .title a {
  font-weight: 700;
  margin: 15px 0 0;
  line-height: 1.6;
  display: block
}
@media (max-width:767px) {
  .column-list .article .title a, .voice-list .article .title a {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.4
  }
}
.column-list .article .thumbnail, .voice-list .article .thumbnail {
  position: relative;
  overflow: hidden
}
.column-list .article .thumbnail .img-container, .voice-list .article .thumbnail .img-container {
  overflow: hidden
}
.column-list .article .thumbnail .img-container img, .voice-list .article .thumbnail .img-container img {
  transition: 1s all;
  width: 100%;
  height: 190px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
@media (max-width:1199px) {
  .column-list .article .thumbnail .img-container img, .voice-list .article .thumbnail .img-container img {
    height: 160px
  }
}
@media (max-width:991px) {
  .column-list .article .thumbnail .img-container img, .voice-list .article .thumbnail .img-container img {
    height: 190px
  }
}
@media (max-width:767px) {
  .column-list .article .thumbnail .img-container img, .voice-list .article .thumbnail .img-container img {
    height: 180px
  }
}
.column-list .article .thumbnail .img-container:hover img, .voice-list .article .thumbnail .img-container:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all
}
@media (max-width:767px) {
  .column-list .article .thumbnail .img-container:hover img, .voice-list .article .thumbnail .img-container:hover img {
    transform: unset
  }
}
.column-list .article .category, .voice-list .article .category {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  line-height: 1
}
.column-list .article .category a, .voice-list .article .category a {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  display: inline-block;
  line-height: 1
}
@media (max-width:767px) {
  .column-list .article .category a, .voice-list .article .category a {
    font-size: .7em
  }
}
@media (max-width:767px) {
  .sp-left {
    text-align: left !important
  }
}
@media (max-width:767px) {
  br.pc {
    display: none
  }
}
br.sp {
  display: none
}
@media (max-width:767px) {
  br.sp {
    display: block
  }
}
.anchor {
  padding-top: 108px;
  margin-top: -108px
}
@media (max-width:1199px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px
  }
}
@media (max-width:1199px) {
  .anchor {
    padding-top: 57px;
    margin-top: -57px
  }
}
@media (max-width:991px) {
  .anchor {
    padding-top: 53px;
    margin-top: -53px
  }
}
@media (max-width:767px) {
  .anchor {
    padding-top: 47px;
    margin-top: -47px
  }
}
ul.attention li {
  display: flex;
  color: #5f5f5f;
  font-size: .8em;
  line-height: 1.4;
  margin: 0 0 2px
}
ul.attention li:before {
  content: '※';
  display: block;
  width: 15px
}
ul.attention li div {
  width: calc(100% - 15px)
}
.color_red {
  color: #da5e6c
}
.page-consultation .cta-container {
  display: none
}
.mw_wp_form table {
  width: 100%
}
.mw_wp_form table th {
  width: 30%;
  position: relative;
  vertical-align: top;
  color: #56554f;
  padding: 25px 70px 15px 0
}
@media (max-width:767px) {
  .mw_wp_form table th {
    display: block;
    width: 100%;
    padding: 0 60px 10px 0
  }
}
.mw_wp_form table th .required {
  position: absolute;
  right: 1.5em;
  top: 25px;
  background: #d12b02;
  color: #fff;
  font-weight: 400;
  font-size: .7em;
  line-height: 1;
  padding: .5em .8em
}
@media (max-width:767px) {
  .mw_wp_form table th .required {
    top: 4px;
    right: 0
  }
}
.mw_wp_form table td {
  width: 60%;
  padding: 15px 0
}
@media (max-width:767px) {
  .mw_wp_form table td {
    width: 100%;
    display: block;
    padding: 0 0 25px 0
  }
}
@media (max-width:767px) {
  .mw_wp_form table tr:last-child td {
    padding: 0 0 10px
  }
}
.page-consultation .mw_wp_form input[type=email], .page-consultation .mw_wp_form input[type=tel], .page-consultation .mw_wp_form input[type=text] {
  width: 80%
}
@media (max-width:767px) {
  .page-consultation .mw_wp_form input[type=email], .page-consultation .mw_wp_form input[type=tel], .page-consultation .mw_wp_form input[type=text] {
    width: 100%
  }
}
.mw_wp_form textarea {
  width: 100%
}
input[type=email], input[type=tel], input[type=text], textarea {
  -webkit-appearance: none;
  border: solid 1px #e8e8e8;
  border-radius: 0;
  padding: 10px;
  width: 100%
}
input[type=email]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
  outline: 0
}
.search-results .article_header, .single .article_header, .single-post .article_header {
  margin: 0 0 50px
}
@media (max-width:767px) {
  .search-results .article_header, .single .article_header, .single-post .article_header {
    margin: 0 0 25px
  }
}
.search-results .article_header h1, .single .article_header h1, .single-post .article_header h1 {
  font-size: 1.8em;
  font-weight: 700;
  border-bottom: solid 1px #e8e8e8;
  padding: 0 0 10px;
  line-height: 1.4;
  position: relative;
  margin-bottom: .5em
}
@media (max-width:767px) {
  .search-results .article_header h1, .single .article_header h1, .single-post .article_header h1 {
    font-size: 1.3em
  }
}
.search-results .article_header .meta, .single .article_header .meta, .single-post .article_header .meta {
  font-size: .8em;
  margin: 0 0 20px
}
.search-results .article_header .meta .date, .single .article_header .meta .date, .single-post .article_header .meta .date {
  color: #666
}
.search-results .article_header .meta .category, .single .article_header .meta .category, .single-post .article_header .meta .category {
  display: inline-block;
  line-height: 1
}
.search-results .article_header .meta .category a, .single .article_header .meta .category a, .single-post .article_header .meta .category a {
  font-weight: 700;
  color: #333;
  display: inline-block;
  line-height: 1
}
.search-results .article_header .meta .category:before, .single .article_header .meta .category:before, .single-post .article_header .meta .category:before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  color: #666
}
.search-results #content article img, .single #content article img, .single-post #content article img {
  width: 70%;
  display: block;
  height: auto;
  margin: 0 auto 20px
}
@media (max-width:991px) {
  .search-results #content article img, .single #content article img, .single-post #content article img {
    width: 100%
  }
}
.search-results #content article a, .single #content article a, .single-post #content article a {
  color: #1f3183
}
.search-results #content article h2, .single #content article h2, .single-post #content article h2 {
  border: none;
  font-size: 1.5em;
  border-bottom: solid 1px #e8e8e8;
  padding: 0 0 10px;
  margin: 80px 0 20px
}
@media (max-width:767px) {
  .search-results #content article h2, .single #content article h2, .single-post #content article h2 {
    margin: 40px 0 20px;
    font-size: 1.3em
  }
}
.search-results #content article h3, .single #content article h3, .single-post #content article h3 {
  font-size: 1.2em;
  font-weight: 700;
  border-left: solid 3px #1f3183;
  padding: 2px 0 2px 15px;
  margin: 50px 0 20px;
  line-height: 1.4
}
@media (max-width:767px) {
  .search-results #content article h3, .single #content article h3, .single-post #content article h3 {
    font-size: 1.1em;
    margin: 30px 0 10px
  }
}
.search-results #content article h3:before, .single #content article h3:before, .single-post #content article h3:before {
  content: none
}
.search-results #content article h4, .single #content article h4, .single-post #content article h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
  display: flex;
  align-items: flex-start
}
@media (max-width:767px) {
  .search-results #content article h4, .single #content article h4, .single-post #content article h4 {
    font-size: 1em
  }
}
.search-results #content article h4:before, .single #content article h4:before, .single-post #content article h4:before {
  content: '';
  background: #1f3183;
  width: 10px;
  height: 3px;
  margin: 10px 10px 0 0;
  display: inline-block
}
.search-results #content article ul, .single #content article ol, .single #content article ul, .single-post #content article ul {
  list-style: none;
  padding: 25px 40px;
  background: #fff;
  border: solid 1px #888;
  margin: 40px 0
}
@media (max-width:767px) {
  .search-results #content article ul, .single #content article ol, .single #content article ul, .single-post #content article ul {
    margin: 30px 0;
    padding: 15px 20px
  }
}
.search-results #content article ul li, .single #content article ol li, .single #content article ul li, .single-post #content article ul li {
  display: flex
}
.single #content article ol.list-box, .single #content article ul.list-box {
  list-style: decimal
}
.single #content article ol.list-box li {
  display: list-item;
  margin-left: 20px;
  text-indent: 10px
}
.single #content article ol.list-box > li::marker {
  color: #1f3183;
  font-weight: 700
}
.search-results #content article ul li:before, .single #content article ul li:before, .single-post #content article ul li:before {
  content: 'fiber_manual_record';
  font-family: 'Material Icons';
  color: #1f3183;
  font-size: .7em;
  padding: 0 10px 0 0;
  line-height: 2.4
}
.single #content article ol.list-box > li::marker {
  list-style-type: decimal
}
.search-results #content article ul li a, .single #content article ol li a, .single #content article ul li a, .single-post #content article ul li a {
  color: #333
}
.search-results #content article ul p, .single #content article ul p, .single-post #content article ul p {
  display: none
}
.search-results #content article .references ul, .single #content article .references ul, .single-post #content article .references ul {
  margin: 0;
  padding: 0;
  border: none
}
.search-results #content article .references ul li, .single #content article .references ul li, .single-post #content article .references ul li {
  display: block;
  font-size: .8em
}
.search-results #content article .references ul li:before, .single #content article .references ul li:before, .single-post #content article .references ul li:before {
  content: none
}
.search-results #content article .references ul li a, .single #content article .references ul li a, .single-post #content article .references ul li a {
  color: #1f3183
}
.single-blog article h2 span {
  padding-top: 108px;
  margin-top: -108px
}
@media (max-width:1199px) {
  .single-blog article h2 span {
    padding-top: 48px;
    margin-top: -48px
  }
}
.article-tag ul {
  list-style: none
}
@media (max-width:767px) {
  .article-tag ul {
    margin-top: 10px !important
  }
}
.article-tag ul li {
  display: inline-block
}
.article-tag a {
  font-size: .7em;
  border: solid 1px #e8e8e8;
  padding: 5px 5px 3px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 2px
}
a.ext:after {
  content: 'filter_none';
  font-family: 'Material Icons';
  color: #1f3183;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px;
  padding: 0 0 0 3px
}
#content #toc_container {
  border: none;
  padding: 35px 40px;
  width: 100%;
  margin: 40px 0 0
}
@media (max-width:767px) {
  #content #toc_container {
    margin: 30px 0;
    padding: 25px 20px
  }
}
#content #toc_container.toc_white {
  background: #f6f6f6
}
#content #toc_container p.toc_title {
  text-align: left;
  font-size: 1.5em;
  border-bottom: solid 1px #e8e8e8;
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1
}
@media (max-width:767px) {
  #content #toc_container p.toc_title {
    font-size: 1.2em
  }
}
#content #toc_container ul {
  border: none;
  padding: 0;
  margin: 0;
  background: 0 0;
  display: flex;
  flex-wrap: wrap
}
#content #toc_container ul li {
  display: block;
  width: 50%
}
@media (max-width:991px) {
  #content #toc_container ul li {
    width: 100%
  }
}
#content #toc_container ul li:before {
  content: none
}
#content #toc_container ul li a {
  color: #1f3183
}
.post-type-archive-lawyers .lawyers-sort {
  margin-top: 50px
}
@media (max-width:767px) {
  .post-type-archive-lawyers .lawyers-sort {
    margin-top: 25px
  }
}
aside#sidebar {
  padding: 0 30px 0 0;
  display: block
}
@media (max-width:991px) {
  aside#sidebar {
    padding: 0;
    margin: 80px 0 0
  }
}
aside#sidebar .sidebar-content {
  margin: 0 0 40px
}
aside#sidebar .sidebar-content .tag a {
  font-size: .7em;
  border: solid 1px #e8e8e8;
  padding: 5px 5px 3px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 2px
}
@media (max-width:991px) {
  aside#sidebar .sidebar-content .category {
    display: flex;
    flex-wrap: wrap
  }
}
aside#sidebar .sidebar-content .category li {
  font-size: .9em;
  display: flex;
  color: #56554f
}
@media (max-width:991px) {
  aside#sidebar .sidebar-content .category li {
    width: 50%
  }
}
aside#sidebar .sidebar-content .category li:before {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  width: 20px
}
aside#sidebar .sidebar-content .category li a {
  color: #56554f;
  width: calc(100% - 20px)
}
aside#sidebar .sidebar-content #searchform {
  position: relative
}
aside#sidebar .sidebar-content #searchform input {
  font-size: .8em;
  padding: 7px 40px 5px 10px
}
aside#sidebar .sidebar-content #searchform button {
  background: 0 0;
  border: none;
  padding: 0;
  height: 24px;
  position: absolute;
  right: 10px;
  color: #333;
  top: 0;
  bottom: 0;
  margin: auto
}
aside#sidebar .sidebar-content .sidebar-head {
  font-weight: 700;
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-size: 1.2em;
  border-left: none
}
aside#sidebar .sidebar-content .sidebar-head:after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1f3183
}
#content .section .post-archive-category-list {
  margin-bottom: 50px;
  margin-left: -5px;
  margin-right: -5px
}
@media (max-width:767px) {
  #content .section .post-archive-category-list {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-bottom: 30px
  }
}
#content .section .post-archive-category-list li {
  width: 25%;
  padding: 0 5px
}
@media (max-width:767px) {
  #content .section .post-archive-category-list li {
    width: 50%;
    padding: 0 2.5px;
    font-size: .85em;
    margin: 0 0 5px
  }
}
#content .section .post-archive-category-list li a {
  display: block;
  background: #56554f;
  color: #fff;
  text-align: center;
  padding: 10px
}
.post-type-archive-case #content .archive-article-list .article__item .head {
  margin: 0 0 10px
}
.single-access #content .archive-article-list .article__item {
  width: 33.3%;
  margin-bottom: 0
}
@media (max-width:991px) {
  .single-access #content .archive-article-list .article__item {
    width: 50%
  }
}
@media (max-width:767px) {
  .single-access #content .archive-article-list .article__item {
    width: 100%
  }
}
.single-access .guide-btn-area {
  background: #f4f4f4;
  padding: 1.5em 1em;
  margin-bottom: 3em
}
.single-access .text-strong {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1em 0
}
.single-access .guide-btn-area .button {
  margin: 0
}
.single-access .freearea {
  margin: 2em 0
}
@media (max-width:767px) {
  .spnon {
    display: none !important
  }
}
.pcnon {
  display: none !important
}
@media (max-width:767px) {
  .pcnon {
    display: block !important
  }
}
.sp-fixed-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #9e8850;
  height: 50px
}
.sp-fixed-container ul li {
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: .9em;
  position: relative
}
.sp-fixed-container ul li:first-child {
  border-right: solid 1px rgba(255, 255, 255, .2)
}
.sp-fixed-container .tel::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background-image: url(../images/contact-ico_tel_wh.png);
  background-size: contain;
  background-repeat: no-repeat
}
.sp-fixed-container .form::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../images/contact-ico_mail.png);
  background-size: contain;
  background-repeat: no-repeat
}
.sp-fixed-container .form::after, .sp-fixed-container .tel::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/ico_arrow_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}
.sp-fixed-container ul li a {
  display: block;
  padding: 15px 0;
  font-weight: 700;
  color: #fff;
  padding: 15px 0
}
.sp-fixed-container ul li a .material-icons {
  font-size: 16px;
  margin: 0 3px 0 0
}
.box--responsibility-article {
  background: #f9f9f9;
  margin: 80px 0 0;
  padding: 30px 40px
}
@media (max-width:767px) {
  .box--responsibility-article {
    padding: 15px 20px 10px;
    margin: 40px 0 0
  }
}
.box--responsibility-article .box--responsibility-article__ttl {
  font-weight: 700;
  border-bottom: solid 1px #e8e8e8;
  margin: 0 0 1em
}
.box--responsibility-article ul li {
  width: 50%;
  font-size: .9em;
  margin: 0 0 10px;
  padding-right: 30px;
  line-height: 1.4
}
@media (max-width:767px) {
  .box--responsibility-article ul li {
    padding-right: 0;
    width: 100%
  }
}
.box--responsibility-article ul li .img {
  width: 80px;
  margin: 0 10px 0 0
}
@media (max-width:767px) {
  .box--responsibility-article ul li .img {
    width: 60px
  }
}
.box--responsibility-article ul li .box--responsibility-article__list__name--link span:after {
  content: 'open_in_new';
  font-family: 'Material Icons';
  color: #1f3183
}
.single-lawyer-contents #sns {
  font-size: .9em;
  margin-top: 20px
}
.single-lawyer-contents #sns .ico-twitter {
  width: 28px;
  margin-right: 20px
}
.single-lawyer-contents #sns .ico-facebook {
  width: 28px;
  position: relative;
  top: -2px
}
.single-lawyer-contents #access {
  text-align: center
}
ul.sitemap .material-icons {
  font-size: 14px;
  margin-left: .3em
}
.text-right {
  text-align: right
}
@media all and (-ms-high-contrast:none) {
  body {
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: 'kern', 'liga', 'clig', 'calt'
  }
  .sub-header {
    margin-top: 111px
  }
  #content #toc_container ul {
    display: block
  }
  #content #toc_container ul li {
    display: inline-block
  }
  table {
    table-layout: fixed
  }
  .plan-list .text {
    padding-left: 30px
  }
  #content .archive-article-list .article__item, #content .section .post-archive-category-list li, .voice-list .article {
    padding: 0 10px
  }
  .flow-container .col-md-9 {
    padding-left: 20px
  }
}
.page-contact .cta-container {
  display: none
}
.page-contact #content .contents-list {
  background: 0 0
}
.page-contact #content .contents-list ul li {
  width: 25%;
  margin: 0 0 50px
}
.page-contact #content .contents-list ul li a {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 45px 0
}
.page-contact #content .contents-list ul li a:hover {
  opacity: 1
}
.page-contact #content .contents-list ul li a:after, .page-contact #content .contents-list ul li a:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}
.page-contact #content .contents-list ul li a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}
.page-contact #content .contents-list ul li a h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  display: block
}
.page-contact #content .contents-list ul li a h3:after {
  content: '';
  display: block;
  background: #1f3183;
  width: 30px;
  height: 3px;
  margin: 10px auto 0
}
.page-contact #content .contents-list ul li a:hover:after {
  background: #f4f4f4;
  -webkit-transform: scale(1);
  transform: scale(1)
}
@media (max-width:767px) {
  .page-contact #content .contents-list ul li a:after, .page-contact #content .contents-list ul li a:before {
    content: none
  }
}
@media (max-width:991px) {
  .page-contact #content .contents-list ul li {
    width: 33.3%
  }
}
@media (max-width:767px) {
  .page-contact #content .contents-list ul li {
    width: 50%;
    margin: 0 0 10px
  }
}
@media (max-width:767px) {
  .page-contact #content .contents-list ul li a {
    padding: 25px 0
  }
}
.page-questionnaire .graph {
  width: 512px;
  max-width: calc(100% - 20px);
  margin: 50px auto;
  position: relative;
  right: -20px
}
@media (max-width:767px) {
  .page-questionnaire .graph {
    margin: 20px auto 0
  }
}
.post-type-archive-access #content .section.bg-section .container {
  background: rgba(255, 255, 255, 0);
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  padding-top: 0;
  padding-bottom: 0
}
.post-type-archive-access #content .section.bg-section .container .access-list {
  margin-left: -10px;
  margin-right: -10px
}
.post-type-archive-access #content .section.bg-section .container .access-list article {
  width: 33.3%;
  padding: 0 10px;
  margin: 0 0 50px
}
.post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail {
  position: relative;
  background: #fff
}
.post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto
}
.post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: .3
}
.post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 1.15em
}
.post-type-archive-access #content .section.bg-section .container .access-list article .inner {
  margin-top: 1em;
  color: #56554f
}
.post-type-archive-access #content .section.bg-section .container .access-list article .inner a {
  color: #56554f
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container {
    padding: 0
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list {
    margin-left: -5px;
    margin-right: -5px
  }
}
@media (max-width:991px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article {
    width: 50%;
    margin: 0 0 25px
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article {
    padding: 0 5px
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail:after {
    right: 5px
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail img {
    height: 120px
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article .thumbnail h2 {
    font-size: 1em
  }
}
@media (max-width:767px) {
  .post-type-archive-access #content .section.bg-section .container .access-list article .inner {
    margin-top: .8em;
    font-size: .8em
  }
}
.single-access #content .section.bg-section .container {
  background: rgba(255, 255, 255, 0);
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  padding-top: 0;
  padding-bottom: 0
}
.single-access #content h2 {
  padding: 0;
  border: none
}
.single-access #content .access-detail section:first-child {
  margin: 0 0 50px
}
.single-access #content .access-detail section:first-child h2 {
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 1em
}
.single-access #content .access-detail section:first-child h2:after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1f3183
}
.single-access #content .access-detail .googlemap {
  height: 418px
}
.single-access #content .access-detail .img-access img {
  height: auto
}
.single-access #content .access-detail .googlemap-link {
  color: #1f3183;
  text-decoration: underline;
  margin: 0 0 0 10px
}
.single-access #content .access-detail .googlemap-link .material-icons {
  font-size: 15px;
  position: relative;
  top: 2px
}
.single-access #content .access-detail .guide {
  background-color: #f4f4f4;
  padding: 1em;
  margin-bottom: 2em;
  box-sizing: border-box
}
@media (max-width:767px) {
  .single-access #content .section.bg-section .container {
    padding: 0
  }
}
@media (max-width:767px) {
  .single-access #content .access-detail section:first-child {
    margin: 0 0 20px
  }
}
@media (max-width:1199px) {
  .single-access #content .access-detail .googlemap {
    height: 337px
  }
}
@media (max-width:991px) {
  .single-access #content .access-detail .googlemap {
    height: 248px
  }
}
@media (max-width:767px) {
  .single-access #content .access-detail .googlemap {
    height: 240px
  }
}
.bnr-member {
  width: 280px;
  position: fixed;
  right: 20px;
  top: calc(100vh - 158px);
  max-width: 40%;
  z-index: 10
}
.bnr-member > div {
  position: relative
}
.bnr-member.close > div {
  display: none
}
.bnr-member .img {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1)
}
.bnr-member .close {
  color: #fff;
  background: #56554f;
  border: solid 1px #fff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: -5px;
  top: -10px;
  font-size: .9em;
  z-index: 5
}
@media (max-width:767px) {
  .bnr-member {
    display: none
  }
}
@media (max-width:767px) {
  .bnr-member .close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -5px
  }
}
.page-values #content .rinen {
  margin: 0 0 50px
}
.page-values #content .rinen h2 {
  border: none;
  padding: 0;
  font-size: 3em;
  margin: 0 0 .5em;
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  letter-spacing: 0;
  line-height: 1.2
}
.page-values #content .rinen p {
  font-size: 1.2em
}
.page-values #content .bg-section h2:after {
  margin: 10px auto 25px
}
.page-values #content .img-vision {
  width: 862.5px;
  max-width: 100%;
  margin: 40px auto
}
.page-values #content .shishin-list li {
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  margin: 0 0 40px
}
.page-values #content .shishin-list li:after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1f3183
}
.page-values #content .shishin-list li h3 {
  font-family: Roboto, 'メイリオ', Meiryo, Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin: 0 0 .3em
}
.page-values #content .shishin-list li h3:before {
  content: none
}
.page-values #content .shishin-list li h3 small {
  font-size: .6em;
  display: inline-block;
  margin: 0 0 0 .5em;
  position: relative;
  top: 10px
}
@media (max-width:767px) {
  .page-values #content .rinen {
    margin: 0 0 30px
  }
}
@media (max-width:767px) {
  .page-values #content .rinen h2 {
    font-size: 1.8em
  }
}
@media (max-width:767px) {
  .page-values #content .rinen p {
    font-size: 1.1em
  }
}
@media (max-width:767px) {
  .page-values #content .img-vision {
    margin: 20px auto 0
  }
}
@media (max-width:767px) {
  .page-values #content .shishin-list li h3 {
    font-size: 1.4em;
    display: block;
    line-height: 1;
    margin: 0 0 .7em
  }
}
@media (max-width:767px) {
  .page-values #content .shishin-list li h3 small {
    top: 0
  }
}
.page-privacy #content .section.bg-section .container, .page-privacy2 #content .section.bg-section .container {
  padding: 70px 130px
}
@media (max-width:991px) {
  .page-privacy #content .section.bg-section .container, .page-privacy2 #content .section.bg-section .container {
    padding: 50px 50px 40px
  }
}
@media (max-width:767px) {
  .page-privacy #content .section.bg-section .container, .page-privacy2 #content .section.bg-section .container {
    padding: 25px 15px
  }
}
.single-access #content .lawyers-list .other_lawyers {
  display: flex;
  flex-wrap: wrap
}
.page-id-1591:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center;
  background: url(../images/about/about_bg.jpg) no-repeat;
  background-size: cover
}
.page-id-1591:after {
  content: '';
  display: block;
  background: url(../images/about/logo.png) no-repeat;
  background-size: 100%;
  width: 496px;
  height: 103px;
  position: fixed;
  left: 10%;
  top: 50%;
  z-index: -1
}
.sr-bg:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center;
  background: url(../images/sr/sr-bg.jpg) no-repeat;
  background-size: cover
}
.consulting-bg:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/consulting/consulting-bg.jpg) 35% no-repeat;
  background-size: cover
}
@media (max-width:991px) {
  .page-id-1591:after {
    width: 50%;
    left: 5%
  }
}
.page-about {
  padding-top: 100vh
}
.page-authense-consulting, .page-authense-sr {
  padding-top: 20vh
}
.page-about .cta-container {
  display: none
}
.page-authense-consulting .cta-container, .page-authense-sr .cta-container {
  display: block
}
.page-about .bg-wh {
  background: #fff
}
.page-about .bg-wh2 {
  background: rgba(255, 255, 255, .9)
}
.page-about .last-copy {
  padding: 180px 0;
  color: #fff
}
.page-about .last-copy .main {
  font-size: 55px;
  font-weight: 700;
  font-family: Roboto;
  line-height: 1.2;
  margin-bottom: .5em
}
.page-about .last-copy .sub {
  font-size: 24px
}
.page-about .section-history {
  background: #fff url(../images/about/history.png) no-repeat;
  background-size: 110px;
  background-position: right 2% top 80px
}
.page-about .section-history .history-container {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px
}
.page-about .section-history .history-container:after {
  content: 'To be next......';
  font-size: 32px;
  display: block;
  color: #1f3183;
  position: absolute;
  bottom: 0;
  left: 60px
}
.page-about .section-history .history-container dl {
  width: 100%
}
.page-about .section-history .history-container dl dt {
  width: 146px;
  font-weight: 400;
  padding-bottom: 1em;
  border-right: solid 1px #baab94;
  position: relative
}
.page-about .section-history .history-container dl dt:after {
  content: '';
  display: block;
  background: #baab94;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 10px
}
.page-about .section-history .history-container dl dt.last:after {
  background: #1f3183;
  width: 15px;
  height: 15px;
  right: -8px;
  top: 6px
}
.page-about .section-history .history-container dl dd {
  width: calc(100% - 146px);
  padding-bottom: 1em;
  padding-left: 40px
}
.page-about .section-history .history-container dl dd img {
  width: 200px;
  padding: 10px 0;
  max-width: 70%
}
.page-about #content .section {
  position: relative
}
.page-about #content .section-mission {
  min-height: 450px;
  padding-top: 120px
}
.page-about #content .about-ttl {
  width: 50%;
  margin-left: 50%
}
.page-about #content .about-ttl.pd {
  padding-top: 180px
}
.page-about #content .about-ttl h1 {
  text-align: right;
  color: #fff;
  border-left: none;
  border-bottom: solid 4px #1f3183;
  margin-bottom: 180px;
  font-size: 40px;
  padding-bottom: .8em;
  padding-right: 50px;
  letter-spacing: 2px
}
.page-about #content .about-ttl h2 {
  text-align: right;
  color: #fff;
  border-left: none;
  border-bottom: solid 4px #1f3183;
  margin-bottom: 180px;
  font-size: 40px;
  padding-bottom: .8em;
  padding-right: 50px;
  letter-spacing: 2px
}
.page-about #content .img1 {
  position: absolute;
  width: 620px;
  max-width: 45%;
  left: 2%;
  top: -190px;
  z-index: 3
}
.page-authense-sr #content .img1 {
  width: 580px
}
.page-authense-sr #content .sns-lists {
  justify-content: flex-end;
  align-items: center
}
.sns-lists li a {
  display: block
}
.ico-note img {
  height: 30px;
  width: auto
}
.ico-linkedin {
  margin-left: 16px
}
.ico-linkedin img {
  height: 28px;
  width: auto
}
.page-about #content .img2 {
  position: absolute;
  width: 620px;
  max-width: 45%;
  right: 2%;
  top: -190px
}
.page-about #content .img3 img {
  width: 356px
}
.page-about #content .name {
  margin-top: 50px;
  text-align: right;
  font-size: 1.1em
}
.page-about #content .name .name-large {
  font-size: 1.3em
}
.page-about #content .name img {
  width: 208px
}
.page-authense-sr #content .name img {
  width: unset
}
.page-about #content .mission-detail .ttl {
  writing-mode: vertical-rl;
  border-right: solid 1px #c0a580;
  width: 50px;
  padding: 0 10px
}
.page-about #content .mission-detail .text {
  width: calc(100% - 50px);
  padding-left: 30px
}
.page-about #content .mission-detail .text .font-middle small {
  color: #999;
  font-size: .8em
}
.page-about #content h3 {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  position: relative
}
.page-about #content h3:before {
  content: none
}
.page-about #content h3:after {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: #1f3183;
  width: 60px;
  height: 3px
}
.page-about #content .font-large {
  font-weight: 700;
  font-size: 28px
}
.page-about #content .font-middle {
  font-size: 1.15em;
  margin-bottom: .5em
}
.page-about #content .value-container {
  position: relative
}
.page-about #content .value-container .font-middle {
  color: #1f3183
}
.page-about #content .value-container .value-img {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto
}
.page-about #content .value-container .value1 {
  position: relative;
  padding-bottom: 40px
}
.page-about #content .value-container .value1:before {
  content: '';
  display: block;
  background: #c0a580;
  width: 1px;
  height: calc(100% - 64px);
  position: absolute;
  right: 0;
  top: 0
}
.page-about #content .value-container .value1:after {
  content: '';
  display: block;
  background: #c0a580;
  height: 1px;
  width: calc(100% - 90px);
  position: absolute;
  left: 0;
  bottom: 0
}
.page-about #content .value-container .value2 {
  padding-bottom: 40px;
  position: relative
}
.page-about #content .value-container .value2:after {
  content: '';
  display: block;
  background: #c0a580;
  height: 1px;
  width: calc(100% - 90px);
  position: absolute;
  right: 0;
  bottom: 0
}
.page-about #content .value-container .value3 {
  padding-top: 40px;
  position: relative
}
.page-about #content .value-container .value3:before {
  content: '';
  display: block;
  background: #c0a580;
  width: 1px;
  height: calc(100% - 64px);
  position: absolute;
  right: 0;
  bottom: 0
}
.page-about #content .value-container .value4 {
  padding-top: 40px
}
.list-text > dd {
  margin-bottom: 1rem
}
@media (max-width:991px) {
  .page-about .section-intro .container {
    padding-top: 80px;
    padding-left: 100px
  }
}
@media (max-width:767px) {
  .page-about .section-intro .container {
    padding-top: 40px;
    padding-left: 60px
  }
  .page-authense-sr .section-intro .container {
    padding-top: 80px;
    padding-left: 15px
  }
}
@media (max-width:991px) {
  .page-about .section-story .container {
    padding-top: 80px;
    padding-right: 100px
  }
}
@media (max-width:767px) {
  .page-about .section-story .container {
    padding-top: 40px;
    padding-right: 15px
  }
}
@media (max-width:767px) {
  .page-about .last-copy .main {
    font-size: 38px
  }
}
@media (max-width:767px) {
  .page-about .last-copy .sub {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .page-about .section-history {
    background: #fff url(../images/about/history.png) no-repeat;
    background-size: 32px;
    background-position: right 2% top 40px
  }
}
@media (max-width:767px) {
  .page-about .section-history .history-container:after {
    font-size: 24px
  }
}
@media (max-width:767px) {
  .page-about .section-history .history-container dl dt {
    font-size: .85em;
    width: 90px
  }
}
@media (max-width:767px) {
  .page-about .section-history .history-container dl dt:after {
    width: 8px;
    height: 8px;
    top: 7px
  }
}
@media (max-width:767px) {
  .page-about .section-history .history-container dl dt.last:after {
    width: 12px;
    height: 12px;
    top: 5px;
    right: -6px
  }
}
@media (max-width:767px) {
  .page-about .section-history .history-container dl dd {
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size: .9em
  }
}
@media (max-width:767px) {
  .page-about #content .section-mission {
    padding-top: 50px;
    min-height: 180px
  }
}
@media (max-width:991px) {
  .page-about #content .section-mission .container {
    padding-left: 100px
  }
}
@media (max-width:767px) {
  .page-about #content .section-mission .container {
    padding-left: 60px
  }
}
@media (max-width:991px) {
  .page-about #content .about-ttl {
    width: 85%;
    margin-left: 15%
  }
}
@media (max-width:991px) {
  .page-about #content .about-ttl h2 {
    font-size: 28px
  }
}
@media (max-width:767px) {
  .page-about #content .about-ttl h2 {
    font-size: 22px;
    padding-bottom: .4em;
    padding-right: 15px;
    margin-bottom: 80px
  }
}
@media (max-width:767px) {
  .page-about #content .img1 {
    top: -90px
  }
}
@media (max-width:767px) {
  .page-about #content .img2 {
    top: -90px
  }
}
@media (max-width:767px) {
  .page-about #content .img3 img {
    width: 50%
  }
}
@media (max-width:991px) {
  .page-about #content .img3 {
    margin-bottom: 40px
  }
}
@media (max-width:767px) {
  .page-about #content .name {
    font-size: .8em;
    margin-top: 30px
  }
}
@media (max-width:767px) {
  .page-about #content .name img {
    width: 120px
  }
  .page-authense-sr #content .name img {
    width: unset
  }
}
@media (max-width:767px) {
  .page-about #content .mission-detail .ttl {
    width: 40px;
    padding: 0 10px
  }
}
@media (max-width:767px) {
  .page-about #content .mission-detail .text {
    padding-left: 15px;
    width: calc(100% - 40px)
  }
}
@media (max-width:767px) {
  .page-about #content .font-large {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: .5em
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value-img {
    position: relative;
    left: 0;
    right: 0;
    transform: unset;
    -webkit-transform: unset;
    top: -30px
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value1:before {
    content: none
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value1:after {
    content: none
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value2:after {
    content: none
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value3 {
    padding-top: 0
  }
}
@media (max-width:991px) {
  .page-about #content .value-container .value3:before {
    content: none
  }
}
@media (max-width:767px) {
  .page-about #content .about-ttl .color_blue {
    color: #1f3183
  }
}
.message-name {
  font-size: 1.8em
}
@media (min-width:1400px) {
  .col-lg-6.message-text {
    width: 54%
  }
}
.link-text {
  color: #1f3183;
  text-decoration: underline
}
.link-text[target='_blank']::after {
  padding-left: .1em;
  content: 'filter_none';
  font-family: 'Material Icons';
  color: #1f3183;
  display: inline-block;
  line-height: 1;
  font-size: .8em
}
.font-large {
  font-weight: 700;
  font-size: 1.4em
}
@media (min-width:1200px) {
  .home #content .container {
    max-width: 1260px
  }
  #content .container {
    max-width: 1180px
  }
}
@media (min-width:1400px) {
  .home #content .container {
    max-width: 1260px
  }
  #content .container {
    max-width: 1180px
  }
}
.required {
  margin-top: 1.5rem !important
}
@media (max-width:767px) {
  .required {
    margin-top: auto !important
  }
}
.page-confirm .required {
  margin-top: auto !important
}
#content.form_confirm .contact-step > div:first-child .inner {
  border-color: #ccc;
  color: #666
}
#content.form_confirm .contact-step > div:nth-child(3) .inner {
  border-color: #1f3183;
  color: #1f3183
}
#content.form_complete .contact-step > div:first-child .inner {
  border-color: #ccc;
  color: #666
}
#content.form_complete .contact-step > div:last-child .inner {
  border-color: #1f3183;
  color: #1f3183
}
#content .contact-step > div .inner {
  border: solid 1px #ccc;
  width: 240px;
  color: #666;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 10px 0
}
@media (max-width:991px) {
  #content .contact-step > div .inner {
    width: 130px
  }
}
@media (max-width:767px) {
  #content .contact-step > div .inner {
    width: 90px
  }
}
#content .contact-step > div .inner small {
  display: block;
  font-weight: 700;
  font-size: .8em
}
#content .contact-step > div:first-child .inner {
  border-color: #1f3183;
  color: #1f3183
}
#content .contact-step .arrow {
  width: 12px;
  margin: 0 12px
}
@media (max-width:767px) {
  #content .contact-step .arrow {
    width: 8px;
    margin: 0 8px
  }
}
.private-wealth {
  overflow-x: hidden
}
.private-wealth .drawer-hamburger .sr-only {
  position: absolute;
  font-size: 16px;
  padding: 0;
  border: 0;
  top: 60%;
  transform: translateY(-50%);
  left: -42px;
  width: auto;
  height: auto;
  clip: unset;
  text-transform: uppercase;
  color: #000
}
@media (min-width:1200px) {
  .private-wealth .humburger-pcnon {
    display: none
  }
}
.private-wealth .header {
  padding-top: 0
}
.page-private-wealth {
  padding-top: 44px
}
.font-en {
  font-family: Roboto, sans-serif !important
}
.page-private-wealth .section-inner {
  width: 100%;
  max-width: 87.5%;
  margin: 0 auto
}
@media (max-width:997px) {
  .page-private-wealth .section-inner {
    max-width: 96%
  }
}
.page-private-wealth .bg-wh {
  background-color: #fff
}
.page-private-wealth .mainvisual {
  height: 70vh;
  display: flex;
  align-items: center
}
.page-private-wealth .mainvisual_catch {
  color: #fff;
  font-size: 5rem
}
@media (max-width:767px) {
  .page-private-wealth .mainvisual_catch {
    font-size: 3rem
  }
}
.private-bg::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center;
  background: url(../images/private/bg_private.jpg) no-repeat 35%;
  background-size: cover
}
.page-private-wealth .content-title {
  font-size: 5rem;
  position: relative
}
@media (max-width:767px) {
  .page-private-wealth .content-title {
    font-size: 3rem
  }
}
.page-private-wealth .title-right {
  text-align: right
}
.page-private-wealth .title-center {
  text-align: center
}
.page-private-wealth .content-title::before {
  position: absolute;
  display: block;
  content: attr(data-text);
  font-size: .875rem;
  top: -.5rem
}
@media (max-width:767px) {
  .page-private-wealth .content-title::before {
    top: -.5rem
  }
}
.page-private-wealth .title-right > .content-title::before {
  right: 0
}
.page-private-wealth .title-center > .content-title::before {
  left: 50%;
  transform: translateX(-50%)
}
.page-private-wealth .content-title::after {
  content: '';
  display: block;
  background-image: url(../images/private/img_line-title.svg);
  background-repeat: no-repeat;
  width: 194px;
  height: 12px;
  position: absolute
}
.page-private-wealth .title-right > .content-title::after {
  right: 0
}
.page-private-wealth .title-center > .content-title::after {
  left: 50%;
  transform: translateX(-50%)
}
.page-private-wealth .message {
  padding-top: 178px
}
@media (max-width:767px) {
  .page-private-wealth .message {
    padding-top: 100px
  }
}
.page-private-wealth .message-contents {
  display: flex;
  justify-content: space-between
}
@media (max-width:767px) {
  .page-private-wealth .message-contents {
    flex-direction: column;
    align-items: flex-end
  }
}
.page-private-wealth .message-detail {
  width: 57%
}
@media (max-width:767px) {
  .page-private-wealth .message-detail {
    width: 100%
  }
}
.page-private-wealth .message-text {
  margin-top: 60px;
  margin-right: 3rem
}
@media (max-width:767px) {
  .page-private-wealth .message-text {
    margin-right: 1rem
  }
}
.page-private-wealth .message-image {
  width: calc(100% - 57%)
}
@media (max-width:767px) {
  .page-private-wealth .message-image {
    width: 75%;
    margin-top: 20px
  }
}
.page-private-wealth .message-image img {
  object-fit: cover
}
.page-private-wealth .service {
  padding-top: 85px
}
.page-private-wealth .service-list-item {
  margin-top: 60px
}
.page-private-wealth .service-detail {
  display: flex;
  justify-content: space-between
}
@media (max-width:767px) {
  .page-private-wealth .service-detail {
    flex-direction: column
  }
}
.page-private-wealth .service-detail-image {
  width: 38.3%;
  height: 100%;
  margin-right: 46px
}
@media (max-width:767px) {
  .page-private-wealth .service-detail-image {
    width: 80%
  }
}
.page-private-wealth .service-detail-image img {
  object-fit: cover;
  width: 100%
}
@media (max-width:767px) {
  .page-private-wealth .service-detail-image img {
    height: 225px
  }
}
.page-private-wealth .service-detail-text {
  width: 52.6%;
  margin-top: 1.25rem
}
@media (max-width:767px) {
  .page-private-wealth .service-detail-text {
    width: 87%;
    margin: -60px 0 0 auto;
    background-color: #fff;
    padding: 40px 20px
  }
}
.page-private-wealth .service-detail-title {
  font-size: 1.75rem
}
@media (max-width:767px) {
  .page-private-wealth .service-detail-title {
    font-size: 1.25rem
  }
}
.page-private-wealth .service-detail-paragrah {
  margin-top: 2.5rem
}
.page-private-wealth .community {
  padding-top: 138px;
  background: #fff;
  background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0, rgba(244, 244, 244, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  padding-bottom: 122px
}
@media (max-width:767px) {
  .page-private-wealth .community {
    padding-top: 40px
  }
}
.page-private-wealth .community-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media (max-width:767px) {
  .page-private-wealth .community-contents {
    flex-direction: column-reverse;
    align-items: flex-start
  }
}
.page-private-wealth .community-detail {
  width: 55.4%;
  margin-right: 70px
}
@media (max-width:767px) {
  .page-private-wealth .community-detail {
    width: 100%;
    margin-top: 60px;
    margin-right: 0
  }
}
.page-private-wealth .community-paragrah {
  margin-top: 47px
}
.page-private-wealth .community-image {
  width: 33.8%;
  height: 100%
}
@media (max-width:767px) {
  .page-private-wealth .community-image {
    width: 87.8%
  }
}
.page-private-wealth .community-image img {
  object-fit: cover
}
.page-private-wealth .over-right {
  margin-right: calc(50% - 50vw)
}
.page-private-wealth .section-inner_service {
  margin-left: calc(50% - 50vw)
}
@media (max-width:767px) {
  .page-private-wealth .section-inner_service {
    margin-right: calc(50% - 50vw);
    width: 100vw
  }
}
.page-private-wealth .plan {
  margin-top: 113px;
  padding-bottom: 68px
}
.page-private-wealth .plan-conetnts {
  width: 56.3%;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 69px
}
@media (max-width:1199px) {
  .page-private-wealth .plan-conetnts {
    width: 87.5%
  }
}
.page-private-wealth .plan-table {
  width: 100%
}
.page-private-wealth .plan-table tr {
  border-bottom: 1px dotted #ccc
}
.page-private-wealth .plan-table-name {
  text-align: center;
  font-weight: 700;
  font-size: .75rem;
  padding: 20px 0 14px 0;
  position: relative
}
.page-private-wealth .plan-table-name::before {
  position: absolute;
  content: '';
  width: 98%;
  height: 5px;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc
}
.page-private-wealth .plan-light::before {
  background-color: #ccc
}
.page-private-wealth .plan-standard::before {
  background-color: #9e8850
}
.page-private-wealth .plan-premium::before {
  background-color: #333
}
.page-private-wealth .plan-table-name span {
  display: block;
  font-weight: 400
}
.page-private-wealth .plan-table-item {
  font-size: .75rem;
  vertical-align: middle
}
.page-private-wealth .plan-table-value {
  width: 25%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 29px 0 30px 0
}
.page-private-wealth .plan-table-value small {
  font-size: .75rem
}
.page-private-wealth .bg-gray {
  background-color: #f4f4f4
}
.page-private-wealth .about {
  margin-top: -1px
}
.page-private-wealth .about-contents {
  width: 56.3%;
  margin: 0 auto
}
@media (max-width:1199px) {
  .page-private-wealth .about-contents {
    width: 87.5%
  }
}
.page-private-wealth .about-contents-history {
  margin-top: 45px;
  padding-bottom: 92px
}
.page-private-wealth .content-detail-title {
  font-size: 1.125rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #9e8850;
  display: inline-block;
  font-weight: 700
}
.page-private-wealth .history-contents {
  margin-top: 50px;
  margin-bottom: 30px
}
.page-private-wealth .history-detail {
  display: flex
}
.page-private-wealth .history-detail-year {
  width: 148px;
  border-right: 1px solid #9e8850;
  position: relative;
  margin-bottom: 0;
  flex-shrink: 0
}
@media (max-width:767px) {
  .page-private-wealth .history-detail-year {
    width: 90px;
    font-size: .875rem
  }
}
.page-private-wealth .history-list-item:first-child .history-detail-year, .page-private-wealth .history-list-item:last-child .history-detail-year {
  border: none
}
.page-private-wealth .history-list-item:first-child .history-detail-year:before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - .5rem);
  background-color: #9e8850;
  position: absolute;
  right: 0;
  bottom: 0
}
.page-private-wealth .history-list-item:last-child .history-detail-year:before {
  content: '';
  display: block;
  width: 1px;
  height: .5rem;
  background-color: #9e8850;
  position: absolute;
  right: 0
}
.page-private-wealth .history-detail-summary {
  position: relative;
  padding-left: 54px;
  margin-bottom: 0;
  padding-bottom: 1rem
}
@media (max-width:767px) {
  .page-private-wealth .history-detail-summary {
    padding-left: 20px;
    font-size: .875rem
  }
}
.page-private-wealth .history-detail-summary::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #9e8850;
  position: absolute;
  top: .5rem;
  left: -5px
}
.page-private-wealth .about-contents-detail {
  padding: 60px 0 70px 0;
  margin-top: 100px;
  margin-bottom: 100px
}
.page-private-wealth .about-contents-inner {
  width: 82.1%;
  margin: 0 auto
}
.page-private-wealth .profile-table {
  width: 100%;
  margin-bottom: 30px
}
.page-private-wealth .profile-table tr {
  border-bottom: 1px dotted #ccc
}
.page-private-wealth .profile-table th {
  vertical-align: middle;
  font-size: .75rem;
  font-weight: 400
}
.page-private-wealth .profile-table td {
  padding: 18px 0;
  font-size: .75rem;
  font-weight: 400
}
@media (max-width:767px) {
  .page-private-wealth .profile-table td {
    width: 100%;
    display: block;
    padding: 6px 0 10px 0
  }
}
.page-private-wealth .profile-table th {
  width: 25%
}
@media (max-width:767px) {
  .page-private-wealth .profile-table th {
    width: 100%;
    display: block;
    padding-top: 10px;
    font-weight: 700
  }
}
.page-private-wealth .office-contents {
  display: flex;
  margin-top: 28px;
  margin-bottom: 30px
}
@media (max-width:767px) {
  .page-private-wealth .office-contents {
    flex-direction: column
  }
}
.page-private-wealth .office-image {
  width: 31%;
  margin-right: 40px
}
@media (max-width:767px) {
  .page-private-wealth .office-image {
    width: 100%;
    margin-right: 0
  }
}
.page-private-wealth .office-image img {
  object-fit: cover
}
@media (max-width:767px) {
  .page-private-wealth .office-image img {
    width: 100%;
    height: 400px
  }
}
@media (max-width:767px) {
  .page-private-wealth .office-detail {
    margin-top: 2rem
  }
}
.page-private-wealth .office-detail p {
  font-size: .75rem;
  margin-bottom: .5rem
}
.page-private-wealth .material-icons_arrow {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: .75rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased
}
.page-private-wealth .text-link {
  text-decoration: underline
}
.page-private-wealth .cta-container {
  background-color: #f4f4f4;
  background-image: url(../images/private/bg_contact.svg);
  background-size: 66%;
  background-repeat: no-repeat;
  background-position: right bottom
}
@media (max-width:767px) {
  .page-private-wealth .cta-contents {
    flex-direction: column
  }
}
@media (min-width:1199px) {
  .page-private-wealth .cta-contents {
    margin-left: 150px
  }
}
.page-private-wealth section[id]::before {
  content: '';
  display: block;
  height: 110px;
  margin-top: -120px
}
.advisor__plan__list.sp {
  display: none;
  margin: 30px 0 0
}
@media (max-width:767px) {
  .advisor__plan__list.sp {
    display: block
  }
}
.advisor__plan__list.sp .plan__inner {
  display: none;
  margin: 0 0 40px
}
.advisor__plan__list.sp .plan__inner dl dt {
  background: #f8f8f8;
  padding: 10px;
  width: 100%
}
.advisor__plan__list.sp .plan__inner dl dd {
  padding: 10px;
  width: 100%;
  margin: 0
}
.advisor__plan__list.sp .plan__inner dl dd .logo_cloudsign {
  width: 60px;
  margin: 0 20px 0 0
}
.advisor__plan__list__ttl {
  font-weight: 700;
  line-height: 1.2;
  border-left: solid 7px #fff;
  border-bottom: solid 7px #fff;
  padding: 15px 0;
  color: #fff;
  text-align: center
}
@media (max-width:767px) {
  .advisor__plan__list__ttl {
    border-left: none;
    border-bottom: none;
    position: relative;
    margin: 0 0 10px
  }
  .advisor__plan__list__ttl:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    line-height: 1;
    height: 20px
  }
}
.advisor__plan__list__ttl.light {
  background: silver
}
.advisor__plan__list__ttl.standard {
  background: #ceb816
}
.advisor__plan__list__ttl.premium {
  background: #3b3a34
}
.advisor__plan__list__ttl .advisor__plan__list__ttl-sub {
  font-size: .8em;
  display: block
}
.nav-lists {
  flex-direction: column;
  align-items: center;
  height: 100%
}
.nav-list_sp {
  margin-top: 20px;
  font-size: 1.5rem
}
.page-confirm #content .mw_wp_form form, .page-contact #content .mw_wp_form form {
  width: 780px;
  max-width: 100%;
  margin: 0 auto
}
.page-confirm #content .mw_wp_form form table, .page-contact #content .mw_wp_form form table {
  width: 100%
}
.page-confirm #content .mw_wp_form form table th, .page-contact #content .mw_wp_form form table th {
  color: #56554f;
  position: relative;
  width: 30%;
  padding: 10px 30px 10px 0;
  line-height: 1.6
}
@media (max-width:767px) {
  .page-confirm #content .mw_wp_form form table th, .page-contact #content .mw_wp_form form table th {
    display: block;
    width: 100%
  }
}
.page-confirm #content .mw_wp_form form table th .required, .page-contact #content .mw_wp_form form table th .required {
  font-size: .6em;
  color: #d12b02;
  line-height: 1;
  border: solid 1px;
  padding: 5px 5px 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  height: 20px;
  background-color: #fff
}
.page-confirm #content .mw_wp_form form table td, .page-contact #content .mw_wp_form form table td {
  padding: 10px 0 10px 20px
}
@media (max-width:767px) {
  .page-confirm #content .mw_wp_form form table td, .page-contact #content .mw_wp_form form table td {
    display: block;
    width: 100%;
    padding: 0 0 10px
  }
}
.page-confirm #content .mw_wp_form form table th, .page-contact #content .mw_wp_form form table th {
  width: 37%
}
@media (max-width:767px) {
  .page-confirm #content .mw_wp_form form table th, .page-contact #content .mw_wp_form form table th {
    width: 100%
  }
}
.page-confirm #content .mw_wp_form form table td b, .page-contact #content .mw_wp_form form table td b {
  padding: 0 10px;
  white-space: pre
}
@media (max-width:767px) {
  .page-confirm #content .mw_wp_form form table td b, .page-contact #content .mw_wp_form form table td b {
    padding: 0 5px;
    font-size: .9em
  }
}
.page-contact .inputForm__back {
  display: none
}
.input-name {
  width: 48%
}
.input-name label {
  width: 2.5em;
  font-weight: 700
}
.input-name input {
  width: calc(100% - 3em)
}
select {
  border: solid 1px #e8e8e8;
  padding: 10px;
  width: 80%
}
@media (max-width:767px) {
  select {
    width: 100%
  }
}
.inputForm__back, input[type=submit] {
  z-index: 2;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  min-width: 250px;
  height: 50px;
  margin: 40px auto 10px;
  padding: 0 40px;
  transition-property: all;
  transition: .3s linear
}
@media (max-width:767px) {
  .inputForm__back, input[type=submit] {
    margin: 20px auto 10px
  }
}
.inputForm__back:hover, input[type=submit]:hover {
  opacity: .8
}
@media (max-width:767px) {
  .inputForm__back:hover, input[type=submit]:hover {
    opacity: 1
  }
}
.inputForm__back:active, .inputForm__back:active:focus, .inputForm__back:focus, input[type=submit]:active, input[type=submit]:active:focus, input[type=submit]:focus {
  outline: 0
}
.inputForm__back {
  min-width: 150px;
  background: #ccc;
  border-color: #ccc;
  margin: 0 10px 0 0
}
@media (max-width:767px) {
  .inputForm__back {
    display: block;
    margin: 20px auto -5px;
    height: 40px;
    line-height: 40px
  }
}
.innovators_bnner {
  background: #fff;
  border: 1px solid #333
}
.api_bnner {
  background: url(../images/api_banner.png) no-repeat center;
  background-size: cover
}
.api_bnner a, .innovators_bnner a {
  display: block;
  width: 100%;
  height: 135px;
  padding: 1.5em 2em;
  position: relative
}
.api_bnner a:hover, .innovators_bnner a:hover {
  background: #ccc
}
.api_bnner a:after, .innovators_bnner a:after {
  content: "";
  background: url(../images/Innovators_arrow.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%)
}
.api_bnner a:after {
  content: "";
  background: url(../images/Innovators_arrow_w.svg) no-repeat;
  background-size: contain
}
.api_bnner .api_bnner_inner, .innovators_bnner .innovators_bnner_inner {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center
}
.innovators_bnner .innovators_bnner_inner div.innovators_logo {
  width: 50%;
  margin-right: 1.5em
}
.api_bnner .api_bnner_inner div.api_logo {
  color: #fff;
  font-size: 3em;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: .05em
}
.banner_read_txt {
  text-align: center;
  margin: .5em auto 2em auto
}
@media (max-width:992px) {
  .api_bnner .api_bnner_inner div.api_logo {
    font-size: 2em;
    text-align: center
  }
}
@media (max-width:767px) {
  .innovators_bnner .innovators_bnner_inner {
    flex-direction: column;
    align-items: center
  }
  .innovators_bnner .innovators_bnner_inner div.innovators_logo {
    width: 70%
  }
  .api_bnner .api_bnner_inner div.api_logo {
    font-size: 1.5em;
    text-align: center
  }
}
.index-priate-wealth {
  width: 100%;
  height: 180px;
  position: relative;
  margin-top: 40px;
  position: relative;
  background-color: #000
}
@media (max-width:767px) {
  .index-priate-wealth {
    height: 150px
  }
}
.index-private-wealth-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%
}
.index-private-wealth_main {
  font-family: Roboto, sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 2.5rem;
  margin-bottom: .5rem
}
@media (max-width:767px) {
  .index-private-wealth_main {
    font-size: 1.875rem;
    line-height: 1.875rem
  }
}
.index-private-wealth_sub {
  font-size: 1rem
}
.btn-view-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 200px;
  height: 50px
}
@media (max-width:767px) {
  .btn-view-more {
    width: 135px;
    height: 40px
  }
}
.btn-view-more::after {
  content: 'navigate_next';
  font-family: 'Material Icons';
  position: absolute;
  font-size: 24px;
  line-height: 1;
  height: 24px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto
}
@media (max-width:767px) {
  .btn-view-more::after {
    right: 0
  }
}
.btn-view-more {
  font-weight: 700;
  line-height: 1rem;
  margin-top: 2px
}
.index-private-welth-link {
  position: relative;
  background-color: #000
}
.index-priate-wealth::before {
  content: '';
  display: block;
  width: 100%;
  height: 180px;
  opacity: 1;
  transition-property: all;
  transition: .3s linear;
  background-image: url(../images/bg_private-wealth.jpg);
  background-repeat: no-repeat;
  background-size: cover
}
@media (max-width:767px) {
  .index-priate-wealth::before {
    height: 150px
  }
}
.index-private-welth-link:hover .index-priate-wealth::before {
  opacity: .3
}
.index-private-welth-link:hover .btn-view-more {
  background-color: unset;
  transition: .3s linear;
  color: #fff
}
.index-private-welth-link:hover .btn-view-more::after {
  color: #fff;
  transition: .3s linear
}
#content .category-list .contents-ttl {
  border-bottom: solid 1px #e8e8e8;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 1em;
  font-size: 1.2em;
  font-weight: 700
}
#content .category-list .contents-ttl::after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1f3183;
  margin: 0
}
#content .category-list .contents-ttl::before {
  content: none
}
.home-service {
  margin-top: 40px
}
main.page-cons-privacy, main.page-cons-privacy2 {
  background: #fff;
  padding-top: 60px
}
.consulting-bg footer {
  background: #fff;
  padding: 60px 0 30px;
  letter-spacing: .1em
}
.consulting-bg .footer-logo {
  width: 300px;
  border-bottom: none;
  margin: 0;
  padding: 0
}
.consulting-bg .footer-wap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px
}
.consulting-bg .footer-sitemap {
  display: flex
}
.consulting-bg .footer-sitemap ul {
  margin-left: 40px;
  padding-left: 0;
  list-style: none
}
.consulting-bg .footer-sitemap ul li {
  line-height: 240%;
  text-align: left
}
.consulting-bg .footer-sitemap ul li a span {
  background: url(../images/icon_link.svg) no-repeat center right;
  background-size: 16px 16px;
  padding-right: 25px
}
.consulting-bg .footer-sitemap ul li a:hover {
  text-decoration: underline
}
.consulting-bg .copy br {
  display: none
}
.consulting-bg .copy {
  border-top: 1px solid #ccc;
  color: #999;
  text-align: center;
  padding-top: 30px;
  font-size: .7em
}
.consulting-bg footer ul .nolink {
  color: #333
}
@media screen and (max-width:1199px) {
  .consulting-bg footer {
    background: #fff;
    padding: 35px 0 0
  }
  .consulting-bg footer .container {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
  }
  .consulting-bg .footer-wap {
    display: block;
    margin-bottom: 30px
  }
  .consulting-bg footer .footer-logo {
    width: 40%;
    max-width: 200px;
    margin: 0 auto 20px
  }
  .consulting-bg .footer-sitemap {
    display: block;
    border-top: 1px solid #ccc
  }
  .consulting-bg .footer-sitemap ul {
    margin-left: 0;
    padding-left: 0
  }
  .consulting-bg .footer-sitemap ul a, .footer-sitemap ul span.nolink {
    background: 0 0;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc
  }
  .consulting-bg .footer-sitemap ul.insite {
    margin-top: 20px
  }
  .consulting-bg .footer-sitemap ul.insite a {
    border-bottom: none;
    text-align: center;
    padding: 0
  }
  .consulting-bg .footer-sitemap ul li a span {
    background: url(../images/icon_link.svg) no-repeat center right;
    background-size: auto;
    background-size: 16px 16px;
    padding-right: 25px;
    display: block
  }
  .consulting-bg .copy br {
    display: block
  }
  .consulting-bg .copy {
    padding-top: 0;
    border-top: none;
    color: #999;
    text-align: center;
    padding-bottom: 20px
  }
}
.page-media_contact .cta-container {
  display: none
}
.page-media_contact #content .section {
  padding-bottom: 0
}
.page-media_contact #content .media_contact_cta {
  display: block
}
.page-media_contact #content .media_contact_cta_first {
  background: #eee;
  padding: 2em 0
}
@media (max-width:767px) {
  .page-media_contact #content .sp-fixed-container {
    display: none;
    height: 0
  }
  .page-media_contact #content .cta-contents {
    flex-direction: column
  }
  #content .media_contact_cta ul {
    padding: 0;
    margin: 0
  }
}
.page-media_contact #content .media_contact_cta h2 {
  border: 0;
  padding: 0
}
.page-media_contact #content .entry-field {
  border: #ccc 1px solid;
  padding: 2em
}
.page-media_contact #content .asterisk {
  font-size: .8em
}
.page-privacy p, .page-privacy2 p, .single-media #content article p, .single-news #content article p, .single-press #content article p, .single-seminar #content article p {
  margin: 20px 0 0 0
}
.p-foe-bottom .p-foe-group {
  margin-bottom: 40px
}
.p-foe-bottom .p-foe-group__ttl {
  margin-bottom: 30px;
  text-align: right;
  position: relative
}
.p-foe-bottom .p-foe-group__ttl a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: fit-content;
  margin: 0 auto
}
.p-foe-bottom .p-foe-group__ttl a .group__read {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .04em;
  position: relative
}
.p-foe-bottom .p-foe-group__ttl a .group__read:after {
  display: block;
  position: absolute;
  right: -20px;
  bottom: 2px;
  width: 12px;
  height: 9px;
  background: url(../images/focus_on_emotion/ic_blank.png) no-repeat center/100% auto;
  content: ""
}
.p-foe-bottom .p-foe-group__ttl a .grouplogo img {
  margin-right: .8em
}
.p-foe-bottom .p-foe-group__links {
  -ms-flex-wrap: wrap;
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 999px;
  margin: 0 auto
}
.p-foe-bottom .p-foe-group__links li {
  width: calc((100% - 6px)/ 4);
  height: 99px
}
.p-foe-bottom .p-foe-group__links li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  flex-direction: column
}
.p-foe-bottom .p-foe-group__links li a .grouplogo {
  width: 50%
}
.p-foe-bottom .p-foe-group__links li a p {
  font-size: 14px;
  letter-spacing: .04em
}
.p-foe-bottom .p-foe-group__links li a:not(._eventnone):before {
  -webkit-transition: .3s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  content: "";
  transition: .3s
}
.p-foe-bottom .p-foe-group__links li a:not(._eventnone):after {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 12px;
  height: 9px;
  background: url(../images/focus_on_emotion/ic_blank.png) no-repeat center/100% auto;
  content: ""
}
.p-foe-bottom .p-foe-group__links li a._eventnone {
  pointer-events: none
}
.p-foe-bottom .p-foe-group__links img {
  height: 49px
}
@media only screen and (max-width:768px) {
  .p-foe-bottom .p-foe-group {
    margin-bottom: 50px
  }
  .p-foe-bottom .p-foe-group__ttl {
    font-size: 24px
  }
  .p-foe-bottom .p-foe-group__ttl a {
    flex-direction: column
  }
  .p-foe-bottom .p-foe-group__links li {
    width: calc(50% - 1px)
  }
  .p-foe-bottom .p-foe-group__links li a:not(._eventnone):after {
    right: 10px;
    bottom: 10px
  }
}

/* 20250527追加 */
.nav-menu p{
	margin-bottom: 0;
	padding-bottom:5px;
}
header .header-inner .nav-menu ul li{
	margin-top: 5px;
}
header .header-inner .nav-menu .nav_child ul li{
	margin-top: 0px;
}
nav li p.menu:hover + .nav_child, .nav_child:hover {
  visibility: inherit;
  opacity: 1;
}
.nav_child{
  visibility:hidden;
  position: fixed;
  right: 30px;
  width: 1000px;
	max-width: calc(100% - 30px);
  transition: 0.5s;
	background: #F4F4F4;
	margin-top: 10px;
  padding: 25px 15px;
	opacity: 0;
}
.nav_inner {
  width: 100%;
  display: flex;
  letter-spacing: 0.04em;
}
.navchild-ttl {
  font-size: 16px;
  font-weight: bold;
  width: 15%;
  max-width: 280px;
}
.navchild-links {
  width: 83%;
}
.navchild-links ul {
  width: 100%;
}
nav .navchild-links li {
	display: inline-block;
}
nav .navchild-links li a {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 25px;
  display: inline-block;
  padding-bottom: 0;
}
nav .navchild-links li a::before {
  content: "―";
  color: #AAA;
  margin-right: 0.5em;
}
@media only screen and (max-width:768px) {
	.nav_sp_service{
		text-align: center;
	}
	.sp_subnuvi{
		text-align: left;
	}
	.sp_subnuvi li{
		font-size: 13px;
	}
	.sp_subnuvi li a{
		padding: 5px;
		display: block;
	}
	.sp_subnuvi li a::before {
		content: "―";
		color: #AAA;
		margin-right: 0.5em;
	}
}