body#member, body#works, body#books, bodyaboutus {
  /*header*/ }
  body#member header.header, body#works header.header, body#books header.header, bodyaboutus header.header {
    border-bottom: none; }
    body#member header.header .header__right, body#works header.header .header__right, body#books header.header .header__right, bodyaboutus header.header .header__right {
      display: flex; }
      body#member header.header .header__right .header__info, body#works header.header .header__right .header__info, body#books header.header .header__right .header__info, bodyaboutus header.header .header__right .header__info {
        min-height: 82px; }
        @media screen and (max-width: 768px) {
          body#member header.header .header__right .header__info, body#works header.header .header__right .header__info, body#books header.header .header__right .header__info, bodyaboutus header.header .header__right .header__info {
            min-height: 50px; } }

/*body*/
.inner1200 {
  max-width: 1200px;
  margin: 0 auto; }

.inner1000 {
  max-width: 1000px;
  margin: 0 auto; }

.top-ttl {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    .top-ttl {
      font-size: 20px;
      margin: 0 0 20px 0; } }

.kv {
  background: url("/introduction/img/introduction_kv.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .kv {
      background-position: 60% 0; } }

#chief {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #chief {
      flex-direction: column;
      flex-direction: column-reverse;
      margin-bottom: 30px; } }
  #chief .ttl02 {
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    text-align: center;
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      #chief .ttl02 {
        font-size: 20px;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    #chief img {
      width: 40%; } }
  #chief.inner800.mt80 {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      #chief.inner800.mt80 {
        margin-top: 40px; } }

#chief-notice01 {
  background-color: #f9f9f9;
  padding: 60px 0 40px; }
  @media screen and (max-width: 768px) {
    #chief-notice01 {
      padding: 30px 0 20px; } }

#chief-notice02 {
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #chief-notice02 {
      padding: 30px 0; } }
  #chief-notice02 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #chief-notice02 h3 {
        font-size: 18px;
        margin-bottom: 30px; } }

#text-wrap {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto; }
  #text-wrap .hide-text {
    display: none; }
  #text-wrap .more-btn {
    margin: 60px auto 0;
    border-top: 1px solid #dbdbdb;
    position: relative; }
    @media screen and (max-width: 768px) {
      #text-wrap .more-btn {
        margin: 30px auto 0; } }
    #text-wrap .more-btn button {
      height: 50px;
      width: 260px;
      background-color: white;
      margin: 50px auto 0;
      display: block;
      color: #434343;
      border: none;
      outline: 0;
      transition: .3s;
      -erbkit-transition: .3s;
      border: 2px solid #434343;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        #text-wrap .more-btn button {
          margin: 40px auto 0; } }
      #text-wrap .more-btn button:hover {
        background-color: #434343;
        color: #fff; }
    #text-wrap .more-btn::after {
      content: " ";
      position: absolute;
      width: 60px;
      height: 25px;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url("/introduction/img/line_arrow01.png") no-repeat center center/cover; }
    #text-wrap .more-btn.more-btn::after {
      content: " ";
      position: absolute;
      width: 60px;
      height: 25px;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url("/introduction/img/line_arrow01.png") no-repeat center center/cover; }

/*#text-wrap*/
#chief-notice03 {
  padding: 50px 0;
  background-color: #f9f9f9; }
  @media screen and (max-width: 768px) {
    #chief-notice03 {
      padding: 30px 0; } }
  #chief-notice03 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #chief-notice03 h3 {
        font-size: 18px;
        margin-bottom: 30px; } }

#text-wrap02 {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto; }
  #text-wrap02 .hide-text02 {
    display: none; }
  #text-wrap02 .more-btn02 {
    margin: 60px auto 0;
    border-top: 1px solid #dbdbdb;
    position: relative; }
    @media screen and (max-width: 768px) {
      #text-wrap02 .more-btn02 {
        margin: 30px auto 0; } }
    #text-wrap02 .more-btn02 button {
      height: 50px;
      width: 260px;
      background-color: white;
      margin: 50px auto 0;
      display: block;
      color: #434343;
      border: none;
      outline: 0;
      transition: .3s;
      -erbkit-transition: .3s;
      border: 2px solid #434343;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        #text-wrap02 .more-btn02 button {
          margin: 40px auto 0; } }
      #text-wrap02 .more-btn02 button:hover {
        background-color: #434343;
        color: #fff; }
    #text-wrap02 .more-btn02::after {
      content: " ";
      position: absolute;
      width: 60px;
      height: 25px;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url("/introduction/img/line_arrow01.png") no-repeat center center/cover; }
    #text-wrap02 .more-btn02.more-btn02::after {
      content: " ";
      position: absolute;
      width: 60px;
      height: 25px;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url("/introduction/img/line_arrow02.jpg") no-repeat center center/cover; }

/*#text-wrap*/
#chief-notice04 {
  padding: 60px 0 20px; }
  @media screen and (max-width: 768px) {
    #chief-notice04 {
      padding: 30px 0 0; } }
  #chief-notice04 .name-img {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px; }
