@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html, body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2.375em;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #d7d7d8; }

html:not(.wf-active) * {
  color: transparent !important; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 0px; }

.header__nav {
  position: absolute;
  left: 80px;
  top: 58px; }

.header__nav__toggle {
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  cursor: pointer; }
  .header__nav__toggle span {
    display: block;
    width: 84px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear; }
    .header__nav__toggle span:nth-of-type(1) {
      -ms-transform: translate(0px, -20px);
          transform: translate(0px, -20px); }
    .header__nav__toggle span:nth-of-type(2) {
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px); }
    .header__nav__toggle span:nth-of-type(3) {
      -ms-transform: translate(0px, 20px);
          transform: translate(0px, 20px); }

.header__nav__menu {
  position: relative;
  box-sizing: border-box;
  width: 360px;
  height: auto;
  background-color: #FFF;
  padding: 70px 0;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__nav__menu > li > a,
  .header__nav__menu > li > span {
    display: block;
    font-size: 28px;
    line-height: 62px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer; }
  .header__nav__menu > li ul {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: height 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__nav__menu > li.open ul {
    height: 200px; }
  .header__nav__menu > li ul li a,
  .header__nav__menu > li ul li span {
    display: block;
    font-size: 18px;
    line-height: 50px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer; }

.header__nav.open .header__nav__menu {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%); }

.header__nav.open .header__nav__toggle span:nth-of-type(1) {
  -ms-transform: translate(0px, 0px) rotate(45deg);
      transform: translate(0px, 0px) rotate(45deg); }

.header__nav.open .header__nav__toggle span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.header__nav.open .header__nav__toggle span:nth-of-type(3) {
  -ms-transform: translate(0px, 0px) rotate(-45deg);
      transform: translate(0px, 0px) rotate(-45deg); }

.header__top {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 45px;
  right: 75px; }
  .header__top span {
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: 30px;
    height: auto;
    font-size: 30px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 30px; }

@media (max-width: 1024px) {
  .header__nav {
    position: absolute;
    left: 60px;
    top: 40px; }
  .header__nav__toggle {
    width: 67px;
    height: 67px;
    left: -8px;
    top: -8px; }
    .header__nav__toggle span {
      width: 67px;
      height: 3px;
      border-radius: 1.5px;
      top: 32px; }
      .header__nav__toggle span:nth-of-type(1) {
        -ms-transform: translate(0px, -16px);
            transform: translate(0px, -16px); }
      .header__nav__toggle span:nth-of-type(2) {
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
      .header__nav__toggle span:nth-of-type(3) {
        -ms-transform: translate(0px, 16px);
            transform: translate(0px, 16px); }
  .header__nav__menu {
    width: 270px;
    padding: 66px 0; }
    .header__nav__menu > li > a,
    .header__nav__menu > li > span {
      font-size: 24px;
      line-height: 56px; }
    .header__nav__menu > li.open ul {
      height: 176px; }
    .header__nav__menu > li ul li a,
    .header__nav__menu > li ul li span {
      font-size: 16px;
      line-height: 44px; }
  .header__top {
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 40px; }
    .header__top span {
      width: 20px;
      font-size: 20px;
      line-height: 20px; } }

@media (max-width: 640px) {
  .header__nav {
    left: 20px;
    top: 30px; }
  .header__nav__toggle {
    width: 45px;
    height: 45px;
    left: -6px;
    top: -6px; }
    .header__nav__toggle span {
      width: 45px;
      height: 3px;
      border-radius: 1.5px;
      top: 22px; }
      .header__nav__toggle span:nth-of-type(1) {
        -ms-transform: translate(0px, -12px);
            transform: translate(0px, -12px); }
      .header__nav__toggle span:nth-of-type(2) {
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
      .header__nav__toggle span:nth-of-type(3) {
        -ms-transform: translate(0px, 12px);
            transform: translate(0px, 12px); }
  .header__nav__menu {
    width: 270px;
    padding: 66px 0; }
    .header__nav__menu li a {
      display: block;
      font-size: 24px;
      line-height: 56px;
      font-family: a-otf-midashi-mi-ma31-pr6n, serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      color: #000;
      text-decoration: none; }
  .header__top {
    top: 20px;
    right: 20px; } }

html[lang="en"] .header__nav__menu li a {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: italic; }

.modal {
  display: block;
  position: fixed;
  width: 0%;
  height: 0%;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: hidden;
  transition: all 0s linear .1s; }
  .modal.show {
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 999;
    transition-delay: 0s; }
    .modal.show .modal__viewport {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition-duration: 0s; }
    .modal.show .modal__container,
    .modal.show .modal__close {
      display: block; }

.modal__viewport {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .1s linear 0s; }

.modal__container {
  display: none;
  position: relative;
  width: calc(100% - 200px);
  height: auto;
  max-width: 1480px; }

.modal__close {
  display: none;
  width: 84px;
  height: 84px;
  position: absolute;
  left: 70px;
  top: 48px;
  cursor: pointer;
  z-index: 1; }
  .modal__close:before, .modal__close:after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 40px; }
  .modal__close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .modal__close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.modal__video {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  background-color: #000;
  margin: 0 auto; }

.modal__video__embed {
  width: 100%;
  height: 0px;
  padding-top: 56.25%; }
  .modal__video__embed > div,
  .modal__video__embed > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }

.notice {
  font-size: 17px;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  right: 30px;
  letter-spacing: 0.06em;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal; }

@media (max-width: 1024px) {
  .notice {
    font-size: 12px;
    bottom: 20px;
    right: 20px; } }

@media (max-width: 767px) {
  .notice {
    font-size: 10px; } }

.page__container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto; }

.page__container__inner {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  max-width: 1420px;
  padding: 0 210px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.page__main {
  width: 100%;
  padding: 150px 0; }

.page__label {
  text-align: right;
  margin-bottom: 20px; }
  .page__label span {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: italic;
    background-color: #FFF;
    box-sizing: border-box;
    min-width: 120px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    right: -40px;
    display: inline-block;
    text-align: center; }

.page__body {
  position: relative;
  background-color: #FFF;
  padding: 130px 0 60px; }

.page__body__title {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  letter-spacing: 0.2em;
  text-align: center; }

.page__body__subtitle {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  margin: 28px 0 0 0;
  letter-spacing: 0.1em; }

.page__body__main {
  margin: 60px 0 0 0;
  padding: 0 120px; }
  .page__body__main p {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.15em; }
  .page__body__main p.sign {
    text-align: right;
    margin-top: 4em;
    margin: 80px 0 0 0;
    line-height: 1.5em; }

@media (max-width: 1280px) {
  .page__body__main {
    padding: 0 60px; } }

@media (max-width: 1024px) {
  .page__container__inner {
    width: 100%;
    min-height: 100%;
    padding: 0 80px; }
  .page__main {
    padding: 160px 0; } }

@media (max-width: 767px) {
  .page__container__inner {
    padding: 0 60px; }
  .page__body {
    padding: 100px 0 40px; }
  .page__body__title {
    font-size: 30px; }
  .page__body__subtitle {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    margin: 18px 0 0 0; }
  .page__body__main {
    margin: 60px 0 0 0;
    padding: 0 90px; }
    .page__body__main p {
      font-size: 14px;
      line-height: 32px; }
    .page__body__main p.sign {
      margin: 60px 0 0 0; } }

@media (max-width: 640px) {
  .page__main {
    padding: 145px 0 120px; }
  .page__container__inner {
    padding: 0 20px; }
  .page__label {
    margin-bottom: 10px; }
    .page__label span {
      right: -10px; }
  .page__body {
    padding: 60px 0 30px; }
  .page__body__title {
    font-size: 24px; }
  .page__body__subtitle {
    font-size: 16px;
    margin-top: 0px; }
  .page__body__main {
    margin: 50px 0 0 0;
    padding: 0 25px; }
    .page__body__main p {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 0.1em; }
    .page__body__main p.sign {
      margin: 40px 0 0 0; } }

html[lang="en"] .page__body__title {
  letter-spacing: 0.10em; }

html[lang="en"] .page__body__main p {
  letter-spacing: 0.06em;
  text-align: left; }

html[lang="en"] .page__body__main p.sign {
  text-align: right; }

@media (max-width: 767px) {
  html[lang="en"] .page__body__title {
    font-size: 22px;
    padding: 0 10px; } }

.pagenate {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 44px;
  height: 44px;
  background-image: url(/images/loading.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 58px;
  animation: spin 0.3s linear infinite;
  transition: opacity .1s linear, visibility 0s linear .1s; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .pagenate.loading {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transition: opacity .1s linear, visibility 0s linear 0s; }

.architect .architect__body {
  padding-bottom: 40px; }

.architect .architect__member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .architect .architect__member + .architect__member {
    margin-top: 120px; }

.architect .architect__member__name {
  width: 120px;
  -ms-flex: 1 0 120px;
      flex: 1 0 120px; }
  .architect .architect__member__name h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.15em; }
  .architect .architect__member__name h3:after {
    content: ":";
    display: inline-block;
    padding-left: 4px; }

.architect .architect__member__text {
  width: calc(100% - 120px);
  -ms-flex: 1 1 calc(100% - 120px);
      flex: 1 1 calc(100% - 120px); }

@media (max-width: 767px) {
  .architect .architect__member__name {
    width: 100px;
    -ms-flex: 1 0 100px;
        flex: 1 0 100px; }
    .architect .architect__member__name h3 {
      font-size: 14px;
      line-height: 32px; }
  .architect .architect__member__text {
    width: calc(100% - 100px);
    -ms-flex: 1 1 calc(100% - 100px);
        flex: 1 1 calc(100% - 100px); } }

@media (max-width: 640px) {
  .architect .architect__member {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .architect .architect__member + .architect__member {
      margin-top: 60px; }
  .architect .architect__member__name {
    width: auto;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .architect .architect__member__name h3 {
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 12px; }
  .architect .architect__member__text {
    width: auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

.contact .page__body {
  padding-bottom: 120px; }

.contact .contact__main {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.15em;
  list-style: none outside; }
  .contact .contact__main:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .contact .contact__main li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .contact .contact__main li .label {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .contact .contact__main li .body {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .contact .contact__main li a {
      text-decoration: none;
      color: #000; }

html[lang="en"] .contact .contact__main {
  letter-spacing: 0.06em;
  text-align: left; }

@media (max-width: 640px) {
  .contact .page__body {
    padding-bottom: 60px; }
  .contact .contact__main {
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 32px; } }

.index {
  min-height: 600px; }

.index__container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 100px 60px;
  max-width: 1830px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.index__head {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.index__lang {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  z-index: 1; }
  .index__lang:after {
    content: "";
    display: block;
    width: 12px;
    height: 44px;
    background-image: url(/images/lang_toggle.png);
    background-size: 12px 44px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -6px; }
  .index__lang .index__lang__en,
  .index__lang .index__lang__ja {
    display: block;
    font-size: 18px;
    line-height: 24px; }
  .index__lang .index__lang__en {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 54px;
    letter-spacing: 0.08em; }
  .index__lang .index__lang__ja {
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 400;
    font-style: normal; }

.index__body {
  position: relative;
  padding: 0px 0 160px; }

.index__title {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 1;
  color: #000;
  text-align: center; }

.index__article, .index__article--link, .index__article--movie, .index__article--works {
  position: relative;
  display: block;
  margin-top: 80px; }
  .index__article:nth-of-type(odd), .index__article--link:nth-of-type(odd), .index__article--movie:nth-of-type(odd), .index__article--works:nth-of-type(odd) {
    text-align: left; }
  .index__article:nth-of-type(even), .index__article--link:nth-of-type(even), .index__article--movie:nth-of-type(even), .index__article--works:nth-of-type(even) {
    text-align: right;
    margin-right: 0px; }

.index__article__block {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left; }

.index__article__label {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: italic;
  background-color: #FFF;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 	20px;
  position: absolute;
  right: 80px;
  top: 15px;
  -ms-transform: translate(100%, -100%);
      transform: translate(100%, -100%); }

.index__article__body {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  background-color: #FFF;
  font-size: 32px;
  letter-spacing: 0.2em;
  padding: 40px 40px;
  box-sizing: border-box;
  width: auto;
  max-width: 100%; }

.index__article--link a {
  display: inline-block;
  color: #000; }

.index__article--movie .index__article__body {
  padding: 20px; }

.index__article--movie a {
  position: relative;
  display: block; }
  .index__article--movie a img {
    display: block;
    max-width: 100%;
    height: auto; }
  .index__article--movie a:after {
    content: "";
    display: block;
    width: 182px;
    height: 182px;
    background-image: url(/images/play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -91px;
    margin-left: -91px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s linear; }

body.youTubeIframeAPIReady .index__article--movie a[data-videoid]:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.index__article--works .index__article__body {
  padding: 20px; }

.index__article--works a {
  position: relative;
  display: block; }
  .index__article--works a img {
    display: block;
    max-width: 100%;
    height: auto; }

@media (max-width: 1024px) {
  .index {
    min-height: 0px; }
  .index__container {
    padding: 40px 30px 40px; }
  .index__article__label {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px;
    right: 80px;
    top: 15px; }
  .index__article__body {
    font-size: 24px;
    letter-spacing: 0.2em;
    padding: 20px 20px; }
  .index__notice {
    font-size: 12px;
    bottom: 20px;
    right: 20px; }
  .index__lang {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: fixed; } }

@media (max-width: 767px) {
  .index__article__label {
    font-size: 10px;
    line-height: 10px;
    padding: 10px 20px;
    right: 80px;
    top: 15px; }
  .index__article__body {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 16px 16px; }
  .index__notice {
    font-size: 10px; }
  .index__article--movie a:after {
    width: 91px;
    height: 91px;
    margin-top: -45px;
    margin-left: -45px; } }

@media (max-width: 640px) {
  .index__article__block {
    padding-right: 30px; }
  .index__article__label {
    right: 50px; }
  .index__article--movie .index__article__body {
    padding: 10px; }
  .index__article--movie a:after {
    width: 68px;
    height: 68px;
    margin-top: -34px;
    margin-left: -34px; }
  .index__article--works .index__article__body {
    padding: 10px; } }

@media (max-width: 374px) {
  .index__article__label {
    right: 80px; } }

html[lang="en"] .index__article__body {
  letter-spacing: 0.1em; }

@media (max-width: 374px) {
  html[lang="en"] .index__article__body {
    white-space: nowrap;
    font-size: 16px; } }

.offer .offer__form {
  position: relative; }

.offer .offer__form__group + .offer__form__group {
  margin-top: 44px; }

.offer .offer__form__part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.offer .offer__form__label {
  width: 240px;
  -ms-flex: 1 0 240px;
      flex: 1 0 240px;
  box-sizing: border-box;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  padding: 19px 30px 19px 0;
  letter-spacing: 0.15em; }
  .offer .offer__form__label label {
    display: block;
    position: relative;
    padding-left: 1.1em; }
    .offer .offer__form__label label:before {
      content: "◎";
      display: block;
      position: absolute;
      left: 0px; }

.offer .offer__form__input {
  width: calc(100% - 240px);
  -ms-flex: 1 1 calc(100% - 240px);
      flex: 1 1 calc(100% - 240px);
  border-top: 1px solid #000;
  box-sizing: border-box; }
  .offer .offer__form__input > input,
  .offer .offer__form__input > textarea {
    display: block;
    border: 0px;
    margin: 0px;
    outline: 0px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 19px 10px;
    letter-spacing: 0.15em; }
    .offer .offer__form__input > input::-webkit-input-placeholder,
    .offer .offer__form__input > textarea::-webkit-input-placeholder {
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #000; }
    .offer .offer__form__input > input:-ms-input-placeholder,
    .offer .offer__form__input > textarea:-ms-input-placeholder {
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #000; }
    .offer .offer__form__input > input::placeholder,
    .offer .offer__form__input > textarea::placeholder {
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #000; }
  .offer .offer__form__input > textarea {
    height: 150px;
    resize: none; }

.offer .offer__form__part--pulldown {
  margin-bottom: 38px; }
  .offer .offer__form__part--pulldown .offer__form__label {
    width: calc(100% - 230px);
    -ms-flex: 1 0 calc(100% - 230px);
        flex: 1 0 calc(100% - 230px);
    padding-top: 5px;
    padding-bottom: 5px; }
  .offer .offer__form__part--pulldown .offer__form__input {
    width: 230px;
    -ms-flex: 1 1 230px;
        flex: 1 1 230px; }

.offer .offer__form__part--required .offer__form__label {
  position: relative;
  padding-right: 90px; }
  .offer .offer__form__part--required .offer__form__label:after {
    content: "必須";
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 22px; }

.offer .offer__form__pulldown {
  display: block;
  position: relative;
  width: 100%;
  height: 38px; }
  .offer .offer__form__pulldown__label {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 30px 5px 10px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.15em;
    z-index: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .offer .offer__form__pulldown__label:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/images/pulldown.png);
      background-size: 20px 20px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -10px; }
  .offer .offer__form__pulldown select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }

.offer .offer__form__message {
  display: none;
  border: 2px solid #ccc;
  padding: 20px;
  text-align: center;
  margin: 30px 0; }
  .offer .offer__form__message p, .offer .offer__form__message li {
    line-height: 24px;
    text-align: center; }
  .offer .offer__form__message ul {
    margin-top: 6px; }
  .offer .offer__form__message li {
    display: none;
    font-size: 14px; }
    .offer .offer__form__message li:before {
      content: "・";
      padding-right: 6px; }
  .offer .offer__form__message.success {
    border-color: #28a745;
    color: #28a745; }
  .offer .offer__form__message.error, .offer .offer__form__message.invalid {
    border-color: #dc3545;
    color: #dc3545; }

.offer .offer__form__send {
  margin: 30px 0 0; }

.offer .offer__form__send__button {
  display: block;
  width: 200px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #000;
  color: #FFF;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin: 0 auto;
  cursor: pointer; }
  .offer .offer__form__send__button * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .offer .offer__form__send__button .neutral {
    display: block; }
  .offer .offer__form__send__button .processing {
    display: none; }
  .offer .offer__form__send__button .done {
    display: none; }
  .offer .offer__form__send__button.disabled {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: default; }
  .offer .offer__form__send__button.processing {
    color: rgba(255, 255, 255, 0.5); }
    .offer .offer__form__send__button.processing .neutral {
      display: none; }
    .offer .offer__form__send__button.processing .processing {
      display: block; }
  .offer .offer__form__send__button.done .neutral {
    display: none; }
  .offer .offer__form__send__button.done .done {
    display: block; }

@media (max-width: 767px) {
  .offer .offer__form__part,
  .offer .offer__form__part--pulldown {
    display: block;
    margin-bottom: 30px; }
    .offer .offer__form__part .offer__form__label,
    .offer .offer__form__part--pulldown .offer__form__label {
      width: 100%;
      padding: 5px 0;
      margin-bottom: 6px; }
    .offer .offer__form__part .offer__form__input,
    .offer .offer__form__part--pulldown .offer__form__input {
      width: 100%; }
  .offer .offer__form__pulldown__label {
    padding-top: 8px;
    padding-bottom: 8px; }
  .offer .offer__form__input > input,
  .offer .offer__form__input > textarea {
    padding: 8px 10px; }
  .offer .offer__form__input > textarea {
    height: 100px; }
  .offer .offer__form__part--required .offer__form__label:after {
    right: 10px;
    top: 8px; }
  .offer .offer__form__message {
    padding: 20px 15px; }
    .offer .offer__form__message li {
      font-size: 12px; } }

@media (max-width: 640px) {
  .offer .offer__form__label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px; }
  .offer .offer__form__part--required .offer__form__label:after {
    line-height: 20px;
    font-size: 11px;
    right: 5px;
    top: 6px; } }

.organization .organization__body__main {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: justify;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.15em;
  list-style: decimal outside; }

.organization .organization__trinity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 70px auto 0; }

.organization .organization__trinity__a h3, .organization .organization__trinity__a p, .organization .organization__trinity__a ul, .organization .organization__trinity__a li,
.organization .organization__trinity__b h3,
.organization .organization__trinity__b p,
.organization .organization__trinity__b ul,
.organization .organization__trinity__b li,
.organization .organization__trinity__c h3,
.organization .organization__trinity__c p,
.organization .organization__trinity__c ul,
.organization .organization__trinity__c li {
  text-align: center; }

.organization .organization__trinity__a {
  position: relative;
  width: 100%;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding-bottom: 280px; }
  .organization .organization__trinity__a:after {
    content: "";
    display: block;
    width: 274px;
    height: 236px;
    background-image: url(/images/trinity.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -137px;
    bottom: 30px; }

.organization .organization__trinity__b,
.organization .organization__trinity__c {
  width: 50%;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%; }

.organization .organization__trinity__name {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.1em; }

.organization .organization__trinity__plus {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-bottom: 2px; }

.organization .organization__trinity__aaoaa {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.1em; }

@media (max-width: 767px) {
  .organization .organization__body__main {
    font-size: 14px;
    line-height: 32px; }
  .organization .organization__trinity__a {
    padding-bottom: 210px; }
    .organization .organization__trinity__a:after {
      width: 205.5px;
      height: 177px;
      margin-left: -102.75px;
      bottom: 22.5px; }
  .organization .organization__trinity__name {
    font-size: 30px; }
  .organization .organization__trinity__plus {
    font-size: 20px;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 2px; }
  .organization .organization__trinity__aaoaa {
    font-size: 26px;
    line-height: 26px; } }

@media (max-width: 640px) {
  .organization .organization__body__main {
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px; }
  .organization .organization__trinity {
    padding: 0 10px; }
  .organization .organization__trinity__a {
    padding-bottom: 140px; }
    .organization .organization__trinity__a:after {
      width: 137px;
      height: 118px;
      margin-left: -68.5px;
      bottom: 15px; }
  .organization .organization__trinity__name {
    font-size: 24px;
    line-height: 28px; }
  .organization .organization__trinity__plus {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 4px; }
  .organization .organization__trinity__aaoaa {
    font-size: 21px;
    line-height: 21px; } }

@media (max-width: 424px) {
  .organization .organization__trinity {
    margin: 60px auto 0;
    padding: 0 25px 30px; }
  .organization .organization__trinity__a,
  .organization .organization__trinity__b,
  .organization .organization__trinity__c {
    padding-bottom: 0px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .organization .organization__trinity__a:after,
    .organization .organization__trinity__b:after,
    .organization .organization__trinity__c:after {
      display: none; }
  .organization .organization__trinity__a,
  .organization .organization__trinity__b {
    margin-bottom: 40px; }
  .organization .organization__trinity__label {
    font-size: 24px;
    line-height: 28px; }
  .organization .organization__trinity__sub {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px; }
  .organization .organization__trinity__text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 24px; }
    .organization .organization__trinity__text li:before {
      padding-right: 4px; } }

.statement .statement__trinity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 70px auto 0; }

.statement .statement__trinity__a h3, .statement .statement__trinity__a p, .statement .statement__trinity__a ul, .statement .statement__trinity__a li,
.statement .statement__trinity__b h3,
.statement .statement__trinity__b p,
.statement .statement__trinity__b ul,
.statement .statement__trinity__b li,
.statement .statement__trinity__c h3,
.statement .statement__trinity__c p,
.statement .statement__trinity__c ul,
.statement .statement__trinity__c li {
  text-align: center; }

.statement .statement__trinity__a {
  position: relative;
  width: 100%;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding-bottom: 280px; }
  .statement .statement__trinity__a:after {
    content: "";
    display: block;
    width: 274px;
    height: 236px;
    background-image: url(/images/trinity.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -137px;
    bottom: 30px; }

.statement .statement__trinity__b,
.statement .statement__trinity__c {
  width: 50%;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%; }

.statement .statement__trinity__label {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.1em; }

.statement .statement__trinity__sub {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-top: 4px; }

.statement .statement__trinity__text {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-top: 4px; }
  .statement .statement__trinity__text li:before {
    content: "・";
    padding-right: 6px; }

@media (max-width: 767px) {
  .statement .statement__trinity__a {
    padding-bottom: 210px; }
    .statement .statement__trinity__a:after {
      width: 205.5px;
      height: 177px;
      margin-left: -102.75px;
      bottom: 22.5px; }
  .statement .statement__trinity__label {
    font-size: 30px; }
  .statement .statement__trinity__sub {
    font-size: 20px;
    margin-top: 0px; }
  .statement .statement__trinity__text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 32px; } }

@media (max-width: 640px) {
  .statement .statement__trinity {
    padding: 0 10px; }
  .statement .statement__trinity__a {
    padding-bottom: 140px; }
    .statement .statement__trinity__a:after {
      width: 137px;
      height: 118px;
      margin-left: -68.5px;
      bottom: 15px; }
  .statement .statement__trinity__label {
    font-size: 24px;
    line-height: 28px; }
  .statement .statement__trinity__sub {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px; }
  .statement .statement__trinity__text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 24px; }
    .statement .statement__trinity__text li:before {
      padding-right: 4px; } }

@media (max-width: 424px) {
  .statement .statement__trinity {
    margin: 40px auto 0;
    padding: 0 25px 20px; }
  .statement .statement__trinity__a,
  .statement .statement__trinity__b,
  .statement .statement__trinity__c {
    padding-bottom: 0px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .statement .statement__trinity__a:after,
    .statement .statement__trinity__b:after,
    .statement .statement__trinity__c:after {
      display: none; }
  .statement .statement__trinity__a,
  .statement .statement__trinity__b {
    margin-bottom: 30px; }
  .statement .statement__trinity__label {
    font-size: 24px;
    line-height: 28px; }
  .statement .statement__trinity__sub {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px; }
  .statement .statement__trinity__text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 24px; }
    .statement .statement__trinity__text li:before {
      padding-right: 4px; } }

.works .works__body {
  padding-bottom: 50px; }

.works .works__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  color: #000;
  text-decoration: none; }
  .works .works__block + .works__block {
    margin-top: 100px; }

.works .works__block__detail {
  box-sizing: border-box;
  width: 34%;
  -ms-flex: 1 0 34%;
      flex: 1 0 34%;
  padding-right: 40px; }
  .works .works__block__detail h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.15em;
    margin: 0 0 80px 0; }
    .works .works__block__detail h3:after {
      content: "："; }
  .works .works__block__detail p {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.15em; }
  .works .works__block__detail:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #000;
    margin-top: 70px; }

.works .works__block__textlink {
  cursor: pointer;
  margin: 24px 0 0; }
  .works .works__block__textlink:before {
    content: "→"; }
  .works .works__block__textlink span {
    text-decoration: underline; }
  .works .works__block__textlink .works__block__textlink__text {
    display: inline; }
  .works .works__block__textlink .works__block__textlink__photo {
    display: none; }

.works .works__block__main {
  position: relative;
  width: 66%;
  -ms-flex: 1 0 66%;
      flex: 1 0 66%; }

.works .works__block__images {
  position: relative;
  width: 100%; }
  .works .works__block__images img {
    display: block;
    width: 100%;
    height: auto; }
    .works .works__block__images img + img {
      margin-top: 30px; }

.works .works__block__text {
  display: none; }
  .works .works__block__text p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.15em; }

.works.show_text .works__block__images {
  display: none; }

.works.show_text .works__block__text {
  display: block; }

.works.show_text .works__block__textlink__text {
  display: none; }

.works.show_text .works__block__textlink__photo {
  display: inline; }

@media (max-width: 640px) {
  .works .works__block {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .works .works__block__detail {
    width: 100%;
    padding-right: 0px; }
    .works .works__block__detail h3 {
      margin-bottom: 18px; }
    .works .works__block__detail:after {
      margin: 20px 0 24px; }
  .works .works__block__main {
    width: 100%; } }
