#wrapper .about__content, #wrapper .activity__content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 530px; }
  @media screen and (max-width: 568px) {
    #wrapper .about__content, #wrapper .activity__content {
      height: auto;
      padding: 32px 0 40px; } }
  #wrapper .about__content__text, #wrapper .activity__content__text {
    padding: 40px 32px 32px;
    max-width: 590px;
    width: 59.0%;
    background: rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 2px 3px 7px 0px rgba(143, 143, 143, 0.8);
    -webkit-box-shadow: 2px 3px 7px 0px rgba(143, 143, 143, 0.8);
    -ms-box-shadow: 2px 3px 7px 0px rgba(143, 143, 143, 0.8);
    box-shadow: 2px 3px 7px 0px rgba(143, 143, 143, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2; }
    @media screen and (max-width: 568px) {
      #wrapper .about__content__text, #wrapper .activity__content__text {
        width: 100%;
        top: auto;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        position: relative;
        padding: 40px 20px 32px; } }
    @media screen and (max-width: 823px) and (orientation: landscape) {
      #wrapper .about__content__text, #wrapper .activity__content__text {
        padding: 40px 20px 32px; } }
    #wrapper .about__content__text h2, #wrapper .activity__content__text h2 {
      font-family: "Noto Serif JP", serif;
      font-size: 40px;
      text-align: center;
      margin: 0 auto 10px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: nowrap;
      -webkit-box-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 1024px) {
        #wrapper .about__content__text h2, #wrapper .activity__content__text h2 {
          font-size: 32px; } }
      @media screen and (max-width: 568px) {
        #wrapper .about__content__text h2, #wrapper .activity__content__text h2 {
          font-size: 28px; } }
      @media screen and (max-width: 823px) and (orientation: landscape) {
        #wrapper .about__content__text h2, #wrapper .activity__content__text h2 {
          font-size: 28px; } }
      @media screen and (max-width: 320px) {
        #wrapper .about__content__text h2, #wrapper .activity__content__text h2 {
          font-size: 24px; } }
      #wrapper .about__content__text h2::after, #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::after, #wrapper .activity__content__text h2::before {
        background: transparent url("/~wit/assets/images/common/img_title.png") no-repeat left center;
        background-size: contain;
        width: 51px;
        height: 21px;
        content: '';
        display: inline-block; }
        @media screen and (max-width: 568px) {
          #wrapper .about__content__text h2::after, #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::after, #wrapper .activity__content__text h2::before {
            width: 34px;
            height: 14px; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          #wrapper .about__content__text h2::after, #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::after, #wrapper .activity__content__text h2::before {
            background: transparent url("/~wit/assets/images/common/img_title@2x.png") no-repeat left center;
            background-size: contain; } }
      #wrapper .about__content__text h2::after, #wrapper .activity__content__text h2::after {
        margin-left: 32px; }
        @media screen and (max-width: 568px) {
          #wrapper .about__content__text h2::after, #wrapper .activity__content__text h2::after {
            margin-left: 24px; } }
        @media screen and (max-width: 320px) {
          #wrapper .about__content__text h2::after, #wrapper .activity__content__text h2::after {
            margin-left: 16px; } }
      #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::before {
        margin-right: 32px; }
        @media screen and (max-width: 568px) {
          #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::before {
            margin-right: 24px; } }
        @media screen and (max-width: 320px) {
          #wrapper .about__content__text h2::before, #wrapper .activity__content__text h2::before {
            margin-right: 16px; } }
    #wrapper .about__content__text p, #wrapper .activity__content__text p {
      font-family: "Noto Serif JP", serif;
      text-align: justify; }
  #wrapper .about__content figure, #wrapper .activity__content figure {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 568px) {
      #wrapper .about__content figure, #wrapper .activity__content figure {
        top: auto;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        position: relative;
        margin-bottom: 30px; } }
    #wrapper .about__content figure img, #wrapper .activity__content figure img {
      display: block;
      text-align: center;
      margin: 0 auto;
      line-height: 0; }
#wrapper .about {
  background: #e2e5e8 url("/~wit/assets/images/home/bg_about.png") no-repeat center center;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #wrapper .about {
      background: transparent url("/~wit/assets/images/home/bg_about@2x.png") no-repeat center center;
      background-size: cover; } }
  #wrapper .about__content__text {
    left: 0;
    right: auto; }
  #wrapper .about__content figure {
    right: 0;
    left: auto; }
#wrapper .activity__content__text {
  right: 0;
  left: auto; }
#wrapper .activity__content figure {
  left: 0;
  right: auto; }
#wrapper .info {
  background: repeating-linear-gradient(-45deg, rgba(201, 212, 233, 0.5), rgba(201, 212, 233, 0.5) 1px, #fff 0, #fff 11px);
  padding: 80px 0 96px; }
  #wrapper .info h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    text-align: center;
    margin: 0 auto 24px; }
    @media screen and (max-width: 1024px) {
      #wrapper .info h2 {
        font-size: 32px; } }
    @media screen and (max-width: 568px) {
      #wrapper .info h2 {
        font-size: 28px; } }
    @media screen and (max-width: 823px) and (orientation: landscape) {
      #wrapper .info h2 {
        font-size: 28px; } }
    @media screen and (max-width: 320px) {
      #wrapper .info h2 {
        font-size: 24px; } }
  #wrapper .info__tab {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: nowrap;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none; }
    #wrapper .info__tab__item {
      border: 0.5px solid #183852;
      border-bottom: 0;
      font-size: 15px;
      text-align: center;
      padding: 16px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      cursor: pointer;
      width: 49%;
      flex-basis: 49%;
      line-height: 1;
      border-radius: 8px 8px 0 0;
      font-size: 24px;
      font-weight: 600;
      background-color: #efefef; }
      @media screen and (max-width: 568px) {
        #wrapper .info__tab__item {
          font-size: 14px;
          padding: 16px 12px; } }
      @media screen and (max-width: 320px) {
        #wrapper .info__tab__item {
          font-size: 12px;
          padding: 16px 8px; } }
      #wrapper .info__tab__item.active {
        background-color: #183852;
        color: #fff; }
      #wrapper .info__tab__item:hover {
        background-color: #183852;
        color: #fff; }
  #wrapper .info__container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    border: 0.5px solid #183852;
    background-color: #fff; }
    #wrapper .info__container__content {
      padding: 32px;
      display: none; }
      #wrapper .info__container__content.active {
        display: block;
        height: 440px;
        overflow: scroll; }
        @media screen and (max-width: 568px) {
          #wrapper .info__container__content.active {
            height: 424px;
            padding: 18px; } }
      #wrapper .info__container__content h3 {
        font-size: 1.1rem;
        background-color: #efefef;
        padding: 8px 16px;
        margin-bottom: 10px;
        border-left: #183852 5px solid; }
      #wrapper .info__container__content p {
        padding-bottom: 1rem; }
      #wrapper .info__container__content ul {
        margin-left: 20px;
        padding-bottom: 1rem; }
