:root {
  --ease-in-out-cubic: cubic-bezier(.65, 0, .35, 1);
}
html {
  scroll-behavior: auto;
}
html, body {
  background: #fff;
}
body[data-type="RN2024"] {
  background: #fff;
}
img {
  display: block;
  width: 100%;
}
body[data-type="RN2024"] .contents {
  overflow: visible;
}
body[data-type="RN2024"] .contents.en {
  font-family: "Roboto", sans-serif;
}
body.is-footer-visible header {
  transform: translate(0, 0);
}
@media screen and (max-width: 1199px) {
  footer {
    margin-top: 60px;
  }
}
body:not(.has-seen-page-body) .breadcrumbs {
  padding: 60px 0 0;
}
body{
  --font-sans:"Noto Sans JP", sans-serif;
  --font-serif:"Noto Serif JP", serif;
}
/* */
@font-face {
  font-family: "Yaku Han MP";
  src: url("YakuHanMP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* menu */
.menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
  position: sticky;
  top: 0;
  transition: opacity .4s ease-out;
  width: 100%;
  z-index: 2;
}
.is-footer-visible .menu {
  opacity: 0;
  pointer-events: none;
}
.menu__inner {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 60px 0 auto;
  position: absolute;
  right: 0;
  top: 48px;
  transition: background .2s ease-out;
}
@media screen and (max-width: 1199px) {
  .menu__inner {
    margin: 0 24px 0 auto;
  }
}
.menu.is-open .menu__inner{
  background: #fff;
}
.menu__button {
  display: flex;
  cursor: pointer;
  gap: 16px;
  justify-content: flex-end;
  padding: 14px 16px;
  position: relative;
}
.menu__icon {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}
.menu.is-open .menu__icon:first-child, .menu__icon:last-child {
  opacity: 0;
}
.menu.is-open .menu__icon:last-child {
  opacity: 1;
}
.menu__text {
  max-width: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
  width: 32px;
}
.menu.is-open .menu__text:first-child,.menu__text:last-child {
  opacity: 0;
}
.menu.is-open .menu__text:last-child {
  opacity: 1;
}
.menu__nav {
  display: grid;
  opacity: 0;
  transition: grid-template-columns .4s ease-out,
              grid-template-rows .2s ease-out,
              opacity .4s ease-out;
  grid-template-columns: 0fr;
  grid-template-rows: 0fr;
}
.menu.is-open .menu__nav {
  opacity: 1;
  transition: grid-template-columns .2s ease-out,
              grid-template-rows .2s ease-out,
              opacity .4s ease-out;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.menu__links {
  display: grid;
  gap: 20px;
  right: 60px;
  top: 57px;
  visibility: hidden;
  overflow: hidden;
}
.menu.is-open .menu__links {
  opacity: 1;
  padding: 20px 16px 30px;
  visibility: visible;
}
.menu__link {
  display: grid;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 16px;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.menu__link > span {
  align-items: center;
  display: flex;
  gap: 2px;
}
.menu__link > span:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
.menu__link > span:nth-child(2) {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .06em;
}
.en .menu__link > span:nth-child(2) {
  display: none;
}
/* article */
.article{
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 200px;
  color: #292929;
}
.en .article{
  line-height: 1.7;
  letter-spacing: .01em;
}
.article img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__logo img{
  object-fit: contain;
  object-position: left;
}
.article__logo {
  position: absolute;
  width: 241px;
  height: 13px;
  top: 180px;
  left: 64px;
}
.article__header {
  max-width: 778px;
  margin: 0 auto;
  padding: 235px 64px 0;
}
.en .article__header{
  max-width: 776px;
}
.article__from{
  font-family: var(--font-serif);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .12em;
}
.article__title {
  margin-top: 35px;
  font-family: "Yaku Han MP", var(--font-serif);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: .055em;
  line-height: 1.8;
  text-box-trim: trim-both;
}
.en .article__from, .en .article__title{
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .02em;
}
.article__desc {
  margin-top: 95px;
  text-align: justify;
}
.en .article__desc{
  margin-top: 84px;
  text-align: left;
}
.article__fv {
  margin-top: 100px;
  width: 100%;
  height: 870px;
}
.article__top-person{
  width: 289px;
  margin: 180px auto 0;
  background: #AAAFBC;
}
.top-person__name{
  padding: 0 24px;
  margin-top: -12px;
  padding-top: 20px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}
.en .top-person__name{
  letter-spacing: .04em;
}
.top-person__work{
  padding: 0 24px;
  margin-top: -5px;
  font-weight: 400;
  font-size: 11px;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}
.top-person__desc{
  padding: 31px 24px 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: .08em;
  text-align: justify;
}
.en .top-person__desc{
  padding-top: 28px;
  line-height: 1.7;
  letter-spacing: -.01em;
  text-align: left;
}
.article__main {
  margin: 140px auto 0;
  max-width: 1043px;
  padding: 0 198.5px;
}
.article__block{
  margin: 0 auto;
  max-width: 776px;
  padding: 0 88.5px;
}
.article__block--border{
  border-top: 1px solid #787878;
}
.article__block--margin{
  margin-top: 220px;
}
.article__headline {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: .12em;
  line-height: 1.8;
  text-box-trim: trim-both;
  text-align: center;
}
.article__question {
  margin-top: 80px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .12em;
  line-height: 1.8;
  text-box-trim: trim-both;
  display: flex;
  position: relative;
}
.en .article__headline, .en .article__question{
  font-weight: 400;
  letter-spacing: .02em;
}
.article__question::before{
  content: '';
  width: 50px;
  height: 1px;
  background: #9A9A9A;
  position: relative;
  left: 0;
  top: 18px;
  margin-right: 16px;
}
.article__answer {
  margin-top: 40px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.8;
  text-align: justify;
  text-box-trim: trim-both;
  width: 508px;
  margin-left: auto;
}
.en .article__answer {
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: left;
}
.contents.en i{
  font-style:italic;
}
.article__figure{
  margin-top: 44px;
}
.article__figure-title {
  margin-top: 12px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.8;
}
.en .article__figure-title{
  margin-top: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .02em;
}
.article__figure-desc {
  margin-top: 3px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .0775em;
  line-height: 1.8;
  text-align: justify;
}
.en .article__figure-desc{
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: left;
}
.article__2col{
  margin-top: 40px;
  display: flex;
}
.article__2col-photo {
  width: 374px;
}
.article__2col-desc {
  width: 374px;
  margin-left: 28px;
}
.article__2col-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .12em;
  line-height: 1.8;
  text-box-trim: trim-both;
}
.article__2col-text {
  margin-top: 28px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 2.0;
  text-align: justify;
  text-box-trim: trim-both;
}
.article__column-2col {
  margin-top: 80px;
  padding: 40px 33px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
}
.article__column-2col-desc {
  width: 364px;
}
.article__column-2col-photo {
  width: 318px;
  margin-left: 28px;
}
.article__column-2col-photo-desc{
  margin-top: 14px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 2;
  text-align: center;
}
.en .article__column-2col-photo-desc{
  letter-spacing: .01em;
  line-height: 1.7;
}
.article__column-2col-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.8;
  text-box-trim: trim-both;
}
.en .article__column-2col-title {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .02em;
}
.article__column-2col-text {
  margin-top: 21px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.8;
  text-align: justify;
  text-box-trim: trim-both;
}
.en .article__column-2col-text {
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: left;
}
.article__footer{
  width: 776px;
  margin: 140px auto 0;
  border-top: 1px solid #787878;
}
.person{
  margin: 0 auto;
  border-bottom: 1px solid #787878;
  padding: 20px 0;
  display: flex;
  width: 778px;
}
.person__photo {
  width: 240px;
}
.person__data {
  width: 504px;
  margin-left: 32px;
}
.person__name {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .12em;
  line-height: 2;
  text-align: justify;
  text-box-trim: trim-both;
}
.person__work {
  margin-left: 12px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .12em;
  line-height: 2;
  text-align: justify;
}
.person__desc {
  font-family: var(--font-sans);
  margin-top: 28px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.8;
  text-align: justify;
  text-box-trim: trim-both;
}
.en .person__name, .en .person__desc{
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-mt--180{margin-top:180px}
  .pc-mt--140{margin-top:140px}
  .pc-mt--120{margin-top:120px}
  .pc-mt--92 {margin-top: 92px}
  .pc-mt--80 {margin-top: 80px}
  .pc-mt--60 {margin-top: 60px}
  .pc-mt--48 {margin-top: 48px}
  .u-show--sp {display: none}
}
@media screen and (max-width: 1440px) {
  .article__block{
    width: 100%;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .article__logo {
    position: relative;
    width: calc(100% - 48px);
    margin: 0 auto;
    top: unset;
    left: unset;
    padding-top: 60px;
  }
  .article__header {
    width: calc(100% - 48px);
    padding: unset;
    padding-top: 120px;
  }
  .article__from{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: .11em;
  }
  .article__fv {
    margin-top: 60px;
    height: 265px;
  }
  .article__title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .1em;
    text-align: left;
  }
  .article__desc{
    margin-top: 70px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .11em;
  }
  .en .article__desc{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
  }
  .u-show--pc{
    display: none;
  }
  .u-show--sp{
    display: unset;
  }
  .article__top-person{
    margin-top: 120px;
    width: calc(100% - 104px);
  }
  .top-person__name{
    padding-top: 22px;
    font-size: 18px;
  }
  .top-person__desc{
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: .07em;
  }
  .en .top-person__desc{
    padding-top: 18px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .article{
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 1.9;
  }
  .article__main {
    margin: 100px auto 0;
    width: calc(100% - 48px);
    padding: 0 0;
  }
  .article__block{
    width: 100%;
    padding: unset;
    margin: unset
  }
  .article__block--margin{
    margin-top: 100px;
  }
  .article__img {
    margin-top: 36px;
    width: 100%;
  }
  .article__headline {
    margin-top: 54px;
    font-size: 18px;
    letter-spacing: .12em;
  }
  .en .article__headline {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .article__headline--sp-align-right{
    text-align: right;
  }
  .article__question::before{
    content:'';
    display:none;
  }
  .article__question{
    margin-top: 60px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .12em;
  }
  .en .article__question{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .article__answer {
    width: calc(100% - 43px);
    margin-left: auto;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .08em;
  }
  .en .article__answer{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
  }
  .article__figure{
    margin-top: 34px;
    width: 100%;
  }
  .en .article__figure{
    margin-top: 33px;
  }
  .article__figure-title{
    margin-top: 13px;
    font-size: 14px;
    letter-spacing: .12em;
  }
  .en .article__figure-title{
    margin-top: 14px;
  }
  .article__figure-desc{
    margin-top: 1px;
    font-size: 12px;
    letter-spacing: .12em;
  }
  .en .article__figure-desc{
    margin-top: 2px;
  }
  .article__2col{
    display: block;
    width: 327px;
  }
  .article__2col-photo{
    width: 100%;
  }
  .article__2col-desc{
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }
  .article__column-2col {
    margin-top: 54px;
    display: block;
    padding: 28px;
  }
  .article__column-2col-title{
    font-size: 15px;
  }
  .en .article__column-2col-title{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .article__column-2col-desc {
    width: 100%;
  }
  .article__column-2col-text{
    margin-top: 20px;
    font-size: 13px;
  }
  .en .article__column-2col-text{
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .01em;
  }
  .article__column-2col-photo {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
  .article__column-2col-photo-desc{
    margin-top: 10px;
  }
  .en .article__column-2col-photo-desc{
    font-size: 12px;
  }
  .article__footer{
    width: calc(100% - 48px);
  }
  .person{
    padding-top: 20px;
    width: 100%;
    display: block;
    position: relative;
  }
  .person__photo{
    width: 155px;
    position: absolute;
    top: 20px;
  }
  .person__data{
    width: 100%;
    margin-left: 0;
  }
  .person__name{
    margin-top: 57px;
    margin-left: 173px;
    font-size: 16px;
    letter-spacing: .12em;
  }
  .person__work{
    display: block;
    margin-left: 0;
    font-size: 11px;
    letter-spacing: .12em;
  }
  .person__desc{
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .12em;
  }
  .en .person__desc{
    font-size: 12px;
    margin-top: 46px;
  }
  .sp-mt--44{margin-top:44px}
  .sp-mt--57{margin-top:57px}
  .sp-mt--100{margin-top:100px}
  .sp-mt--120{margin-top:120px}
  .u-sp-text--right {display: inline-block; text-align: right; width:100%;}
}