@charset "UTF-8";
/* ---------------------------
	File Name:style.scss
	Create:2020.04.27
	Author:Kaori Yonekura
------------------------------ */
/* common
------------------------------------------------------- */
body {
  color: #02010e;
  font: 15px/1.8  'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .03em;
  font-weight: 300;
  animation: fadeInall 3s ease 0s 1 normal;
  -webkit-animation: fadeInall 3s ease 0s 1 normal;
}

@keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p {
  margin: 0;
}

img {
  border: none;
}

.serif {
  font-family: 'EB Garamond','Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",serif;
  font-weight: 400;
}

a {
  display: block;
  color: #02010e;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #AAAAAA;
  text-decoration: none;
  opacity: .6;
}

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 20px 0 0 2px;
  border: #bdbdbd 4px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.pagetop span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-top: 4px solid #bdbdbd;
  border-right: 4px solid #bdbdbd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 188px 0 0 0;
}

.wrap header {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #FFF;
  margin: 0 auto;
  padding: 0 0 25px 0;
  z-index: 9999;
}

.wrap header .eTxt {
  text-align: center;
  width: 100%;
  height: 34px;
  color: #FFF;
  font-size: 12px;
  background-color: #11428c;
  margin: 0 auto 25px auto;
  padding: 5px 0 0 0;
}

.wrap header .language {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap header .language li {
  text-align: center;
  width: 100px;
  height: 34px;
  list-style: none;
  padding: 3px 0 0 0;
}

.wrap header .language li.box01 {
  background-color: #0a2957;
  color: #5079ba;
}

.wrap header .language li.box01 a {
  color: #5079ba;
}

.wrap header .language li.box02 {
  background-color: #2c5596;
  color: #cdd1da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrap header .language li.box02 a {
  color: #cdd1da;
}

.wrap header .language li.box02:hover {
  background-color: #0a2957;
}

.wrap header h1 {
  text-align: center;
  color: #11428c;
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 0 auto;
  padding: 0;
}

.wrap header h1 span {
  display: block;
  color: #02010e;
  font-size: 14px;
  line-height: 1.0;
}

.wrap header h1 a {
  color: #11428c;
}

.wrap header #nav-drawer {
  display: none;
}

.wrap header nav {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap header nav p {
  position: relative;
  padding: 0 10px;
}

.wrap header nav p:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "　/　";
}

.wrap .btn {
  position: relative;
  text-align: center;
  width: 320px;
  color: #FFF;
  line-height: 3.0;
  background-color: #11428c;
  margin: 0 auto;
  padding: 0;
}

.wrap .btn a {
  display: block;
  color: #FFF;
}

.wrap .btn::after {
  position: absolute;
  top: 0;
  right: 5px;
  content: ">";
}

/* common-smp
------------------------------------------------------- */
@media only screen and (max-width: 1029px) {
  .wrap {
    padding: 120px 0 0 0;
  }
  .wrap header {
    height: 120px;
  }
  .wrap header .eTxt {
    text-align: left;
    height: 45px;
    font-size: 11px;
    line-height: 1.2;
    margin: 0 auto 13px auto;
    padding: 8px 0 0 5%;
  }
  .wrap header .language {
    font-size: 13px;
  }
  .wrap header .language li {
    width: 50px;
    height: 45px;
    padding: 10px 0 0 0;
  }
  .wrap header .language li.box01 {
    background-color: #0a2957;
    color: #5079ba;
  }
  .wrap header .language li.box01 a {
    color: #5079ba;
  }
  .wrap header .language li.box02 {
    background-color: #2c5596;
    color: #cdd1da;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .wrap header .language li.box02 a {
    color: #cdd1da;
  }
  .wrap header .language li.box02:hover {
    background-color: #0a2957;
  }
  .wrap header h1 {
    text-align: left;
    font-size: 22px;
    padding: 0 0 0 5%;
  }
  .wrap header h1.EN {
    text-align: left;
    font-size: 14px;
    margin: 20px auto 0 auto;
    padding: 0 0 0 5%;
  }
  .wrap header nav.menu_pc {
    display: none;
  }
  .wrap header #nav-drawer {
    display: block;
    position: relative;
    text-align: right;
    top: -34px;
    right: 5%;
    width: 30%;
    margin: 0 0 0 auto;
  }
  .wrap header .nav-unshown {
    display: none;
  }
  .wrap header #nav-open {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 35px;
    height: 23px;
    z-index: 100;
  }
  .wrap header #nav-open span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #11428c;
    border-radius: 3px;
  }
  .wrap header #nav-open span:nth-of-type(1) {
    top: 0;
  }
  .wrap header #nav-open span:nth-of-type(2) {
    top: 10px;
  }
  .wrap header #nav-open span:nth-of-type(3) {
    bottom: 0;
  }
  .wrap header #nav-input:checked ~ #nav-open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .wrap header #nav-input:checked ~ #nav-open span:nth-of-type(2) {
    opacity: 0;
  }
  .wrap header #nav-input:checked ~ #nav-open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .wrap header #nav-close {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .wrap header #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    max-width: 330px;
    height: 100%;
    background: #11428c;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .wrap header #nav-input:checked ~ #nav-close {
    opacity: .8;
    visibility: visible;
  }
  .wrap header #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .wrap header #nav-content .navi {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .wrap header #nav-content .navi p {
    text-align: center;
    width: 100%;
    line-height: 60px;
    list-style: none;
    background: #11428c none;
    border-bottom: #FFFFFF solid 1px;
    margin: 0 auto;
    padding: 0;
  }
  .wrap header p:after {
    display: none;
  }
  .wrap header #nav-content .navi p a {
    display: block;
    color: #FFFFFF;
  }
  .wrap .btn {
    position: relative;
    text-align: center;
    width: 320px;
    color: #FFF;
    line-height: 3.0;
    background-color: #11428c;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .btn a {
    display: block;
    color: #FFF;
  }
  .wrap .btn::after {
    position: absolute;
    top: 0;
    right: 5px;
    content: ">";
  }
}

/* tablet
------------------------------------------------------- */
/* top
------------------------------------------------------- */
#top .wrap .pc {
  display: block;
}

#top .wrap .smp {
  display: none;
}

#top .wrap .mainImg {
  text-align: center;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
}

#top .wrap .news {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  border-bottom: 1px solid #cfdbe9;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .wrap .news h2 {
  color: #11428c;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#top .wrap .news h2 span {
  display: block;
  font-size: 15px;
}

#top .wrap .news .newsList {
  text-align: left;
  width: 85%;
  max-width: 900px;
  border-top: 1px solid #cfdbe9;
  margin: 0;
  padding: 0;
}

#top .wrap .news .newsList li {
  position: relative;
  text-align: left;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #cfdbe9;
  margin: 0;
  padding: 20px 0;
}

#top .wrap .news .newsList li:last-child {
  border-bottom: none;
}

#top .wrap .news .newsList li .data {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100px;
  color: #737373;
  font-size: 13px;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 5px 0;
}

#top .wrap .news .newsList li h3 {
  width: 80%;
  font-size: 20px;
  font-weight: 400;
  color: #11428c;
  margin: 0 0 0 auto;
  padding: 0;
}

#top .wrap .news .newsList li h3 a {
  color: #11428c;
}

#top .wrap .news .newsList li p {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 auto;
  padding: 0;
}

#top .wrap .intro {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
}

#top .wrap .intro h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#top .wrap .intro p {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 50px auto;
  padding: 0;
}

#top .wrap .intro p.introImg {
  width: 100%;
  max-width: 1000px;
}

#top .wrap .thought {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
}

#top .wrap .thought h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#top .wrap .thought p {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 0;
}

#top .wrap .practiceAreas {
  text-align: center;
  width: 100%;
  background: #dfe8f3 url("../../img/bk_practiceareas.jpg") no-repeat center bottom;
  background-size: cover;
  margin: 0 auto 80px auto;
  padding: 80px 0 80px 0;
}

#top .wrap .practiceAreas h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 50px auto;
  padding: 0;
}

#top .wrap .practiceAreas .listBox {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .practiceAreas .listBox li {
  position: relative;
  text-align: left;
  width: 48%;
  list-style: none;
  margin: 0 3% 2% 0;
}

#top .wrap .practiceAreas .listBox li:nth-child(2n) {
  margin: 0 0 2% 0;
}

#top .wrap .practiceAreas .listBox li .num,
#top .wrap .practiceAreas .listBox li .num2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 60px;
  line-height: 0.5;
  margin: 0;
  padding: 0;
}

#top .wrap .practiceAreas .listBox li h3 {
  font-size: 20px;
  margin: 0 0 0 65px;
}

#top .wrap .practiceAreas .listBox li h3 span {
  font-size: 13px;
}

#top .wrap .practiceAreas .listBox li h3.newLine {
  font-size: 20px;
  margin: 0 0 0 65px;
}

#top .wrap .practiceAreas .listBox li h3.newLine span {
  font-size: 13px;
}

#top .wrap .practiceAreas .listBox li p.txtBox {
  text-align: left;
  width: 100%;
  line-height: 1.6;
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 35px;
}

#top .wrap .practiceAreas .listBox li p.txtBoxEN {
  text-align: left;
  width: 100%;
  height: 200px;
  line-height: 1.6;
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 35px;
}

#top .wrap .strengths {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
}

#top .wrap .strengths h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 50px auto;
  padding: 0;
}

#top .wrap .strengths ul.pointArea {
  text-align: center;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .strengths ul.pointArea li {
  position: relative;
  text-align: left;
  width: 48%;
  max-height: 455px;
  list-style: none;
  -webkit-box-shadow: 0 0 8px #EEEEEE;
          box-shadow: 0 0 8px #EEEEEE;
  margin: 0 3% 5% 0;
  padding: 50px 45px 40px 45px;
}

#top .wrap .strengths ul.pointArea li:nth-child(2n) {
  margin: 0 0 5% 0;
}

#top .wrap .strengths ul.pointArea li .num {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #11428c;
  line-height: 1.0;
  color: #FFF;
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 16px 0 0 0;
}

#top .wrap .strengths ul.pointArea li .num span {
  display: block;
  font-size: 18px;
}

#top .wrap .strengths ul.pointArea li h3 {
  text-align: center;
  font-weight: 400;
  margin: 0 auto 20px auto;
  padding: 0;
}

#top .wrap .strengths ul.pointArea li h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #dcf6f5));
  background: linear-gradient(transparent 40%, #dcf6f5 40%);
}

#top .wrap .recruit {
  text-align: center;
  width: 100%;
  background: #dfe8f3 url("../../img/bg_wave.jpg") repeat-x top center;
  margin: 0px auto 0 auto;
  padding: 0px 0 80px 0;
}

#top .wrap .recruit .recruitBox {
  text-align: center;
  width: 90%;
  max-width: 800px;
  background-color: #FFF;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  padding: 80px 0;
}

#top .wrap .recruit .recruitBox h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#top .wrap .recruit .recruitBox p.txt {
  margin: 0 auto 30px auto;
}

#top .wrap .recruit .recruitBox p.txt:last-of-type {
  margin: 0 auto;
}

#top .wrap .access {
  text-align: center;
  width: 100%;
  background-color: #dfe8f3;
  margin: 0 auto;
  padding: 0 0 6% 0;
}

#top .wrap .access h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#top .wrap .access ul {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .access ul li {
  text-align: left;
  width: 48%;
  max-width: 350px;
  list-style: none;
}

#top .wrap .access ul li.contact p.mail {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_mail.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#top .wrap .access ul li.contact p.mail span {
  color: #19284a;
  font-weight: bold;
  margin-right: 30px;
}

#top .wrap .access ul li.contact p.tel {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_tel.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#top .wrap .access ul li.contact p.tel span {
  color: #19284a;
  font-weight: bold;
  margin-right: 38px;
}

#top .wrap .access ul li.contact p.fax {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_fax.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#top .wrap .access ul li.contact p.fax span {
  color: #19284a;
  font-weight: bold;
  margin-right: 38px;
}

#top .wrap .access ul li.add p.addTxt {
  margin-bottom: 3px;
}

#top .wrap .access ul li.add p.name {
  font-size: 20px;
  margin-bottom: 3px;
}

#top .wrap .access ul li.add p.cap {
  font-size: 11px;
}

#top .wrap .access .btnArea {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .access .btnArea li {
  text-align: center;
  list-style: none;
}

#top .wrap .pt60 {
  padding-top: 60px;
}

/* top-smp
------------------------------------------------------- */
@media only screen and (max-width: 1029px) {
  #top .wrap .pc {
    display: none !important;
  }
  #top .wrap .smp {
    display: block !important;
  }
  #top .wrap .mainImg {
    text-align: center;
    width: 100%;
    margin: 0 auto 4% auto;
    padding: 0;
  }
  #top .wrap .news {
    border-bottom: 1px solid #cfdbe9;
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
    display: block;
  }
  #top .wrap .news h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 5% 0;
  }
  #top .wrap .news h2 span {
    font-size: 12px;
  }
  #top .wrap .news .newsList {
    width: 100%;
  }
  #top .wrap .news .newsList li {
    position: static;
    padding: 0 0 20px 0;
  }
  #top .wrap .news .newsList li .data {
    position: static;
    text-align: center;
    width: 80px;
    font-size: 11px;
    margin: 0;
  }
  #top .wrap .news .newsList li h3 {
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  #top .wrap .news .newsList li p {
    width: 100%;
    margin: 0;
  }
  #top .wrap .intro {
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
  }
  #top .wrap .intro h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #top .wrap .intro p {
    text-align: left;
    margin: 0 auto 5% auto;
  }
  #top .wrap .thought {
    text-align: center;
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
  }
  #top .wrap .thought h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #top .wrap .thought p {
    text-align: left;
    margin: 0 auto 5% auto;
  }
  #top .wrap .practiceAreas {
    margin: 0 auto 10% auto;
    padding: 30px 0 30px 0;
  }
  #top .wrap .practiceAreas h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #top .wrap .practiceAreas .listBox {
    display: block;
  }
  #top .wrap .practiceAreas .listBox li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #top .wrap .practiceAreas .listBox li:nth-child(2n) {
    margin: 0 0 5% 0;
  }
  #top .wrap .practiceAreas .listBox li .num {
    font-size: 40px;
    line-height: 0.8;
  }
  #top .wrap .practiceAreas .listBox li .num2 {
    font-size: 40px;
    line-height: 1.3;
  }
  #top .wrap .practiceAreas .listBox li h3 {
    font-size: 17px;
    margin: 0 0 0 45px;
  }
  #top .wrap .practiceAreas .listBox li h3 span {
    font-size: 11px;
  }
  #top .wrap .practiceAreas .listBox li h3.newLine {
    font-size: 20px;
    margin: 0 0 8px 45px;
    line-height: 0.8;
  }
  #top .wrap .practiceAreas .listBox li h3.newLine span {
    font-size: 13px;
  }
  #top .wrap .practiceAreas .listBox li p.txtBox {
    padding: 30px;
  }
  #top .wrap .practiceAreas .listBox li p.txtBoxEN {
    height: auto;
  }
  #top .wrap .strengths {
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
  }
  #top .wrap .strengths h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 10% auto;
  }
  #top .wrap .strengths ul.pointArea {
    margin: 0 auto 20px auto;
    display: block;
  }
  #top .wrap .strengths ul.pointArea li {
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0 3% 13% 0;
    padding: 40px 30px 30px 30px;
  }
  #top .wrap .strengths ul.pointArea li:nth-child(2n) {
    margin: 0 0 13% 0;
  }
  #top .wrap .strengths ul.pointArea li .num {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding: 12px 0 0 0;
  }
  #top .wrap .strengths ul.pointArea li .num span {
    font-size: 14px;
  }
  #top .wrap .strengths ul.pointArea li h3 {
    line-height: 1.3;
    margin: 0 auto 15px auto;
  }
  #top .wrap .recruit {
    margin: 0 auto 0 auto;
    padding: 10% 0 10% 0;
  }
  #top .wrap .recruit .recruitBox {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
  }
  #top .wrap .recruit .recruitBox h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 8% auto;
  }
  #top .wrap .recruit .recruitBox p.txt {
    text-align: left;
    margin: 0 auto 8% auto;
  }
  #top .wrap .recruit .recruitBox p.txt:last-of-type {
    margin: 0 auto;
  }
  #top .wrap .access {
    padding: 0 0 8% 0;
  }
  #top .wrap .access h2 {
    text-align: left;
    width: 80%;
    font-size: 18px;
  }
  #top .wrap .access ul {
    width: 80%;
    margin: 0 auto 5% auto;
    display: block;
  }
  #top .wrap .access ul li {
    text-align: left;
    width: 100%;
    max-width: 1000px;
  }
  #top .wrap .access ul li.contact {
    margin-bottom: 20px;
  }
  #top .wrap .access ul li.contact p.mail {
    font-size: 14px;
  }
  #top .wrap .access ul li.add p.addTxt {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  #top .wrap .access ul li.add p.name {
    font-size: 20px;
    margin-bottom: 3px;
  }
  #top .wrap .access ul li.add p.cap {
    font-size: 11px;
  }
  #top .wrap .access .btnArea {
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  #top .wrap .access .btnArea li {
    text-align: center;
    list-style: none;
    margin-bottom: 5%;
  }
}

/* top-tablet
------------------------------------------------------- */
@media screen and (min-width: 1030px) and (max-width: 1030px) {
  #top .pc {
    display: none;
  }
  #top .smp {
    display: block;
  }
}

/* en_top
------------------------------------------------------- */
#en_top .wrap .pc {
  display: block;
}

#en_top .wrap .smp {
  display: none;
}

#en_top .wrap .mainImg {
  text-align: center;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
}

#en_top .wrap .news {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  border-bottom: 1px solid #cfdbe9;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#en_top .wrap .news h2 {
  color: #11428c;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#en_top .wrap .news h2 span {
  display: block;
  font-size: 15px;
}

#en_top .wrap .news .newsList {
  text-align: left;
  width: 85%;
  max-width: 900px;
  border-top: 1px solid #cfdbe9;
  margin: 0;
  padding: 0;
}

#en_top .wrap .news .newsList li {
  position: relative;
  text-align: left;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #cfdbe9;
  margin: 0;
  padding: 20px 0;
}

#en_top .wrap .news .newsList li:last-child {
  border-bottom: none;
}

#en_top .wrap .news .newsList li .data {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100px;
  color: #737373;
  font-size: 13px;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 5px 0;
}

#en_top .wrap .news .newsList li h3 {
  width: 80%;
  font-size: 20px;
  font-weight: 400;
  color: #11428c;
  margin: 0 0 0 auto;
  padding: 0;
}

#en_top .wrap .news .newsList li h3 a {
  color: #11428c;
}

#en_top .wrap .news .newsList li p {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 auto;
  padding: 0;
}

#en_top .wrap .intro {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
}

#en_top .wrap .intro h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#en_top .wrap .intro p {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 50px auto;
  padding: 0;
}

#en_top .wrap .intro p.introImg {
  width: 100%;
  max-width: 1000px;
}

#en_top .wrap .thought {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 80px auto;
  padding: 188px 0 0 0;
}

#en_top .wrap .thought h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#en_top .wrap .thought p {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 0;
}

#en_top .wrap .practiceAreas {
  text-align: center;
  width: 100%;
  background: #dfe8f3 url("../../img/bk_practiceareas.jpg") no-repeat center bottom;
  background-size: cover;
  margin: 0 auto 80px auto;
  padding: 80px 0 80px 0;
}

#en_top .wrap .practiceAreas h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 50px auto;
  padding: 0;
}

#en_top .wrap .practiceAreas .listBox {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#en_top .wrap .practiceAreas .listBox li {
  position: relative;
  text-align: left;
  width: 48%;
  list-style: none;
  margin: 0 3% 2% 0;
}

#en_top .wrap .practiceAreas .listBox li:nth-child(2n) {
  margin: 0 0 2% 0;
}

#en_top .wrap .practiceAreas .listBox li .num,
#en_top .wrap .practiceAreas .listBox li .numEN,
#en_top .wrap .practiceAreas .listBox li .numEN3 {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 60px;
  line-height: 0.5;
  margin: 0;
  padding: 0;
}

#en_top .wrap .practiceAreas .listBox li h3 {
  font-size: 20px;
  margin: 0 0 0 65px;
}

#en_top .wrap .practiceAreas .listBox li h3 span {
  font-size: 14px;
}

#en_top .wrap .practiceAreas .listBox li h3.EN {
  font-size: 20px;
  margin: 0 0 0 65px;
}

#en_top .wrap .practiceAreas .listBox li h3.EN span {
  font-size: 14px;
}

#en_top .wrap .practiceAreas .listBox li h3.EN2 {
  font-size: 20px;
  margin: 0 0 4px 65px;
  line-height: 0.8;
}

#en_top .wrap .practiceAreas .listBox li h3.EN2 span {
  font-size: 14px;
}

#en_top .wrap .practiceAreas .listBox li p.txtBox {
  text-align: left;
  width: 100%;
  line-height: 1.6;
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 35px;
}

#en_top .wrap .practiceAreas .listBox li p.txtBoxEN {
  text-align: left;
  width: 100%;
  height: 200px;
  line-height: 1.6;
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 35px;
}

#en_top .wrap .strengths {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: -188px auto 0px auto;
  padding: 188px 0 0 0;
}

#en_top .wrap .strengths h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 50px auto;
  padding: 0;
}

#en_top .wrap .strengths ul.pointArea {
  text-align: center;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#en_top .wrap .strengths ul.pointArea li {
  position: relative;
  text-align: left;
  width: 48%;
  max-height: 455px;
  list-style: none;
  -webkit-box-shadow: 0 0 8px #EEEEEE;
          box-shadow: 0 0 8px #EEEEEE;
  margin: 0 3% 5% 0;
  padding: 50px 45px 40px 45px;
}

#en_top .wrap .strengths ul.pointArea li:nth-child(2n) {
  margin: 0 0 5% 0;
}

#en_top .wrap .strengths ul.pointArea li .num {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #11428c;
  line-height: 1.0;
  color: #FFF;
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 16px 0 0 0;
}

#en_top .wrap .strengths ul.pointArea li .num span {
  display: block;
  font-size: 18px;
}

#en_top .wrap .strengths ul.pointArea li h3 {
  text-align: center;
  font-weight: 400;
  margin: 0 auto 20px auto;
  padding: 0;
}

#en_top .wrap .strengths ul.pointArea li h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #dcf6f5));
  background: linear-gradient(transparent 40%, #dcf6f5 40%);
}

#en_top .wrap .recruit {
  text-align: center;
  width: 100%;
  background: #dfe8f3 url("../../img/bg_wave.jpg") repeat-x top center;
  margin: 0px auto 0 auto;
  padding: 0px 0 80px 0;
}

#en_top .wrap .recruit .recruitBox {
  text-align: center;
  width: 90%;
  max-width: 800px;
  background-color: #FFF;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  padding: 80px 0;
}

#en_top .wrap .recruit .recruitBox h2 {
  color: #11428c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#en_top .wrap .recruit .recruitBox p.txt {
  margin: 0 auto 30px auto;
}

#en_top .wrap .recruit .recruitBox p.txt:last-of-type {
  margin: 0 auto;
}

#en_top .wrap .access {
  text-align: center;
  width: 100%;
  background-color: #dfe8f3;
  margin: 0 auto;
  padding: 0 0 6% 0;
}

#en_top .wrap .access h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  padding: 0;
}

#en_top .wrap .access ul {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#en_top .wrap .access ul li {
  text-align: left;
  width: 48%;
  max-width: 350px;
  list-style: none;
}

#en_top .wrap .access ul li.contact p.mail {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_mail.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#en_top .wrap .access ul li.contact p.mail span {
  color: #19284a;
  font-weight: bold;
  margin-right: 30px;
}

#en_top .wrap .access ul li.contact p.tel {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_tel.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#en_top .wrap .access ul li.contact p.tel span {
  color: #19284a;
  font-weight: bold;
  margin-right: 38px;
}

#en_top .wrap .access ul li.contact p.fax {
  width: 100%;
  font-size: 16px;
  background: url("../../img/ico_fax.png") no-repeat left center;
  border-bottom: 1px dashed #11428c;
  margin: 0 0 5px 0;
  padding: 0 0 5px 30px;
}

#en_top .wrap .access ul li.contact p.fax span {
  color: #19284a;
  font-weight: bold;
  margin-right: 38px;
}

#en_top .wrap .access ul li.add p.addTxt {
  margin-bottom: 3px;
}

#en_top .wrap .access ul li.add p.addTxtEN {
  font-size: 13px;
  margin-bottom: 3px;
}

#en_top .wrap .access ul li.add p.name {
  font-size: 20px;
  margin-bottom: 3px;
}

#en_top .wrap .access ul li.add p.cap {
  font-size: 11px;
}

#en_top .wrap .access .btnArea {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

#en_top .wrap .access .btnArea li {
  text-align: center;
  list-style: none;
}

#en_top .wrap .pt60 {
  padding-top: 60px;
}

/* en_top-smp
------------------------------------------------------- */
@media only screen and (max-width: 1029px) {
  #en_top .wrap {
    line-height: 1.6;
  }
  #en_top .wrap .pc {
    display: none !important;
  }
  #en_top .wrap .smp {
    display: block !important;
  }
  #en_top .wrap .mainImg {
    text-align: center;
    width: 100%;
    margin: 0 auto 4% auto;
    padding: 0;
  }
  #en_top .wrap .news {
    border-bottom: 1px solid #cfdbe9;
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
    display: block;
  }
  #en_top .wrap .news h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 5% 0;
  }
  #en_top .wrap .news h2 span {
    font-size: 12px;
  }
  #en_top .wrap .news .newsList {
    width: 100%;
  }
  #en_top .wrap .news .newsList li {
    position: static;
    padding: 0 0 20px 0;
  }
  #en_top .wrap .news .newsList li .data {
    position: static;
    text-align: center;
    width: 80px;
    font-size: 11px;
    margin: 0;
  }
  #en_top .wrap .news .newsList li h3 {
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  #en_top .wrap .news .newsList li p {
    width: 100%;
    margin: 0;
  }
  #en_top .wrap .intro {
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
  }
  #en_top .wrap .intro h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #en_top .wrap .intro p {
    text-align: left;
    margin: 0 auto 5% auto;
  }
  #en_top .wrap .thought {
    text-align: center;
    margin: -130px auto 10% auto;
    padding: 130px 0 0 0;
  }
  #en_top .wrap .thought h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #en_top .wrap .thought p {
    text-align: left;
    margin: 0 auto 5% auto;
  }
  #en_top .wrap .practiceAreas {
    margin: 0 auto 10% auto;
    padding: 30px 0 30px 0;
  }
  #en_top .wrap .practiceAreas h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 5% auto;
  }
  #en_top .wrap .practiceAreas .listBox {
    display: block;
  }
  #en_top .wrap .practiceAreas .listBox li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #en_top .wrap .practiceAreas .listBox li:nth-child(2n) {
    margin: 0 0 5% 0;
  }
  #en_top .wrap .practiceAreas .listBox li .num {
    font-size: 40px;
    line-height: 1.1;
  }
  #en_top .wrap .practiceAreas .listBox li .numEN {
    position: absolute;
    top: -8px;
    left: 0;
    color: #FFF;
    font-size: 40px;
    line-height: 0.9;
    margin: 0;
    padding: 0;
  }
  #en_top .wrap .practiceAreas .listBox li .numEN3 {
    position: absolute;
    top: -16px;
    left: 0;
    color: #FFF;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #en_top .wrap .practiceAreas .listBox li h3 {
    font-size: 17px;
    margin: 0 0 0 45px;
  }
  #en_top .wrap .practiceAreas .listBox li h3 span {
    font-size: 11px;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN {
    font-size: 20px;
    margin: 0 0 0 45px;
    line-height: 1.2;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN span {
    font-size: 13px;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN2 {
    font-size: 20px;
    margin: 0 0 4px 45px;
    line-height: 0.8;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN2 span {
    font-size: 13px;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN3 {
    font-size: 20px;
    margin: 0 0 0 45px;
    line-height: 1.1;
  }
  #en_top .wrap .practiceAreas .listBox li h3.EN3 span {
    font-size: 13px;
  }
  #en_top .wrap .practiceAreas .listBox li p.txtBox {
    padding: 30px;
  }
  #en_top .wrap .practiceAreas .listBox li p.txtBoxEN {
    height: auto;
  }
  #en_top .wrap .strengths {
    margin: -130px auto 0 auto;
    padding: 130px 0 0 0;
  }
  #en_top .wrap .strengths h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 10% auto;
  }
  #en_top .wrap .strengths ul.pointArea {
    margin: 0 auto 0 auto;
    display: block;
  }
  #en_top .wrap .strengths ul.pointArea li {
    width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0 3% 12% 0;
    padding: 40px 30px 30px 30px;
  }
  #en_top .wrap .strengths ul.pointArea li:nth-child(2n) {
    margin: 0 0 12% 0;
  }
  #en_top .wrap .strengths ul.pointArea li:last-child {
    margin: 0 0 0 0;
  }
  #en_top .wrap .strengths ul.pointArea li .num {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding: 12px 0 0 0;
  }
  #en_top .wrap .strengths ul.pointArea li .num span {
    font-size: 14px;
  }
  #en_top .wrap .strengths ul.pointArea li h3 {
    line-height: 1.3;
    margin: 0 auto 15px auto;
  }
  #en_top .wrap .recruit {
    margin: 0 auto 0 auto;
    padding: 0 0 100px 0;
  }
  #en_top .wrap .recruit .recruitBox {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
  }
  #en_top .wrap .recruit .recruitBox h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 8% auto;
  }
  #en_top .wrap .recruit .recruitBox p.txt {
    text-align: left;
    margin: 0 auto 8% auto;
  }
  #en_top .wrap .recruit .recruitBox p.txt:last-of-type {
    margin: 0 auto;
  }
  #en_top .wrap .access {
    padding: 0 0 8% 0;
  }
  #en_top .wrap .access h2 {
    text-align: left;
    width: 80%;
    font-size: 18px;
  }
  #en_top .wrap .access ul {
    width: 80%;
    margin: 0 auto 5% auto;
    display: block;
  }
  #en_top .wrap .access ul li {
    text-align: left;
    width: 100%;
    max-width: 1000px;
  }
  #en_top .wrap .access ul li.contact {
    margin-bottom: 20px;
  }
  #en_top .wrap .access ul li.contact p.mail {
    font-size: 14px;
  }
  #en_top .wrap .access ul li.add p.addTxt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  #en_top .wrap .access ul li.add p.name {
    font-size: 20px;
    margin-bottom: 3px;
  }
  #en_top .wrap .access ul li.add p.cap {
    font-size: 11px;
  }
  #en_top .wrap .access .btnArea {
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  #en_top .wrap .access .btnArea li {
    text-align: center;
    list-style: none;
    margin-bottom: 5%;
  }
}

/* en_top-tablet
------------------------------------------------------- */
@media screen and (min-width: 1030px) and (max-width: 1030px) {
  #en_top .pc {
    display: none;
  }
  #en_top .smp {
    display: block;
  }
}
/*# sourceMappingURL=maps/style.css.map */
