@charset "UTF-8";
/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small, sub, sup {
  font-size: 83.3333%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[tabindex], a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

.no-gutters {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

a {
  color: #464646;
}
a:hover {
  color: #464646;
  text-decoration: none;
}

h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 18px;
  }
}

ul {
  padding-inline-start: 0;
}
ul li {
  list-style: none;
}

body {
  margin: auto;
  background-color: #ffffff;
  font-family: rockwell, "黎ミン M", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231916;
  font-size: 14px;
}

.red-bracket,
.blue-bracket {
  position: absolute;
  border-width: 0;
}
.red-bracket:before, .red-bracket:after,
.blue-bracket:before,
.blue-bracket:after {
  content: "";
  position: absolute;
}
.red-bracket:before,
.blue-bracket:before {
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 576px) {
  .red-bracket:before,
  .blue-bracket:before {
    height: 3px;
  }
}
.red-bracket:after,
.blue-bracket:after {
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .red-bracket:after,
  .blue-bracket:after {
    width: 3px;
  }
}

.red-bracket:before,
.red-bracket:after {
  background-color: #f4a452;
}

.blue-bracket:before,
.blue-bracket:after {
  background-color: #008cc2;
}

.tl-bracket {
  top: -11px;
  left: -11px;
}
.tl-bracket:before {
  top: 0;
}
.tl-bracket:after {
  top: 0;
}
@media screen and (max-width: 992px) {
  .tl-bracket {
    top: -9px;
    left: -9px;
  }
}

.tr-bracket {
  top: -11px;
  right: -11px;
}
.tr-bracket:before {
  top: 0;
}
.tr-bracket:after {
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .tr-bracket {
    top: -9px;
    right: -9px;
  }
}

.bl-bracket {
  bottom: -11px;
  left: -11px;
}
.bl-bracket:before {
  bottom: 0;
}
.bl-bracket:after {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .bl-bracket {
    bottom: -9px;
    left: -9px;
  }
}

.br-bracket {
  bottom: -11px;
  right: -11px;
}
.br-bracket:before {
  bottom: 0;
}
.br-bracket:after {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .br-bracket {
    bottom: -9px;
    right: -9px;
  }
}

.background-rect {
  background-color: #f2fdff;
}

.background-rect,
.background-small-rect {
  position: absolute;
}

.section-title {
  text-align: center;
}
.section-title small {
  position: relative;
  display: inline-block;
  height: 2em;
  padding-left: 26px;
}
.section-title small span {
  padding-top: 0.5em;
}
.section-title small:after {
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

button:focus, button:active, .btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}

/* scroll effect */
.fade,
.fade-right,
.fade-left,
.fade-up,
.fade-down,
.zoom-in {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}
.fade.is-inview,
.fade-right.is-inview,
.fade-left.is-inview,
.fade-up.is-inview,
.fade-down.is-inview,
.zoom-in.is-inview {
  transform: none;
}

.fade,
.fade-right,
.fade-left,
.fade-up,
.fade-down {
  opacity: 0;
}
.fade.is-inview,
.fade-right.is-inview,
.fade-left.is-inview,
.fade-up.is-inview,
.fade-down.is-inview {
  opacity: 1;
}

.fade-right {
  transform: translate(50px, 0px);
}

.fade-left {
  transform: translate(-50px, 0px);
}

.fade-up {
  transform: translate(0px, 50px);
}

.fade-down {
  transform: translate(0px, -50px);
}

.zoom-in {
  transform: scale(0.8, 0.8);
}

.zoom-in.fade-up {
  transform: translate(0px, 50px), scale(0.8, 0.8);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.miyoshi-top-header .row {
  height: 100%;
}

.top-logo {
  display: flex;
  position: absolute;
  flex-direction: column;
  height: 100%;
  right: 0;
}
.top-logo .logo {
  display: block;
  margin: auto 0;
}
@media screen and (max-width: 992px) {
  .top-logo .logo {
    margin-top: 30%;
    margin-bottom: 70px;
    text-align: center;
  }
}
.top-logo .logo img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .top-logo .logo img {
    width: 40%;
  }
}
.top-logo .tel {
  text-align: center;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0;
}
.top-logo .tel li {
  margin-top: 1em;
}
.top-logo .tel li img {
  width: 12px;
  display: inline;
}
@media all and (-ms-high-contrast: none) {
  .top-logo {
    /* IE11 */
  }
  .top-logo *::-ms-backdrop,
  .top-logo .tel {
    font-size: 0.8rem;
  }
}
.top-logo .scrollbtn {
  text-align: center;
  margin: auto auto 50px;
  position: relative;
  opacity: 0.7;
}
.top-logo .scrollbtn:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, 50%) rotate(45deg);
  border-bottom: 2px solid #464646;
  border-right: 2px solid #464646;
}

/* ---- top animation ---- */
body.home .miyoshi-top-header * {
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
body.home .miyoshi-top-header {
  position: relative;
  margin: 45px auto 45px;
  height: calc(100vh - 90px - 78px);
  animation-name: op-anime;
  animation-delay: 2.7s;
  animation-duration: 0.75s;
}
@keyframes op-anime {}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header {
    animation-name: op-anime-sp;
  }
  @keyframes op-anime-sp {
    margin: 45px auto 45px;
    height: calc(100vh - 90px);
  }
}
body.home .miyoshi-top-header .top-image {
  height: 100%;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  max-width: 100%;
  animation-delay: 2.7s;
  animation-duration: 0.75s;
  animation-name: top-image-anime;
}
@keyframes top-image-anime {
  100% {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header .top-image {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    animation-name: top-image-anime-sp;
  }
  @keyframes top-image-anime-sp {}
}
body.home .miyoshi-top-header .top-image .top-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/top-image.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: top-image-bg-anime;
  animation-delay: 2s;
  animation-duration: 0.5s;
}
@keyframes top-image-bg-anime {
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header .top-image .top-image-bg {
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-name: top-image-bg-anime-sp;
  }
  @keyframes top-image-bg-anime-sp {
    100% {
      opacity: 0.5;
    }
  }
}
body.home .miyoshi-top-header .top-image .red-bracket {
  width: 0;
  padding-top: 0;
  left: calc(-11px + 35.4%);
  animation-name: op-red-bracket-anime;
  animation-delay: 1s;
  animation-duration: 0.75s;
}
@keyframes op-red-bracket-anime {
  50% {
    width: 35.4%;
    padding-top: 0%;
    left: -11px;
  }
  100% {
    width: 35.4%;
    padding-top: 35.4%;
    left: -11px;
  }
}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header .top-image .red-bracket {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: op-red-bracket-anime-sp;
  }
  @keyframes op-red-bracket-anime-sp {
    50% {
      width: 35.4%;
      padding-top: 0%;
      left: -9px;
    }
    100% {
      width: 35.4%;
      padding-top: 35.4%;
      left: -9px;
    }
  }
}
body.home .miyoshi-top-header .top-image .blue-bracket {
  width: 0;
  padding-top: 0;
  right: calc(-11px + 18%);
  animation-name: op-blue-bracket-anime;
  animation-delay: 1s;
  animation-duration: 0.5s;
}
@keyframes op-blue-bracket-anime {
  50% {
    width: 18%;
    padding-top: 0%;
    right: -11px;
  }
  100% {
    width: 18%;
    padding-top: 18%;
    right: -11px;
  }
}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header .top-image .blue-bracket {
    animation-delay: 0.5s;
    animation-duration: 0.75s;
    animation-name: op-blue-bracket-anime-sp;
  }
  @keyframes op-blue-bracket-anime-sp {
    50% {
      width: 18%;
      padding-top: 0%;
      right: -9px;
    }
    100% {
      width: 18%;
      padding-top: 18%;
      right: -9px;
    }
  }
}
@media all and (-ms-high-contrast: none) {
  body.home .miyoshi-top-header .top-image { /* IE11 */
    /* IE11 */
  }
  body.home .miyoshi-top-header .top-image *::-ms-backdrop, body.home .miyoshi-top-header .top-image .red-bracket {
    left: -11px;
  }
  body.home .miyoshi-top-header .top-image *::-ms-backdrop, body.home .miyoshi-top-header .top-image .blue-bracket {
    right: -11px;
  }
}
body.home .miyoshi-top-header .main-copy {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  color: #464646;
  animation-name: op-copy-anime, op-copy-anime2;
  animation-delay: 0.2s, 1.7s;
  animation-duration: 1s, 0.8s;
  animation-timing-funcion: linear;
  z-index: 1;
}
@keyframes op-copy-anime {
  100% {
    opacity: 1;
  }
}
@keyframes op-copy-anime2 {
  100% {
    color: white;
  }
}
body.home .miyoshi-top-header .main-copy h3 {
  font-size: 2.4rem;
}
body.home .miyoshi-top-header .main-copy small {
  display: block;
  font-size: 1.35rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
body.home .miyoshi-top-header .top-logo {
  opacity: 0;
  visibility: 0;
  animation-name: top-logo;
  animation-delay: 3.4s;
  animation-duration: 0.5s;
}
@keyframes top-logo {
  1% {
    visibility: 1;
  }
  100% {
    visibility: 1;
    opacity: 1;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  body.home .miyoshi-top-header .top-logo {
    animation-delay: 2s;
    animation-duration: 0.5s;
  }
}

/* ---- END top animation ---- */
.miyoshi-sp-menu {
  position: fixed;
  top: 10px;
  right: 27px;
  z-index: 9999;
  background: #ffffff;
  opacity: 0.8;
  width: 40px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

/* global nav */
.miyoshi-header_wrap {
  border-top: #E4E4E4 1px solid;
  border-bottom: #E4E4E4 1px solid;
  z-index: 99999;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap {
    position: fixed;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.06);
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    transition: all 0.5s ease-out;
  }
  .miyoshi-header_wrap.show {
    right: 0;
    overflow: scroll;
  }
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav {
    padding: 20px 0;
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav a.sp-logo {
  width: 100%;
  margin-bottom: 30px;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav a.sp-logo img {
  width: 100%;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav a.header-logo {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav a.header-logo {
    display: none;
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav a.header-logo img {
  height: 45px;
  margin-top: -7px;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul {
    flex-direction: column;
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li {
  text-align: center;
  width: 16.666%;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li {
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li:last-child {
    border-bottom: none;
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-news a:after {
    background-image: url(../../images/news.svg);
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-policy a:after {
    background-image: url(../../images/policy.svg);
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-practice a:after {
    background-image: url(../../images/practice.svg);
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-lawyer a:after {
    background-image: url(../../images/lawyers.svg);
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-office a:after {
    background-image: url(../../images/office.svg);
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li.menu-contact a:after {
    background-image: url(../../images/contact.svg);
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a {
  position: relative;
  display: block;
  padding: 20px 0;
  transition: all 0.2s ease-out;
  border: 0;
  font-size: 14px;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a:after {
  content: "";
  width: 100%;
  max-width: 0%;
  height: 3px;
  background-color: #008cc2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a {
    font-size: 16px;
    padding: 12px 0 12px 25px;
  }
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a:after {
    width: 15px;
    height: 15px;
    top: 16px;
    left: 0;
    max-width: none;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a:hover:after {
  max-width: 100%;
  left: 0;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a small {
  display: block;
  font-size: 0.5rem;
}
@media screen and (max-width: 992px) {
  .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav ul li a small {
    font-size: 10px;
  }
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav .sp-menu-close {
  margin-top: 40px;
  padding-left: 30px;
  position: relative;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav .sp-menu-close:after, .miyoshi-header_wrap .keni-header_outer .miyoshi-gnav .sp-menu-close:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #464646;
  transform-origin: center;
  position: absolute;
  top: 10px;
  left: 0px;
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav .sp-menu-close:before {
  transform: rotate(45deg);
}
.miyoshi-header_wrap .keni-header_outer .miyoshi-gnav .sp-menu-close:after {
  transform: rotate(-45deg);
}

.keni-main_wrap .miyoshi-news {
  margin: 80px auto;
}
.keni-main_wrap .miyoshi-news .section-title {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news .section-title {
    padding: 0;
    margin-bottom: 30px;
  }
}
.keni-main_wrap .miyoshi-news .section-title small:after {
  background-image: url(../../images/news.svg);
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news .news-list {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news ul li {
    display: none;
  }
  .keni-main_wrap .miyoshi-news ul li:first-child {
    display: block;
  }
}
.keni-main_wrap .miyoshi-news ul li a {
  display: flex;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news ul li a {
    flex-direction: column;
  }
}
.keni-main_wrap .miyoshi-news ul li a .date {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news ul li a .date {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.keni-main_wrap .miyoshi-news ul li a:hover {
  text-decoration: underline;
}
.keni-main_wrap .miyoshi-news .more-news {
  float: right;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-news .more-news {
    font-size: 12px;
  }
}
.keni-main_wrap .miyoshi-news .more-news:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.keni-main_wrap .temp-text {
  margin-top: 4rem;
  text-align: center !important;
}
.keni-main_wrap .miyoshi-policy {
  padding: 170px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy {
    padding: 70px 0;
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .container {
    overflow: hidden;
  }
}
.keni-main_wrap .miyoshi-policy .background-rect {
  height: 100%;
  right: 0;
  top: 0;
}
.keni-main_wrap .miyoshi-policy .background-small-rect {
  background-color: #f4a452;
  max-width: 6%;
  padding-top: 6%;
  bottom: 0;
  margin-bottom: -4.165%;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .background-small-rect {
    width: 40px;
    height: 40px;
    bottom: -20px;
    margin: auto;
    right: 20%;
    padding: 0;
    max-width: none;
  }
}
.keni-main_wrap .miyoshi-policy .section-title {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .section-title {
    text-align: center;
  }
}
.keni-main_wrap .miyoshi-policy small:after {
  background-image: url(../../images/policy.svg);
}
.keni-main_wrap .miyoshi-policy .policy-text {
  line-height: 2.2em;
  height: 20rem;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .policy-text {
    text-align: center;
    margin-bottom: 100px;
    height: auto;
  }
}
.keni-main_wrap .miyoshi-policy .policy-text h2 {
  font-size: 2.5rem;
  margin: 50px auto;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .policy-text h2 {
    font-size: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .policy-text p {
    margin-bottom: 2em;
    text-align: left;
  }
}
.keni-main_wrap .miyoshi-policy .policy-image {
  padding: 0;
}
.keni-main_wrap .miyoshi-policy .policy-image div.image-frame {
  height: 100%;
  overflow: hidden;
}
.keni-main_wrap .miyoshi-policy .policy-image div.image-frame div.image {
  height: 100%;
  background-image: url("../../images/policy-image.png");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-policy .policy-image {
    height: 219px;
  }
}
.keni-main_wrap .miyoshi-policy .policy-image .red-bracket {
  width: 21%;
  padding-top: 21%;
}
.keni-main_wrap .miyoshi-policy .policy-image .blue-bracket {
  width: 52%;
  padding-top: 52%;
}
.keni-main_wrap .miyoshi-practice {
  padding: 170px 0;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice {
    padding: 70px 0;
  }
}
.keni-main_wrap .miyoshi-practice .section-title small:after {
  background-image: url(../../images/practice.svg);
}
.keni-main_wrap .miyoshi-practice ul {
  display: flex;
  flex-wrap: wrap;
  margin: 85px auto;
  align-content: space-between;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul {
    margin: 50px auto;
  }
}
.keni-main_wrap .miyoshi-practice ul li {
  background-color: #f2fdff;
  padding: 24px;
  width: 30%;
  margin: 0 1.66% 85px;
  transition: ease-out 0.5s all;
}
.keni-main_wrap .miyoshi-practice ul li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li {
    width: 100%;
    margin: auto 15px 20px;
    padding: 10px;
  }
}
.keni-main_wrap .miyoshi-practice ul li.flex-hidden {
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.keni-main_wrap .miyoshi-practice ul li button, .keni-main_wrap .miyoshi-practice ul li > div {
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li button, .keni-main_wrap .miyoshi-practice ul li > div {
    display: flex;
    align-items: center;
  }
}
.keni-main_wrap .miyoshi-practice ul li button h3, .keni-main_wrap .miyoshi-practice ul li > div h3 {
  padding: 0.4em 0 0.2em;
  line-height: 1em;
  border-top: 4px solid #231916;
  border-bottom: 4px solid #231916;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li button h3, .keni-main_wrap .miyoshi-practice ul li > div h3 {
    border: none;
    order: 2;
    font-size: 25px;
    margin: auto;
  }
}
.keni-main_wrap .miyoshi-practice ul li button img.icon, .keni-main_wrap .miyoshi-practice ul li > div img.icon {
  width: 100px;
  margin: 60px auto;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li button img.icon, .keni-main_wrap .miyoshi-practice ul li > div img.icon {
    order: 1;
    height: 2em;
    width: auto;
    margin: 0 0 0 12px;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li button:after, .keni-main_wrap .miyoshi-practice ul li > div:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    order: 3;
    transform-origin: center;
    transition: all 0.3s linear;
  }
  .keni-main_wrap .miyoshi-practice ul li button[aria-expanded=true]:after, .keni-main_wrap .miyoshi-practice ul li > div[aria-expanded=true]:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li > div:after {
    content: none;
  }
}
.keni-main_wrap .miyoshi-practice ul li .practice-text {
  transition: all 0.3s linear;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice ul li .practice-text {
    max-height: 0;
    margin-top: 0px;
    flex-direction: column;
  }
  .keni-main_wrap .miyoshi-practice ul li .practice-text.show {
    max-height: 500px;
    margin-top: 20px;
  }
}
.keni-main_wrap .miyoshi-practice ul li .practice-text h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.keni-main_wrap .miyoshi-practice .practice-image {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-practice .practice-image {
    height: 130px;
  }
}
.keni-main_wrap .miyoshi-practice .practice-image img {
  width: 100%;
  height: auto;
  margin-top: -30px;
  margin-bottom: -30px;
}
.keni-main_wrap .miyoshi-lawyers {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-lawyers {
    padding: 70px 0;
  }
}
.keni-main_wrap .miyoshi-lawyers .background-small-rect {
  background-color: #008cc2;
  padding-top: 8.333333%;
  top: 0;
  margin-top: -4.16%;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-lawyers .background-small-rect {
    width: 60px;
    height: 60px;
    margin: auto;
    top: 20px;
    left: 10%;
    padding: 0;
    max-width: none;
  }
}
.keni-main_wrap .miyoshi-lawyers .background-rect {
  height: 100%;
  left: 0;
  top: 0;
}
.keni-main_wrap .miyoshi-lawyers .lowyers-image {
  position: relative;
}
.keni-main_wrap .miyoshi-lawyers .lowyers-image .blue-bracket {
  width: 50%;
  padding-top: 50%;
}
.keni-main_wrap .miyoshi-lawyers .lowyers-image .red-bracket {
  width: 20%;
  padding-top: 20%;
}
.keni-main_wrap .miyoshi-lawyers .lowyers-image img {
  width: 100%;
}
.keni-main_wrap .miyoshi-lawyers .section-title {
  height: 85px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-lawyers .section-title {
    text-align: center;
  }
}
.keni-main_wrap .miyoshi-lawyers .section-title small:after {
  background-image: url(../../images/lawyers.svg);
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-lawyers .lawyers-profile {
    text-align: center;
  }
}
.keni-main_wrap .miyoshi-lawyers .lawyers-profile .lawyers-name {
  font-size: 3.17em;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-lawyers .lawyers-profile .lawyers-name {
    font-size: 30px;
    margin: 50px auto;
  }
}
.keni-main_wrap .miyoshi-lawyers .lawyers-profile h3 {
  margin-top: 50px;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
.keni-main_wrap .miyoshi-lawyers .lawyers-profile .lawyers-profile-text li {
  margin-bottom: 0.8em;
}
.keni-main_wrap .miyoshi-lawyers .lowyers-profile-spacer {
  margin-bottom: 4rem;
}
.keni-main_wrap .miyoshi-office {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office {
    padding: 70px 0;
  }
}
.keni-main_wrap .miyoshi-office .section-title small:after {
  background-image: url(../../images/office.svg);
}
.keni-main_wrap .miyoshi-office iframe {
  margin-top: 85px;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office iframe {
    margin-top: 20px;
  }
}
.keni-main_wrap .miyoshi-office ul {
  margin-top: 85px;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office ul {
    margin-top: 40px;
  }
}
.keni-main_wrap .miyoshi-office ul li {
  border-bottom: solid 1px #E4E4E4;
  padding: 35px 0;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office ul li {
    padding: 20px 0;
  }
}
.keni-main_wrap .miyoshi-office ul li:first-child {
  border-top: solid 1px #E4E4E4;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office ul li div {
    text-align: center;
  }
}
.keni-main_wrap .miyoshi-office ul li div:first-child {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-office ul li div:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
}
.keni-main_wrap .miyoshi-contact {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact {
    padding: 70px 0;
  }
}
.keni-main_wrap .miyoshi-contact .background-rect {
  height: 100%;
  right: 0;
  top: 0;
}
.keni-main_wrap .miyoshi-contact .background-small-rect {
  background-color: #f4a452;
  max-width: 6%;
  padding-top: 6%;
  top: 0;
  margin-top: -4.157%;
  margin-left: 4.157%;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .background-small-rect {
    width: 40px;
    height: 40px;
    margin: auto;
    top: -20px;
    right: 20%;
    padding: 0;
    max-width: none;
  }
}
.keni-main_wrap .miyoshi-contact .section-title small:after {
  background-image: url(../../images/contact.svg);
}
.keni-main_wrap .miyoshi-contact .tel {
  margin-top: 85px;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .tel > div {
    margin-bottom: 1em;
  }
}
.keni-main_wrap .miyoshi-contact .tel p {
  display: inline-block;
  width: 190px;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .tel p {
    width: 100px;
    margin-bottom: 0;
  }
}
.keni-main_wrap .miyoshi-contact .tel p img {
  width: 39px;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .tel p img {
    width: 20px;
  }
}
.keni-main_wrap .miyoshi-contact .tel a,
.keni-main_wrap .miyoshi-contact .tel span {
  margin-left: 0.2em;
  color: #231916;
}
@media screen and (max-width: 992px) {
  .keni-main_wrap .miyoshi-contact .tel a,
  .keni-main_wrap .miyoshi-contact .tel span {
    font-size: 32px;
    display: block;
  }
}

.keni-footer_wrap {
  margin-top: 170px;
  padding-top: 170px;
}
@media screen and (max-width: 992px) {
  .keni-footer_wrap {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.keni-footer_wrap .keni-copyright_wrap small {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .keni-footer_wrap .keni-copyright_wrap small {
    margin: auto;
  }
}

.page-top {
  display: none;
}

/* top */
body.home .miyoshi-gnav ul li a {
  font-size: 16px;
  padding: 30px 0;
}
body.home .miyoshi-gnav ul li a:hover {
  cursor: pointer;
}
body.home .miyoshi-gnav a.header-logo {
  display: none;
}

body .miyoshi-gnav a.header-logo {
  display: flex;
}

/* top以下 */
.keni-header {
  display: none;
}

.page-title {
  margin-top: 50px;
}

.article-header {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .article-header {
    margin-top: 50px;
  }
}

.article-body {
  margin-top: 70px;
}

.article_wrap .background-rect {
  height: 80vh;
  right: 0;
  top: 300px;
  z-index: -1;
}
.behind-article-area .post-navigation h2 {
  display: none;
}

.behind-article-area {
  margin-top: 70px;
}
.behind-article-area a:hover {
  text-decoration: underline;
}
.behind-article-area .nav-links {
  display: flex;
}
.behind-article-area .nav-links .nav-previous {
  position: relative;
  padding-left: 1em;
  width: 48%;
}
.behind-article-area .nav-links .nav-previous:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  top: 0;
  left: 0;
}
.behind-article-area .nav-links .nav-next {
  position: relative;
  padding-right: 1em;
  margin: 0 0 auto auto;
  width: 48%;
}
.behind-article-area .nav-links .nav-next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.behind-article-area .news_list_link {
  margin: 70px auto auto;
  text-align: center;
  display: block;
}/*# sourceMappingURL=style.css.map */