@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Redressed&family=Shippori+Mincho:wght@400;600;800&display=swap");
#lawyer #toparea {
  background-color: #f4f4f4;
}
#lawyer #toparea #breadcrumbs {
  margin-bottom: 0;
}

.representative {
  background-color: #f4f4f4;
  padding-top: 90px;
  padding-bottom: 60px;
}
.representative .wrapper {
  position: relative;
  overflow: inherit;
}
.representative .image_box {
  position: absolute;
  z-index: 1;
  top: -60px;
  right: 0;
}

.txt_box {
  position: relative;
  z-index: 4;
  margin-top: 60px;
  background-color: white;
  padding: 40px;
  width: 700px;
  box-sizing: border-box;
  overflow: hidden;
}
.txt_box .name h3 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  margin-right: 10px;
}
.txt_box .name .eng {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.txt_box .name .eng::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 15px;
  height: 1px;
  background-color: #666;
}
.txt_box h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-left: 0px;
  line-height: 1.4;
  float: left;
  width: 75px;
  margin-top: 10px;
}
.txt_box h4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 120px;
  width: 1px;
  background-color: #4F6282;
}
.txt_box dl {
  line-height: 1.5;
  margin-top: 10px;
  margin-left: 100px;
}
.txt_box dl dt {
  width: 140px;
  float: left;
  padding-top: 10px;
}
.txt_box dl dd {
  margin-left: 140px;
  padding-top: 10px;
}

.other_sakura {
  margin: 20px 10px;
}
.other_sakura span {
  display: block;
  font-size: 18px;
  text-align: center;
}
.other_sakura p.title {
  margin: 0 10px;
}
.other_sakura .section {
  max-width: 1200px;
  margin: 0 auto;
}
.other_sakura .section dl dt a {
  max-width: 250px;
  display: block;
  margin: 25px 165px;
  padding: 10px;
  line-height: 1.6;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #232323;
  cursor: pointer;
  text-align: center;
}
.other_sakura .section dl dt a:hover {
  opacity: .7;
}
.other_sakura .section dl .hiddenbox {
  display: none;
}

#text-box {
  padding: 50px 0;
  list-style: none;
  text-align: left;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#text-box .sub {
  font-weight: bold;
  font-size: 17px;
}

/* 英語サイト */
.english {
  letter-spacing: 0;
}
.english .txt_box h4 {
  width: 100px;
}
.english .txt_box dl {
  margin-left: 125px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1480px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1480px) {
  .representative .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .representative .wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: center;
  }
  .representative .image_box {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0px auto 0;
    text-align: center;
  }

  .other_sakura .section dl dt a {
    margin: 25px auto;
  }

  .txt_box {
    margin-top: 20px;
    padding: 20px;
    background-color: inherit;
    text-align: left;
    display: inline-block;
    width: auto;
  }
  .txt_box .name h3 {
    font-size: 28px;
  }
  .txt_box .name .eng {
    font-size: 16px;
    padding-left: 25px;
  }
  .txt_box .name .eng::before {
    content: "";
    width: 12px;
  }
  .txt_box h4 {
    font-size: 22px;
    width: 65px;
  }
  .txt_box h4::before {
    content: "";
    top: 5px;
    height: 120px;
    width: 1px;
  }
  .txt_box dl {
    margin-left: 90px;
    font-size: 15px;
  }
  .txt_box dl dt {
    width: 140px;
    padding-top: 7px;
  }
  .txt_box dl dd {
    margin-left: 140px;
    padding-top: 7px;
  }
}
/*-- 1280px end --*/
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
/*-- 959px end --*/
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #lawyer #toparea #breadcrumbs {
    margin-bottom: 0;
  }

  .representative {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .representative .image_box {
    margin: 0px auto 0;
  }

  .txt_box {
    margin-top: 30px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
  }
  .txt_box .name h3 {
    font-size: 24px;
  }
  .txt_box .name .eng {
    font-size: 15px;
  }
  .txt_box h4 {
    font-size: 20px;
    width: 100%;
    float: none;
    margin-top: 15px;
    padding-left: 15px;
  }
  .txt_box h4::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #ccc;
  }
  .txt_box dl {
    margin-left: 0px;
    font-size: 15px;
    margin-top: 5px;
  }
  .txt_box dl dt {
    font-weight: bolder;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .txt_box dl dd {
    margin-left: 0px;
    padding-top: 0px;
  }
  .txt_box dl dd .sub {
    font-size: 14px;
  }

  .other_sakura .section dl dt a {
    margin: 25px auto;
  }

  #text-box {
    padding: 30px 0;
    font-size: 14px;
  }

  /* 英語サイト */
  .english .txt_box h4 {
    width: 100%;
  }
  .english .txt_box h4::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #ccc;
  }
  .english .txt_box dl {
    margin-left: 0px;
  }
  .english #text-box {
    line-height: 1.6;
  }
}
/*-- 644px end --*/
