@charset "UTF-8";
header {
  width: 100%;
  height: 83px;
  background-color: whitesmoke;
}
@media screen and (min-width: 768px) {
  header {
    height: 110px;
  }
}
header.smaller {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
header .inner {
  height: 83px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .inner {
    height: 110px;
    border: rgba(255, 255, 255, 0) solid 1px;
  }
}
@media screen and (min-width: 1152px) {
  header .inner {
    width: calc(100vw - 86px);
    display: flex;
    justify-content: space-between;
    border: none;
  }
}
header h1 {
  width: 180px;
  margin: 27px 0 0 0;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 227px;
    margin: 47px 0 0 0;
  }
}
header h1 a {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.2376;
  background: url("../images/kcip-logo.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header .global-nav {
  display: none;
}
@media screen and (min-width: 1152px) {
  header .global-nav {
    display: flex;
    margin: 50px 194px 0 0;
  }
  header .global-nav li a {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
    line-height: 1;
    margin-right: 34px;
  }
}
header .language {
  display: none;
}
@media screen and (min-width: 768px) {
  header .language {
    display: block;
    position: fixed;
    z-index: 10000;
    right: calc(5% + 114px);
    top: 43px;
    border-radius: 18px;
    background: #D9D9D9;
    padding: 3px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1152px) {
  header .language {
    top: 43px;
    right: 155px;
  }
}
header .language li a {
  display: block;
  width: 37px;
  height: 22px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0);
  color: #313747;
  opacity: 0.5;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.813rem, 0vw + 0.813rem, 0.813rem);
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 0px;
  transition: 0.2s;
  text-decoration: none;
}
header .language li a:hover {
  opacity: 1;
}
header .language li a.passive {
  background-color: white;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
header .language li.lang-item-ja a {
  font-size: 0;
}
header .language li.lang-item-ja a::after {
  content: "jp";
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.813rem, 0vw + 0.813rem, 0.813rem);
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
header .language li.lang-item-en a {
  font-size: 0;
}
header .language li.lang-item-en a::after {
  content: "en";
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.813rem, 0vw + 0.813rem, 0.813rem);
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

header.english-page h1 a {
  background: url("../images/kcip-logo-en.svg") no-repeat center center;
  background-size: cover;
}

.mobile-nav .gnav-btn {
  position: fixed;
  z-index: 10000;
  top: 27px;
  right: 5%;
  width: 80px;
  height: 28px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn {
    top: 43px;
  }
}
@media screen and (min-width: 1152px) {
  .mobile-nav .gnav-btn {
    right: 43px;
  }
}
.mobile-nav .gnav-btn .menu-trigger {
  display: block;
  width: 80px;
  height: 28px;
  background: #313747;
  border-radius: 18px;
}
.mobile-nav .gnav-btn .menu-trigger::before {
  content: "menu";
  color: #FFFFFF;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: clamp(0.813rem, 0vw + 0.813rem, 0.813rem);
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.mobile-nav .gnav-btn .menu-trigger.active {
  background: #333333;
}
.mobile-nav .gnav-btn .menu-trigger.active::before {
  content: "close";
}
.mobile-nav .gnav-btn .menu-trigger:hover {
  text-decoration: none;
}

footer {
  padding: 100px 0 50px 0;
}
@media screen and (min-width: 1152px) {
  footer {
    padding: 120px 0 70px 0;
  }
}
footer .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1152px) {
  footer .inner {
    max-width: 1152px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin: 130px auto 0 auto;
  }
}

.foot-copy {
  width: 298.27px;
  height: 93.29px;
  background: url("../images/foot-copy.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .foot-copy {
    width: 360px;
    height: 112.59px;
  }
}
@media screen and (min-width: 1152px) {
  .foot-copy {
    width: 430.24px;
    height: 134.56px;
  }
}
.foot-copy.english-page {
  background: url("../images/foot-copy-en.svg") no-repeat center center;
  background-size: cover;
}

.foot-nav {
  width: 90%;
  margin: 90px auto;
}
@media screen and (min-width: 768px) {
  .foot-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1152px) {
  .foot-nav {
    width: 400px;
    margin: 0;
  }
}
.foot-nav li {
  width: 100%;
  margin: 13px 0;
}
@media screen and (min-width: 768px) {
  .foot-nav li {
    width: 48%;
  }
}
@media screen and (min-width: 1152px) {
  .foot-nav li {
    margin: 0 0 20px 0;
  }
}
.foot-nav li a {
  width: 100%;
  height: 40px;
  display: block;
  border: #313747 solid 1px;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, -0.231vw + 1.06rem, 1rem);
  line-height: 40px;
  transition: 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 1152px) {
  .foot-nav li a {
    display: inline-block;
    border: none;
    height: 20px;
    line-height: 20px;
    position: relative;
  }
  .foot-nav li a::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #313747;
    width: 7px;
    height: 1px;
    top: 9px;
    left: -15px;
    transition: 0.2s;
  }
  .foot-nav li a:hover::before {
    background-color: #1A57B1;
    width: 14px;
    left: -22px;
  }
}

@media screen and (min-width: 1152px) {
  address {
    width: 450px;
  }
}
address .foot-logo {
  width: 229px;
  height: 54.42px;
  background: url("../images/kcip-logo.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  address .foot-logo {
    width: 265px;
    height: 62.97px;
  }
}
@media screen and (min-width: 1152px) {
  address .foot-logo {
    margin: 0;
  }
}
address p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.8;
  margin: 1em 0 0 0;
}
address p br.md {
  display: block;
}
@media screen and (min-width: 1152px) {
  address p br.md {
    display: none;
  }
}

address.english-page .foot-logo {
  background: url("../images/kcip-logo-en.svg") no-repeat center center;
  background-size: cover;
}

.copyright {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  line-height: 1;
  margin-top: 7em;
}

html {
  background: #F5F5F5;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  color: #313747;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

a {
  text-decoration: underline;
  transition: 0.2s;
}
a:hover {
  color: #1A57B1;
  text-decoration: none;
}
a.cp {
  text-decoration: none;
}
@media screen and (min-width: 1152px) {
  a.cp {
    position: relative;
  }
  a.cp::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #1A57B1;
    width: 1px;
    height: 1px;
    transition: 0.2s;
  }
  a.cp:hover::after {
    width: 100%;
  }
}

.title-vox {
  padding: 20px 0 70px 0;
}
@media screen and (min-width: 768px) {
  .title-vox {
    padding: 40px 0 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .title-vox {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1152px) {
  .title-vox {
    padding: 100px 0;
  }
}
.title-vox .inner {
  width: 90%;
  margin: 0 auto;
}
.title-vox__en {
  color: #FEA628;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(4rem, 4.157vw + 2.924rem, 6.25rem);
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 0.2em 0;
  text-align: right;
}
.title-vox h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
  text-align: right;
  margin: 0 0 20px 0;
}

.breadcrumb {
  margin: 55px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
}
.breadcrumb li {
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  text-align: left;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em;
}
.breadcrumb::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #313747;
  height: 1px;
  width: 100%;
  top: -20px;
  left: 0;
}

.link-buttom {
  width: 90%;
  max-width: 1152px;
  margin: 60px auto;
}
@media screen and (min-width: 768px) {
  .link-buttom {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .link-buttom.next {
    justify-content: flex-end;
  }
}
.link-buttom a {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  padding: 1em 1em 1em 2em;
  padding-right: calc(1.5em + 32px);
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .link-buttom a {
    display: inline-block;
    margin: 0;
  }
}
.link-buttom a::after {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
}
.link-buttom a::before {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
}
.link-buttom a:hover {
  color: #1A57B1;
}
.link-buttom a:hover::after {
  background: #1A57B1;
}
.link-buttom a:hover::before {
  background: #1A57B1;
}
.link-buttom a.reverse {
  padding-right: 2em;
  padding-left: calc(1.5em + 32px);
}
.link-buttom a.reverse::after {
  right: inherit;
  left: 1em;
}
.link-buttom a.reverse::before {
  right: inherit;
  left: 1em;
  transform: rotate(-45deg);
  transform-origin: left;
}

.contact-banner {
  padding: 100px 0 0 0;
}
@media screen and (min-width: 1152px) {
  .contact-banner {
    padding: 120px 0 0 0;
  }
}
.contact-banner .inner {
  background-color: #404040;
  width: 95%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 0 0 auto;
  padding: 10px 25px 25px 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-banner .inner {
    padding: 20px 25px 35px 25px;
  }
}
@media screen and (min-width: 960px) {
  .contact-banner .inner {
    padding: 3.5em 5% 4em 5%;
  }
}
.contact-banner .inner a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.2s;
}
.contact-banner .inner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .contact-banner .inner a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.contact-banner__title {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .contact-banner__title {
    width: 48%;
    margin: 0;
  }
}
.contact-banner__en {
  color: #FEA628;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(4rem, 4.157vw + 2.924rem, 6.25rem);
  line-height: 1;
  margin: 0 0 0.2em 0;
}
.contact-banner__jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
}
@media screen and (min-width: 768px) {
  .contact-banner__foot {
    width: 48%;
  }
}
.contact-banner__foot p.message {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.693vw + 0.696rem, 1.25rem);
  line-height: clamp(1.5rem, 1.386vw + 1.141rem, 2.25rem);
  margin: 0 0 1em 0;
}
.contact-banner__foot .view-more {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(0.813rem, 0.346vw + 0.723rem, 1rem);
  line-height: 1;
  text-align: center;
  background-color: #333333;
  border-radius: 20px;
  padding: 1em 2em;
}
.contact-banner__foot .view-more span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.contact-banner__foot .view-more span::after {
  display: block;
  content: "";
  background: #FFFFFF;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.contact-banner__foot .view-more span::before {
  display: block;
  content: "";
  background: #FFFFFF;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 0.5em;
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}

.post-contents {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
}
.post-contents h1,
.post-contents h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  margin: 0 0 1em 0;
  padding-left: 15px;
  position: relative;
}
.post-contents h1::after,
.post-contents h2::after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(254, 166, 40, 0.5);
  width: 5px;
  height: 1em;
  top: 0.2em;
  left: 0;
}
.post-contents h3,
.post-contents h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  margin: 0 0 0.5em 0;
  padding-left: 0.75em;
  position: relative;
}
.post-contents h3::after,
.post-contents h4::after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(254, 166, 40, 0.5);
  width: 0.45em;
  height: 0.45em;
  top: 0.5em;
  left: 0;
  border-radius: 0.225em;
}
.post-contents h5,
.post-contents h6 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  margin: 0 0 0.5em 0;
}
.post-contents h1 {
  font-size: clamp(1.625rem, 0.231vw + 1.565rem, 1.75rem);
}
.post-contents h2 {
  font-size: clamp(1.5rem, 0.231vw + 1.44rem, 1.625rem);
}
.post-contents h3 {
  font-size: clamp(1.375rem, 0.231vw + 1.315rem, 1.5rem);
}
.post-contents h4 {
  font-size: clamp(1.25rem, 0.231vw + 1.19rem, 1.375rem);
}
.post-contents h5 {
  font-size: clamp(1.188rem, 0.231vw + 1.128rem, 1.313rem);
}
.post-contents h6 {
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
}
.post-contents p {
  margin: 0 0 1em 0;
}
.post-contents p strong {
  font-weight: 700;
}
.post-contents em {
  font-style: italic;
}
.post-contents blockquote {
  color: #404040;
  margin: 2em 0 0 2em;
  padding: 12px 0 0 44px !important;
  position: relative;
}
.post-contents blockquote::before {
  color: #ddd;
  content: "“";
  font-family: Georgia, serif;
  font-size: 84px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -5px;
}
.post-contents ul {
  margin: 0 0 1em 1.5em;
}
.post-contents ul li {
  position: relative;
}
.post-contents ul li::before {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(32, 32, 32, 0.4);
  width: 5px;
  height: 5px;
  top: 0.8em;
  left: -1em;
  border-radius: 5px;
}
.post-contents ol {
  margin: 0 0 1em 1.5em;
  list-style-type: decimal;
}
.post-contents dl {
  margin: 0 0 1em 0;
}
.post-contents table {
  width: 100%;
  border-collapse: collapse;
  border: #C3C3C3 solid 1px;
}
.post-contents table tr th {
  background-color: #EFEDE8;
  vertical-align: middle;
  border: #C3C3C3 solid 1px;
  padding: 1em 2em 0.5em 2em;
}
.post-contents table tr td {
  vertical-align: middle;
  border: #C3C3C3 solid 1px;
  padding: 1em 2em 0.5em 2em;
}
.post-contents img {
  max-width: 100%;
  height: auto;
  margin: 0 0 1em 0;
}

.post-nav {
  padding: 60px 0;
}
.post-nav .inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  text-align: left;
}

.pagination {
  margin: 3em 0 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(0.875rem, 0.786rem + 0.298vw, 1rem);
}
.pagination ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 5px;
}
.pagination ul li::before {
  display: none;
}
.pagination ul li a {
  display: inline-block;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #999999;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.pagination ul li span {
  display: inline-block;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #999999;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

.page-numbers:hover {
  background-color: #313747;
  color: #FFFFFF;
}

.page-numbers.current {
  background-color: #999999;
  color: #FFFFFF;
}

.pagination-total {
  text-align: center;
  margin: 1em 0 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  color: #999999;
  font-size: clamp(0.875rem, 0.786rem + 0.298vw, 1rem);
}

#first-view .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #first-view .inner {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #first-view .fv-copy-base {
    background: #F5F5F5;
    padding: 0 3% 3% 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 48%;
    position: absolute;
    margin: 0;
    top: 30%;
    left: 0;
    z-index: 1;
  }
  #first-view .fv-copy-base::after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/bg-corner.png") no-repeat;
    top: -20px;
    right: calc(11vw - 20px);
  }
  #first-view .fv-copy-base::before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/bg-corner.png") no-repeat;
    bottom: -20px;
    right: calc(11vw - 20px);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1280px) {
  #first-view .fv-copy-base {
    width: calc(28% + 115px);
  }
  #first-view .fv-copy-base::after {
    right: 95px;
  }
  #first-view .fv-copy-base::before {
    right: 95px;
  }
}
#first-view .fv-copy {
  width: 83%;
  aspect-ratio: 1/0.611;
  position: relative;
  margin: 0 auto 28px 5%;
}
@media screen and (min-width: 768px) {
  #first-view .fv-copy {
    margin: -10% 0 0 auto;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .fv-copy {
    width: 398px;
  }
}
#first-view .fv-copy img {
  width: 100%;
  height: auto;
}
#first-view .fv-copy__illust {
  width: 69%;
  position: absolute;
  top: 0;
  left: 0;
}
#first-view .fv-copy__main {
  width: 89%;
  position: absolute;
  bottom: 16%;
  left: 10%;
}
#first-view .fv-copy__sub {
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 10%;
}
#first-view .fv-copy.english-page .fv-copy__main {
  bottom: 3%;
}
#first-view .fv-slider {
  width: 95%;
  margin: 0 0 0 auto;
  aspect-ratio: 1/0.733;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 768px) {
  #first-view .fv-slider {
    width: 63%;
  }
}
@media screen and (min-width: 1280px) {
  #first-view .fv-slider {
    width: 72%;
    max-height: 676px;
  }
}
#first-view .fv-slider video {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-title__en {
  color: #FEA628;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 0.577vw + 2.351rem, 2.813rem);
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 0.2em 0;
}
.section-title h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
  margin: 0 0 1.2em 0;
}

#news-vox {
  padding: 70px 0 100px 0;
}
#news-vox .inner {
  width: 90%;
  margin: 0 auto;
}
#news-vox .section-title {
  text-align: left;
  margin: 0 0 3em 0;
  position: relative;
}
#news-vox .section-title .news-all {
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 0;
}
@media screen and (min-width: 768px) {
  #news-vox .section-title .news-all {
    right: inherit;
    left: 10em;
  }
}
#news-vox .section-title .news-all a {
  display: block;
  background-color: #FFFFFF;
  color: #313747;
  text-decoration: none;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding: 1em 35px 1em 1.5em;
  padding-right: calc(1.5em + 37px);
  border-radius: 20px;
  transition: 0.2s;
}
#news-vox .section-title .news-all a::after {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1.5em;
}
#news-vox .section-title .news-all a::before {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1.5em;
  transform: rotate(45deg);
  transform-origin: right;
}
#news-vox .section-title .news-all a:hover {
  color: #1A57B1;
}
#news-vox .section-title .news-all a:hover::after, #news-vox .section-title .news-all a:hover::before s {
  background: #1A57B1;
}
@media screen and (min-width: 768px) {
  #news-vox .news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #news-vox .news-list::after {
    display: block;
    content: "";
    width: 30%;
  }
}
#news-vox .news-list li {
  border-radius: 20px;
  background: #F5F5F5;
  box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 28px 0;
}
@media screen and (min-width: 768px) {
  #news-vox .news-list li {
    width: 30%;
  }
}
#news-vox .news-list li a {
  display: block;
  height: 100%;
  padding: 2em;
  text-align: left;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news-vox .news-list li a:hover .news-list__more::after, #news-vox .news-list li a:hover .news-list__more::before {
  background: #1A57B1;
}
#news-vox .news-list__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.8;
  margin: 0 0 2em 0;
}
#news-vox .news-list__date {
  color: #404040;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.8;
}
#news-vox .news-list__more {
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding-right: 35px;
}
#news-vox .news-list__more::after {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 10px;
  right: 0;
}
#news-vox .news-list__more::before {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}
@media screen and (min-width: 1152px) {
  #news-vox .news-list__foot {
    display: flex;
    justify-content: space-between;
  }
}

#about-vox {
  padding: 80px 0 120px 0;
  background-color: #EFEDE8;
}
#about-vox.english-page {
  margin-top: 80px;
}
#about-vox .inner {
  width: 90%;
  margin: 0 auto;
}
#about-vox .section-title {
  text-align: left;
  position: relative;
  margin: 0 0 3em 0;
}
#about-vox .section-title::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/title-kamome.svg") no-repeat;
  width: 63px;
  height: 26px;
  top: -0.5em;
  left: 10em;
}
@media screen and (min-width: 768px) {
  #about-vox .about-list {
    display: flex;
    justify-content: space-between;
  }
}
#about-vox .about-list__img {
  background: #CCC;
  aspect-ratio: 1/0.73;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: 0.2s;
}
#about-vox .about-list__more {
  display: inline-block;
  background: #EFEDE8;
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  padding: 1em 1em 1em 2em;
  padding-right: calc(1.5em + 32px);
}
#about-vox .about-list__more::after {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
}
#about-vox .about-list__more::before {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
}
#about-vox .about-list .more-wrapper {
  display: inline-block;
  position: relative;
}
#about-vox .about-list .more-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/bg-corner-gray.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: -20px;
  right: 0;
}
#about-vox .about-list .more-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/bg-corner-gray.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: -20px;
}
#about-vox .about-list li {
  margin: 0 0 28px 0;
}
@media screen and (min-width: 768px) {
  #about-vox .about-list li {
    width: 30%;
  }
}
#about-vox .about-list li:nth-child(1) .about-list__img {
  background: url("../images/about-list-img1.jpg") no-repeat center center;
  background-size: cover;
}
#about-vox .about-list li:nth-child(2) .about-list__img {
  background: url("../images/about-list-img2.jpg") no-repeat center center;
  background-size: cover;
}
#about-vox .about-list li:nth-child(3) .about-list__img {
  background: url("../images/about-list-img3.jpg") no-repeat center center;
  background-size: cover;
}
#about-vox .about-list li a {
  display: block;
  height: 100%;
  text-align: left;
  text-decoration: none;
}
#about-vox .about-list li a:hover .about-list__more::after, #about-vox .about-list li a:hover .about-list__more::before {
  background: #1A57B1;
}
#about-vox .about-list li a:hover .about-list__img {
  opacity: 0.7;
}
#about-vox .about-list li a:hover p::after {
  width: 90px;
}
#about-vox .about-list li p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  margin: 0.8em 0 0 0;
  position: relative;
}
#about-vox .about-list li p::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #FEA628;
  width: 70px;
  height: 2px;
  bottom: -15px;
  left: 0;
  transition: 0.2s;
}

#columns-vox {
  padding: 70px 0 0 0;
}
#columns-vox .inner {
  background-color: #404040;
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #columns-vox .inner {
    width: 95%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 0 0 auto;
  }
}
#columns-vox .section-title__en {
  display: inline-block;
  position: relative;
}
#columns-vox .section-title__en::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-columns.svg") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 0.2em;
  left: -37px;
}
#columns-vox .section-title h3 {
  color: #FFFFFF;
}
#columns-vox .columns-list {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 2.5em 0 1em 0;
}
@media screen and (min-width: 768px) {
  #columns-vox .columns-list {
    width: 100%;
    padding: 2.5em 5% 1em 3em;
  }
}
@media screen and (min-width: 1152px) {
  #columns-vox .columns-list::after {
    display: block;
    content: "";
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #columns-vox .columns-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
#columns-vox .columns-list li {
  margin: 0 0 45px 0;
}
@media screen and (min-width: 768px) {
  #columns-vox .columns-list li {
    width: 48%;
  }
}
@media screen and (min-width: 1152px) {
  #columns-vox .columns-list li {
    width: 30%;
  }
}
#columns-vox .columns-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #333333;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.5em 2em;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.2s;
}
#columns-vox .columns-list li a:hover {
  opacity: 0.7;
}
#columns-vox .columns-list li a:hover .columns-list__more {
  color: #1A57B1;
}
#columns-vox .columns-list li a:hover .columns-list__more::after, #columns-vox .columns-list li a:hover .columns-list__more::before {
  background: #1A57B1;
}
#columns-vox .columns-list li p {
  color: #999999;
  font-style: italic;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  margin-bottom: 2em;
}
#columns-vox .columns-list__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
  line-height: 1.8;
  margin-bottom: 0.5em;
}
#columns-vox .columns-list__summary {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  margin-bottom: 2em;
}
#columns-vox .columns-list__date {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.8;
}
#columns-vox .columns-list__more {
  display: inline-block;
  background-color: #FFFFFF;
  color: #404040;
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding: 1em 35px 1em 1.5em;
  padding-right: calc(1.5em + 37px);
  border-radius: 20px;
}
#columns-vox .columns-list__more::after {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
}
#columns-vox .columns-list__more::before {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
}
#columns-vox .columns-all {
  width: 95%;
  max-width: 320px;
  margin: 0 auto;
}
#columns-vox .columns-all a {
  display: block;
  background-color: #333333;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding: 1em 35px 1em 1.5em;
  padding-right: calc(1.5em + 37px);
  border-radius: 20px;
  transition: 0.2s;
}
#columns-vox .columns-all a:hover {
  opacity: 0.7;
}
#columns-vox .columns-all a::after {
  display: block;
  content: "";
  background: #FFFFFF;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 7.5em;
}
#columns-vox .columns-all a::before {
  display: block;
  content: "";
  background: #FFFFFF;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 7.5em;
  transform: rotate(45deg);
  transform-origin: right;
}

#about .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#about .about-message {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.063rem, 1.155vw + 0.764rem, 1.688rem);
  line-height: clamp(1.594rem, 2.2vw + 1.025rem, 2.784rem);
  text-align: left;
  margin: 0 0 65px 0;
}
#about .about-message br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #about .about-message {
    margin: 0 0 85px 0;
  }
}
@media screen and (min-width: 960px) {
  #about .about-message {
    text-align: center;
  }
  #about .about-message br.pc {
    display: block;
  }
}

#strength {
  padding: 70px 0 100px 0;
}
#strength .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#strength .strength-point {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #strength .strength-point__txt {
    width: 47%;
  }
}
#strength .strength-point__txt h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.386vw + 1.141rem, 2.25rem);
  line-height: clamp(2.25rem, 2.702vw + 1.551rem, 3.713rem);
  position: relative;
}
#strength .strength-point__txt h3::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #FEA628;
  width: 18px;
  height: 2px;
  top: -0.8em;
  left: 0;
}
#strength .strength-point__txt h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.693vw + 0.946rem, 1.5rem);
  line-height: clamp(1.688rem, 1.455vw + 1.311rem, 2.475rem);
  margin: 0 0 1em 0;
}
#strength .strength-point__txt p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.462vw + 0.818rem, 1.188rem);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #strength .strength-point__img {
    width: 47%;
  }
}
#strength .strength-point__img img {
  width: 100%;
  height: auto;
}
#strength .strength-point li {
  margin: 0 0 65px 0;
}
@media screen and (min-width: 768px) {
  #strength .strength-point li {
    margin: 0 0 85px 0;
    display: flex;
    justify-content: space-between;
  }
}
#strength .strength-point li:nth-child(1) .strength-point__txt h3::after {
  content: "1";
  position: absolute;
  top: -1.25em;
  left: 25px;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 2.309vw + 1.277rem, 3.125rem);
  color: #FEA628;
}
#strength .strength-point li:nth-child(2) .strength-point__txt h3::after {
  content: "2";
  position: absolute;
  top: -1.25em;
  left: 25px;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 2.309vw + 1.277rem, 3.125rem);
  color: #FEA628;
}
@media screen and (min-width: 768px) {
  #strength .strength-point li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
#strength .strength-point li:nth-child(3) {
  margin: 0 0 35px 0;
}
#strength .strength-point li:nth-child(3) .strength-point__txt h3::after {
  content: "3";
  position: absolute;
  top: -1.25em;
  left: 25px;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 2.309vw + 1.277rem, 3.125rem);
  color: #FEA628;
}

#members {
  background-color: #FFFFFF;
  padding: 70px 0 100px 0;
}
#members .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#members .section-title {
  margin: 0 0 3em 0;
}

.members-list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .members-list {
    display: flex;
    justify-content: space-between;
  }
}
.members-list li {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  margin: 0 0 65px 0;
}
.members-list li:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .members-list li {
    width: 30%;
  }
}
.members-list li .vox {
  margin: 0 0 1em 0;
}
.members-list li p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
}
.members-list li ul {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}
.members-list li ul li {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .members-list li ul li {
    width: 100%;
  }
}
.members-list li ul li ul {
  list-style-type: circle;
}
.members-list li h5 {
  font-weight: 500;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  color: #FEA628;
}
.members-list__img {
  max-width: 238px;
}
.members-list__img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.members-list__name {
  font-weight: 700;
  font-size: clamp(1rem, 0.346vw + 0.91rem, 1.188rem);
  margin: 0.5em 0;
}

#outline {
  padding: 70px 0 0 0;
}
#outline .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#outline .section-title {
  text-align: left;
  position: relative;
  margin: 0 0 3em 0;
}
#outline .section-title::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/title-kamome.svg") no-repeat;
  width: 63px;
  height: 26px;
  top: -0.5em;
  left: 12em;
}
@media screen and (min-width: 960px) {
  #outline .section-title::before {
    left: 13em;
  }
}
#outline .outline-data {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 65px auto;
  border-collapse: collapse;
}
#outline .outline-data th {
  border-bottom: #313747 dotted 1px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.547rem, 0.468vw + 1.426rem, 1.8rem);
  text-align: left;
  vertical-align: top;
  padding: 1em 2em 1em 1em;
  white-space: nowrap;
}
#outline .outline-data td {
  border-bottom: #313747 dotted 1px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.547rem, 0.468vw + 1.426rem, 1.8rem);
  text-align: left;
  vertical-align: top;
  padding: 1em;
}
#outline .outline-data td a {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
#outline .outline-data td a::after {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 1em;
  right: 0;
}
#outline .outline-data td a::before {
  display: block;
  content: "";
  background: #313747;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 1em;
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}
#outline .building-story {
  border-radius: 10px;
  background: linear-gradient(270deg, #846A4F 0%, #B3A08F 100%);
  text-align: left;
  color: #FFFFFF;
  padding: 2em;
  margin: 0 0 65px 0;
}
@media screen and (min-width: 960px) {
  #outline .building-story {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#outline .building-story .img {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  #outline .building-story .img {
    width: 49%;
    margin-bottom: 0;
  }
}
#outline .building-story .img img {
  width: 100%;
  height: auto;
}
#outline .building-story p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.346vw + 0.848rem, 1.125rem);
  line-height: clamp(1.547rem, 0.883vw + 1.318rem, 2.025rem);
  margin: 0;
}
@media screen and (min-width: 960px) {
  #outline .building-story p {
    width: 47%;
  }
}
#outline .g-map {
  width: 100%;
  position: relative;
  padding-top: 90%;
}
@media screen and (min-width: 768px) {
  #outline .g-map {
    padding-top: 55%;
  }
}
@media screen and (min-width: 1152px) {
  #outline .g-map {
    padding-top: 40%;
  }
}
#outline .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

#service .inner {
  width: 90%;
  margin: 0 auto 30px auto;
  max-width: 1152px;
}
@media screen and (min-width: 768px) {
  #service .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#service .service-message {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.063rem, 1.155vw + 0.764rem, 1.688rem);
  line-height: clamp(1.594rem, 2.2vw + 1.025rem, 2.784rem);
  text-align: left;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  #service .service-message {
    width: 55%;
  }
}
@media screen and (min-width: 960px) {
  #service .service-message {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #service .service-fv {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  #service .service-fv {
    width: 50%;
  }
}
#service .service-fv img {
  width: 100%;
  height: auto;
}

#practices {
  padding: 60px 0 0 0;
}
#practices .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#practices .section-title {
  text-align: left;
  margin: 0 0 3em 0;
}

.practices-vox {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.gutter-sizer {
  width: 0%;
}
@media screen and (min-width: 768px) {
  .gutter-sizer {
    width: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .gutter-sizer {
    width: 50px;
  }
}

.practices-item {
  border-radius: 20px;
  padding: 2em;
  border: 1px solid rgba(48, 65, 107, 0.4);
  background: #FFFFFF;
  box-shadow: 5px -5px 10px 0px rgba(32, 32, 32, 0.1);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .practices-item {
    margin-bottom: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1152px) {
  .practices-item {
    margin-bottom: 50px;
    width: calc((100% - 100px) / 3);
  }
}
.practices-item h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  line-height: 1.8;
  font-weight: 700;
}
.practices-item ul {
  margin: 0 0 0 1.5em;
}
.practices-item ul li {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  font-weight: 500;
  list-style-type: disc;
}
.practices-item ul li ul li {
  list-style-type: circle;
}
.practices-item p {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  font-weight: 500;
}

#columns .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
#columns .search-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.693vw + 0.946rem, 1.5rem);
  line-height: clamp(1.688rem, 1.455vw + 1.311rem, 2.475rem);
  margin: 0 0 1em 0;
}
#columns .search-title.no-index {
  text-align: left;
  margin: 0 0 4em 0;
}
#columns .search-vox form {
  display: flex;
  justify-content: center;
  width: 90%;
  text-align: center;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 768px) {
  #columns .search-vox form {
    width: 310px;
  }
}
#columns .search-vox button,
#columns .search-vox input[type=button],
#columns .search-vox input[type=reset],
#columns .search-vox input[type=submit] {
  background-color: #313747;
  border: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
#columns .search-vox button img,
#columns .search-vox input[type=button] img,
#columns .search-vox input[type=reset] img,
#columns .search-vox input[type=submit] img {
  width: 21px;
  height: 21px;
}
#columns .search-vox input[type=text] {
  background-color: #FFFFFF;
  border: #999999 solid 1px;
  color: #202020;
  outline: 0;
  width: calc(100% - 46px);
  height: 46px;
}
#columns .search-vox input:focus::-moz-placeholder {
  color: transparent;
}
#columns .search-vox input:focus::placeholder {
  color: transparent;
}
#columns .columns-list {
  width: 100%;
  text-align: left;
  padding: 2.5em 0 1em 0;
}
@media screen and (min-width: 768px) {
  #columns .columns-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
#columns .columns-list li {
  margin: 0 0 45px 0;
}
@media screen and (min-width: 768px) {
  #columns .columns-list li {
    width: 48%;
  }
}
#columns .columns-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(32, 32, 32, 0.2);
  color: #313747;
  text-decoration: none;
  padding: 1.5em 2em;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.2s;
}
#columns .columns-list li a:hover {
  opacity: 0.7;
}
#columns .columns-list li a:hover .columns-list__more {
  color: #1A57B1;
}
#columns .columns-list li a:hover .columns-list__more::after,
#columns .columns-list li a:hover .columns-list__more::before {
  background: #1A57B1;
}
#columns .columns-list li p {
  color: #999999;
  font-style: italic;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  margin-bottom: 1em;
}
#columns .columns-list__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
  line-height: 1.8;
  margin-bottom: 0.5em;
}
#columns .columns-list__summary {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1.8;
  margin-bottom: 1em;
}
#columns .columns-list__date {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.8;
  color: #FEA628;
}
#columns .columns-list__tag {
  margin-bottom: 2em;
}
#columns .columns-list__tag li {
  margin: 0 0.75em 0.5em 0;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  line-height: 1;
  padding: 0.2em 1em;
  border: #313747 solid 1px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #columns .columns-list__tag li {
    width: inherit;
  }
}
#columns .columns-list__more {
  display: inline-block;
  background-color: #FFFFFF;
  color: #404040;
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding: 1em 35px 1em 1.5em;
  padding-right: calc(1.5em + 37px);
  border-radius: 20px;
}
#columns .columns-list__more::after {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
}
#columns .columns-list__more::before {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
}
@media screen and (min-width: 960px) {
  #columns .flex {
    display: flex;
    justify-content: space-between;
  }
}

.tag-title {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  background-color: rgba(49, 55, 71, 0.5);
  color: #FFFFFF;
  padding: 1em;
  border-radius: 20px;
}

.columns-contents {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .columns-contents {
    width: calc(100% - 295px);
  }
}
.columns-contents__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(2.1rem, 2.217vw + 1.526rem, 3.3rem);
  margin: 0 0 1em 0;
}
.columns-contents__data {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
}
.columns-contents__data .date {
  font-family: "Crimson Pro", serif;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  color: #FEA628;
  margin: 0 0 0 1em;
}
.columns-contents__tag {
  margin: 1em 0 2em 0;
}
.columns-contents__tag li {
  margin: 0 0.75em 0.5em 0;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  line-height: 1;
  padding: 0.2em 1em;
  border: #313747 solid 1px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .columns-contents__tag li {
    width: inherit;
  }
}

#columns .sidebar {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #columns .sidebar {
    width: 240px;
  }
}
#columns .sidebar .box {
  padding: 0 0 3em 0;
}
#columns .sidebar .box:last-child {
  margin: 0;
}
#columns .sidebar .search-vox form {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #columns .sidebar .search-vox form {
    width: 100%;
  }
}
#columns .sidebar .search-vox button,
#columns .sidebar .search-vox input[type=button],
#columns .sidebar .search-vox input[type=reset],
#columns .sidebar .search-vox input[type=submit] {
  background-color: #313747;
  border: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
#columns .sidebar .search-vox button img,
#columns .sidebar .search-vox input[type=button] img,
#columns .sidebar .search-vox input[type=reset] img,
#columns .sidebar .search-vox input[type=submit] img {
  width: 21px;
  height: 21px;
}
#columns .sidebar .search-vox input[type=text] {
  background-color: #FFFFFF;
  border: #999999 solid 1px;
  color: #202020;
  outline: 0;
  width: calc(100% - 46px);
  height: 46px;
}
#columns .sidebar .search-vox input:focus::-moz-placeholder {
  color: transparent;
}
#columns .sidebar .search-vox input:focus::placeholder {
  color: transparent;
}
#columns .sidebar h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  font-weight: 500;
  line-height: 1;
  background-color: #313747;
  color: #FFFFFF;
  padding: 0.9em 1em;
  margin: 0 0 1em 0;
}
#columns .sidebar-tag li {
  margin: 0 0.75em 1em 0;
  display: inline-block;
}
#columns .sidebar-tag li a {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1;
  padding: 0.4em 1em;
  border: #313747 solid 1px;
  border-radius: 5px;
  text-decoration: none;
}

#recruit .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
@media screen and (min-width: 768px) {
  #recruit .inner {
    display: flex;
    justify-content: space-between;
  }
}
#recruit .recruit-message {
  text-align: left;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  #recruit .recruit-message {
    width: 55%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  #recruit .recruit-message {
    width: 50%;
  }
}
#recruit .recruit-message p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.462vw + 0.818rem, 1.188rem);
  line-height: 1.8;
  margin: 0 0 1em 0;
}
#recruit .recruit-message p.large {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.063rem, 1.155vw + 0.764rem, 1.688rem);
  line-height: clamp(1.594rem, 2.2vw + 1.025rem, 2.784rem);
}
@media screen and (min-width: 768px) {
  #recruit .recruit-img {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  #recruit .recruit-img {
    width: 50%;
  }
}
#recruit .recruit-img img {
  width: 100%;
  height: auto;
}

#news .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
}
#news .news-list {
  width: 100%;
  text-align: left;
  padding: 2.5em 0 1em 0;
}
#news .news-list li {
  margin: 0 0 2em 0;
}
#news .news-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(32, 32, 32, 0.2);
  color: #313747;
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 20px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #news .news-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 2.5em;
  }
}
@media screen and (min-width: 960px) {
  #news .news-list li a {
    padding: 2em 4em;
  }
}
#news .news-list li a:hover {
  opacity: 0.7;
}
#news .news-list li a:hover .news-list__more {
  color: #1A57B1;
}
#news .news-list li a:hover .news-list__more::after, #news .news-list li a:hover .news-list__more::before {
  background: #1A57B1;
}
@media screen and (min-width: 768px) {
  #news .news-list__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 170px);
  }
}
#news .news-list__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #news .news-list__title {
    width: calc(100% - 6em);
  }
}
#news .news-list__date {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
  line-height: 1.8;
  color: #FEA628;
}
@media screen and (min-width: 768px) {
  #news .news-list__date {
    width: 6em;
  }
}
#news .news-list__more {
  display: inline-block;
  background-color: #FFFFFF;
  color: #404040;
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  text-transform: capitalize;
  position: relative;
  padding: 1em 35px 1em 0;
  padding-right: calc(1.5em + 37px);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #news .news-list__more {
    width: 150px;
  }
}
#news .news-list__more::after {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
}
#news .news-list__more::before {
  display: block;
  content: "";
  background: #404040;
  background-size: cover;
  width: 5px;
  height: 1px;
  position: absolute;
  top: calc(1em + 10px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
}

.news-contents {
  text-align: left;
}
.news-contents__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(2.1rem, 2.217vw + 1.526rem, 3.3rem);
}
.news-contents__data {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  margin: 0 0 3em 0;
}
.news-contents__data .date {
  font-family: "Crimson Pro", serif;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  color: #FEA628;
}

#contact .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
}
@media screen and (min-width: 768px) {
  #contact .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#contact .inner .contact-message {
  text-align: left;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  #contact .inner .contact-message {
    width: 55%;
  }
}
@media screen and (min-width: 960px) {
  #contact .inner .contact-message {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #contact .inner .contact-fv {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  #contact .inner .contact-fv {
    width: 50%;
  }
}
#contact .inner .contact-fv img {
  width: 100%;
  height: auto;
}
#contact .inner p {
  text-align: left;
  margin: 0 0 2em 0;
}
#contact .inner p.center {
  text-align: center;
}
#contact .inner p.large {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.063rem, 1.155vw + 0.764rem, 1.688rem);
  line-height: clamp(1.594rem, 2.2vw + 1.025rem, 2.784rem);
  margin: 0 0 1em 0;
}
#contact .contact-form {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  padding: 7.5%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  #contact .contact-form {
    padding: 6%;
    margin: 4% auto;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#contact .contact-form dt {
  line-height: 2;
  text-align: left;
  padding: 0 0 1em 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #contact .contact-form dt {
    position: relative;
    width: 28%;
    min-height: 12px;
    text-align: right;
  }
}
#contact .contact-form dd {
  line-height: 2;
  text-align: left;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-form dd {
    width: 67%;
    min-height: 34px;
    margin: 0 0 25px 0;
  }
}
#contact .contact-form dd label {
  font-weight: 500;
}
#contact .contact-form input[type=submit],
#contact .contact-form input[type=button],
#contact .contact-form input[type=text],
#contact .contact-form select,
#contact .contact-form textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
#contact .contact-form input[type=text] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=text] {
    width: 80%;
  }
}
#contact .contact-form input[type=email] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=email] {
    width: 80%;
  }
}
#contact .contact-form input[type=tel] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=tel] {
    width: 80%;
  }
}
#contact .contact-form textarea {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 240px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form textarea {
    width: 80%;
  }
}
#contact .contact-form input[type=text]:focus,
#contact .contact-form textarea:focus {
  background: rgba(204, 34, 34, 0.1);
}
#contact .contact-form input[type=checkbox],
#contact .contact-form input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .contact-form input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
#contact .contact-form input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
#contact .contact-form input[type=radio] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
#contact .contact-form input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}
#contact .submit-box {
  text-align: center;
  max-width: 300px;
  margin: 40px auto;
  font-size: clamp(0.938rem, 0.893rem + 0.149vw, 1rem);
  line-height: 1;
  font-weight: 600;
}
#contact .submit-box button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #313747;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.893rem + 0.149vw, 1rem);
  padding: 1em 0;
  transition: 0.2s;
}
#contact .submit-box button:hover {
  opacity: 0.75;
}
#contact .submit-box button.reverse::before {
  right: inherit;
  left: 0;
}
#contact .submit-box input[type=submit],
#contact .submit-box input[type=button] {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #313747;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.893rem + 0.149vw, 1rem);
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
#contact .submit-box input[type=submit]:hover,
#contact .submit-box input[type=button]:hover {
  opacity: 0.75;
}
#contact .submit-box input[type=submit].reverse::before,
#contact .submit-box input[type=button].reverse::before {
  right: inherit;
  left: 0;
}

#privacy .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  text-align: left;
}
#privacy p.mb {
  margin: 0 0 2em 0;
}
#privacy p.right {
  text-align: right;
}
#privacy p strong {
  font-weight: 700;
}
#privacy .privacy-list {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}
#privacy .privacy-list li {
  margin: 0 0 2em 0;
}
#privacy .privacy-list li ol.sub-list li {
  list-style-type: decimal-leading-zero;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  margin: 0 0 0 1.5em;
}/*# sourceMappingURL=style.css.map */