@charset "UTF-8";
.page_contents {
  width: 100% !important;
  padding-top: 0 !important; }

#pagetop {
  width: 96px;
  height: 96px;
  background: url(../images/pagetop.svg) center center/contain no-repeat !important; }
  #pagetop:after {
    display: none !important; }

#gokakusha {
  background: #f5f5f5; }
  #gokakusha #gokakusha-contents {
    max-width: 1080px;
    background: #fff;
    margin: auto;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #gokakusha #gokakusha-contents {
        padding-bottom: 0; } }
    #gokakusha #gokakusha-contents .lead {
      text-align: center;
      font-size: 17px;
      line-height: 1.9em;
      font-weight: bold;
      margin-bottom: 50px; }
    #gokakusha #gokakusha-contents .link {
      color: #aa853e;
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding: 0.5em 2.5em 0.5em 1em; }
      #gokakusha #gokakusha-contents .link:before, #gokakusha #gokakusha-contents .link:after {
        font-size: inherit;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #gokakusha #gokakusha-contents .link:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        border-bottom: solid 1px #aa853e; }
      #gokakusha #gokakusha-contents .link:after {
        content: "";
        display: block;
        width: 0;
        height: 2.5em;
        border-left: solid 1px #aa853e;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #gokakusha #gokakusha-contents .link:hover:before {
        width: calc(100% + 1em); }
      #gokakusha #gokakusha-contents .link:hover:before, #gokakusha #gokakusha-contents .link:hover:after {
        right: -1em; }
      #gokakusha #gokakusha-contents .link.no-pl {
        padding-left: 0; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents .link {
          font-size: 3.5vw; } }
    #gokakusha #gokakusha-contents .link-arrow {
      min-height: 80px;
      padding-right: 90px;
      background: url(../images/arrow.svg) right center no-repeat;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #000;
      font-size: 16px;
      font-weight: bold;
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #gokakusha #gokakusha-contents .link-arrow small {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.2em;
        display: inline-block;
        padding-top: 0.5em; }
      #gokakusha #gokakusha-contents .link-arrow:hover {
        background-position: right 10px center; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents .link-arrow {
          min-height: 18vw;
          font-size: 4vw;
          background-size: auto 14.5vw;
          text-align: left;
          padding-right: 15vw; }
          #gokakusha #gokakusha-contents .link-arrow small {
            font-size: 3vw; } }
    #gokakusha #gokakusha-contents .title {
      position: relative;
      margin-bottom: 60px; }
      #gokakusha #gokakusha-contents .title h3 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center; }
        #gokakusha #gokakusha-contents .title h3 img {
          margin-top: 70px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents .title {
          margin-bottom: 7vw; }
          #gokakusha #gokakusha-contents .title h3 img {
            margin-top: 5vw;
            width: 65%; } }
    #gokakusha #gokakusha-contents .index {
      text-align: center; }
      #gokakusha #gokakusha-contents .index picture {
        display: block;
        margin-bottom: 60px; }
      #gokakusha #gokakusha-contents .index ul {
        width: 980px;
        margin: auto;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px; }
        #gokakusha #gokakusha-contents .index ul li {
          margin: 0 5px 15px; }
          #gokakusha #gokakusha-contents .index ul li a {
            position: relative; }
            #gokakusha #gokakusha-contents .index ul li a img {
              -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              -webkit-transform-origin: center bottom;
              -ms-transform-origin: center bottom;
              transform-origin: center bottom; }
            #gokakusha #gokakusha-contents .index ul li a span {
              position: absolute;
              right: 0;
              top: -100%;
              display: block;
              width: 37%;
              -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
            #gokakusha #gokakusha-contents .index ul li a:hover img {
              -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
              transform: scale(1.2);
              position: relative;
              z-index: 1; }
            #gokakusha #gokakusha-contents .index ul li a:hover span {
              top: -200%; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents .index {
          margin-bottom: 5vw; }
          #gokakusha #gokakusha-contents .index picture {
            margin-bottom: 7vw; }
          #gokakusha #gokakusha-contents .index ul {
            width: 96%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 7vw; }
            #gokakusha #gokakusha-contents .index ul li {
              margin: 0 1% 3vw;
              width: 30%; }
              #gokakusha #gokakusha-contents .index ul li:nth-child(n + 4) {
                width: 32%; }
              #gokakusha #gokakusha-contents .index ul li a img {
                width: 28vw; } }
    #gokakusha #gokakusha-contents section#gokakusha1 {
      padding-top: 182px;
      margin-top: -50px;
      padding-bottom: 70px;
      background: url(../images/gokakusha1-bg.png) center top/100% no-repeat #f6f4ed; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha1 {
          padding-top: 15vw;
          padding-bottom: 10vw;
          margin-top: 0; } }
      #gokakusha #gokakusha-contents section#gokakusha1 .section-title {
        width: 960px;
        margin: 0 auto 20px; }
        #gokakusha #gokakusha-contents section#gokakusha1 .section-title img {
          width: 750px; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha1 .section-title {
            width: 100%;
            text-align: center;
            position: relative;
            margin-top: -10vw; }
            #gokakusha #gokakusha-contents section#gokakusha1 .section-title img {
              width: 60%; } }
      #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend {
        position: relative;
        width: 940px;
        margin: 0 auto 60px;
        background: #fff; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper {
          border: solid 2px #000;
          position: relative;
          z-index: 2;
          background: #fff; }
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-title {
            background: #e9e2dd;
            border-bottom: solid 2px #000;
            padding: 15px 0;
            text-align: center; }
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper {
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul {
              padding: 30px 0 30px 40px; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li {
                margin-bottom: 20px; }
                #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:last-child {
                  margin-bottom: 0; }
                #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li dl dt {
                  min-height: 44px;
                  font-size: 16px;
                  font-weight: bold;
                  padding-left: 50px;
                  display: -webkit-flex;
                  -webkit-justify-content: flex-start;
                  -webkit-align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: start;
                  -ms-flex-pack: start;
                  justify-content: flex-start;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  background: url(../images/gokakusha1-recommend-check.svg) left center no-repeat;
                  -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt"; }
                #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li dl dd {
                  padding-left: 50px; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper figure {
              width: 40%; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .under {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: solid 2px #000;
          background: #e9e2dd;
          -webkit-transform: translate(15px, 15px);
          -ms-transform: translate(15px, 15px);
          transform: translate(15px, 15px); }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .clip {
          position: absolute;
          right: 30px;
          top: -90px;
          z-index: 3; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend {
            width: 90%;
            margin-bottom: 3vw; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-title {
              padding: 3vw 0; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper {
              display: block; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul {
                padding: 3vw 3vw; }
                #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li {
                  margin-bottom: 4vw; }
                  #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li dl dt {
                    font-size: 3.5vw;
                    line-height: 1.4em;
                    background-size: 8vw;
                    padding-left: 10vw; }
                  #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li dl dd {
                    padding-left: 10vw; }
                    #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li dl dd a.link {
                      line-height: 1.4em;
                      display: block; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper figure {
                width: 100%;
                text-align: center;
                padding-bottom: 4vw; }
                #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper figure img {
                  width: 90%; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .under {
              -webkit-transform: translate(2vw, 2vw);
              -ms-transform: translate(2vw, 2vw);
              transform: translate(2vw, 2vw); }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-recommend .clip {
              display: none; } }
      #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon {
        position: relative;
        margin-bottom: 30px; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon .title {
          text-align: center;
          position: absolute;
          left: 0;
          top: 30px;
          z-index: 1;
          width: 100%;
          text-align: center; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon picture {
          display: block;
          text-align: center; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon .links {
          position: absolute;
          left: 0;
          top: 390px;
          width: 100%;
          text-align: center; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon {
            margin-bottom: 5vw; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon .title img {
              width: 80%; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon picture {
              padding-top: 37vw; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon picture img {
                width: 95%; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-gimon .links {
              top: 53vw; } }
      #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-qa {
        text-align: center;
        margin-bottom: 30px; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-qa a img {
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-qa a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-qa {
            margin-bottom: 5vw; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-qa a img {
              width: 90%; } }
      #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear {
        width: 800px;
        margin: auto;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear figure {
          width: 370px;
          margin-top: 20px; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear {
            display: block;
            width: 100%; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear picture {
              display: block;
              text-align: center; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear picture img {
                width: 80%; }
            #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear figure {
              margin-top: -12vw; }
              #gokakusha #gokakusha-contents section#gokakusha1 #gokakusha1-bear figure img {
                width: 50%;
                margin-left: 11vw; } }
    #gokakusha #gokakusha-contents section#gokakusha2 {
      padding-top: 100px;
      margin-top: -150px;
      background: url(../images/gokakusha2-bg.png) center top/100% auto no-repeat;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha2 {
          padding-top: 17vw;
          margin-top: -23vw;
          background-size: 120%; } }
      #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper .title {
        width: 960px;
        margin: 0 auto 30px;
        position: relative; }
        #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper .title .link-arrow {
          position: absolute;
          left: 37.7%;
          bottom: 0; }
      #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper picture {
        display: block;
        width: 960px;
        margin: auto; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper .title {
          width: 100%;
          text-align: center; }
          #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper .title .link-arrow {
            position: static;
            width: 70%; }
        #gokakusha #gokakusha-contents section#gokakusha2 #gokakusha2-wrapper picture {
          width: 90%;
          margin-bottom: 5vw; } }
    #gokakusha #gokakusha-contents section#gokakusha3 {
      background: url(../images/gokakusha3-bg.svg) center top/100% no-repeat;
      margin-top: -140px;
      padding-bottom: 140px;
      position: relative;
      z-index: 1;
      padding-top: 140px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha3 {
          margin-top: -15vw;
          padding-top: 17vw;
          padding-bottom: 24vw;
          background-image: url(../images/gokakusha3-bg-sp.svg); } }
      #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block {
        width: 90%;
        margin: auto;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block .title {
          width: 320px;
          position: relative; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block .title.ended:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/gokakusha3-end.svg) center center/80% no-repeat; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block {
            display: block; }
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block .title {
              text-align: center;
              margin-bottom: 8vw !important; }
              #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block .title:last-child {
                margin-bottom: 0 !important; }
              #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block .title img {
                width: 40vw; } }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 {
          margin-bottom: 5vw; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .sub {
            margin-bottom: 20px; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .article {
            position: relative; }
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .article p {
              font-size: 16px;
              color: #fff;
              padding-left: 30px;
              line-height: 1.9em; }
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .article .image1 {
              position: absolute;
              right: 0;
              top: 90px; }
          @media screen and (max-width: 767px) {
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .sub {
              margin-bottom: 13vw; }
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .article p {
              font-size: 3.5vw;
              padding-left: 0; }
            #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block1 .article .image1 {
              top: 29vw;
              width: 18vw; } }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title, #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .article {
          width: 48%;
          margin-bottom: 0; }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title > img {
          margin-bottom: 10px; }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title .gaiyou {
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title .gaiyou span {
            color: #aa853e;
            font-weight: bold;
            display: block;
            margin-right: 0.2em;
            font-size: 13px; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title .gaiyou:after {
            content: "";
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 2px;
            background: #aa853e; }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title p {
          font-size: 13px;
          color: #fff;
          text-align: justify;
          text-align-last: left; }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .article {
          text-align: center; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title, #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .article {
            width: 100%; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title > img {
            margin-bottom: 5vw;
            width: 90%; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title .gaiyou span {
            font-size: 3.5vw; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .title p {
            font-size: 3.5vw; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block2 .article img {
            width: 70%; } }
        #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block3 {
          text-align: right;
          display: block; }
          #gokakusha #gokakusha-contents section#gokakusha3 .gokakusha3-block.block3 .link-arrow {
            text-align: right;
            color: #fff; }
    #gokakusha #gokakusha-contents section#gokakusha4 {
      padding-top: 80px;
      padding-bottom: 140px;
      margin-top: -150px;
      background: url(../images/gokakusha4-bg.svg) center top/100% auto no-repeat;
      position: relative;
      z-index: 1; }
      #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper {
        width: 90%;
        margin: auto; }
        #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper .title img {
          width: 740px; }
        #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul {
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul li figure {
            margin-bottom: 30px; }
        #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper .links {
          text-align: right;
          margin-top: -30px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha4 {
          padding-top: 15vw;
          padding-bottom: 70vw;
          margin-top: -20vw;
          background-image: url(../images/gokakusha4-bg-sp.svg); }
          #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper .title {
            width: 95%;
            margin: 0 auto 10vw; }
            #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper .title img {
              width: 100%; }
          #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul {
            display: block;
            width: 80%;
            margin: 0 auto 10vw; }
            #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul li {
              width: 100%;
              margin-bottom: 5vw; }
              #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul li figure {
                margin-bottom: 5vw; }
                #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul li figure:last-child {
                  margin-bottom: 0; }
                #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper ul li figure img {
                  width: 100%; }
          #gokakusha #gokakusha-contents section#gokakusha4 .gokakusha4-wrapper .links {
            text-align: center;
            margin-top: 0; } }
    #gokakusha #gokakusha-contents section#gokakusha5 {
      padding-top: 120px;
      padding-bottom: 100px;
      margin-top: -150px;
      background: url(../images/gokakusha5-bg.svg) center top/100% auto no-repeat;
      position: relative;
      z-index: 1; }
      #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper {
        width: 90%;
        margin: auto; }
        #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title {
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title picture {
            display: block;
            width: 320px;
            margin-right: 30px; }
          #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title .sub {
            display: -webkit-flex;
            -webkit-justify-content: flex-end;
            -webkit-align-items: flex-end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title .sub > img {
              margin-bottom: 40px; }
            #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title .sub p {
              font-size: 16px;
              font-weight: bold; }
        #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper > figure {
          margin-top: -120px;
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          padding-left: 100px;
          padding-right: 30px; }
          #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper > figure img {
            max-width: 362px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha5 {
          padding-top: 20vw;
          margin-top: -20vw;
          padding-bottom: 0; }
          #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper {
            width: 100%; }
            #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title {
              display: block;
              text-align: center; }
              #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title picture {
                width: 40vw;
                margin-bottom: 3vw;
                display: inline-block; }
              #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title .sub > img {
                width: 100%;
                margin-bottom: 5vw; }
              #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper .title .sub p {
                font-size: 3.5vw;
                width: 100%;
                text-align: center; }
            #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper figure {
              margin-top: 0;
              padding-left: 0;
              padding-right: 0;
              display: block;
              display: -webkit-flex;
              -webkit-justify-content: center;
              -webkit-align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
              #gokakusha #gokakusha-contents section#gokakusha5 #gokakusha5-wrapper figure > img {
                width: 50%; } }
    #gokakusha #gokakusha-contents section#gokakusha6 {
      padding-top: 230px;
      padding-bottom: 100px;
      margin-top: -220px;
      background: url(../images/gokakusha6-bg.png) center top/100% auto no-repeat;
      position: relative;
      z-index: 1; }
      #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper {
        width: 90%;
        margin: auto; }
        #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .title {
          width: 780px;
          margin-bottom: 20px; }
        #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour {
          text-align: center;
          margin-top: -50px; }
          #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour > figure {
            margin-bottom: 0px; }
          #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour .tour-link {
            display: -webkit-flex;
            -webkit-justify-content: center;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour .tour-link > a {
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
              margin-bottom: 10px; }
              #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour .tour-link > a:hover {
                opacity: 0.7; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents section#gokakusha6 {
          margin-top: 0;
          background-image: url(../images/gokakusha6-bg-sp.png);
          padding-top: 0;
          margin-top: 0vw;
          height: 190vw; }
          #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper {
            padding-top: 10vw; }
            #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .title {
              width: 100%;
              margin-bottom: 15vw;
              text-align: center; }
              #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .title img {
                width: 95%; }
            #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour figure {
              margin-bottom: 0vw; }
              #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour figure img {
                width: 30vw; }
            #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour .tour-link > a {
              display: inline-block !important;
              margin-bottom: 1vw; }
              #gokakusha #gokakusha-contents section#gokakusha6 #gokakusha6-wrapper .tour .tour-link > a img {
                width: 60vw; } }
    #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper .title {
      width: 90%;
      margin: auto; }
    #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links {
      width: 90%;
      margin: auto;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-top: -40px;
      position: relative;
      z-index: 1; }
      #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links figure {
        width: 640px; }
      #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links {
        width: 300px; }
        #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper {
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          margin-bottom: 40px; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper:last-child {
            margin-bottom: 0; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper .links-title {
            margin-right: 15px; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper ul {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper ul li a {
              border-bottom: solid 1px #000;
              display: block;
              padding-bottom: 5px;
              position: relative; }
              #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper ul li a:after {
                content: "";
                display: block;
                width: 1px;
                height: 100%;
                border-right: solid 1px #000;
                position: absolute;
                right: 0;
                bottom: 0;
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date {
      background: #f6f4ed;
      padding: 30px 0 130px; }
      #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date #gokakusha7-date-title {
        text-align: center;
        margin-bottom: 30px; }
      #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date .gokakusha7-date-wrapper {
        width: 80%;
        margin: auto;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date .gokakusha7-date-wrapper figure {
          display: block;
          width: 48%; }
    @media screen and (max-width: 767px) {
      #gokakusha #gokakusha-contents section#gokakusha7 {
        margin-top: -16vw;
        position: relative;
        z-index: 1; }
        #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper .title {
          margin-bottom: 7vw; }
        #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          margin-top: 0; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links figure {
            width: 100%;
            text-align: right; }
            #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links figure img {
              width: 90%; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links {
            width: 100%;
            margin-bottom: 8vw; }
            #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-links .links .links-wrapper {
              margin-bottom: 5vw; }
        #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date {
          padding: 5vw 0 10vw; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date #gokakusha7-date-title {
            margin-bottom: 5vw; }
            #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date #gokakusha7-date-title img {
              width: 90%; }
          #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date .gokakusha7-date-wrapper {
            display: block; }
            #gokakusha #gokakusha-contents section#gokakusha7 #gokakusha7-wrapper #gokakusha7-date .gokakusha7-date-wrapper figure {
              width: 100%;
              margin-bottom: 3vw; } }

/* ======================================
		東洋英和の学び
====================================== */
#gokakusha #gokakusha-contents #manabi .title h3 {
  padding-top: 20px; }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #manabi .title h3 {
    padding-top: 3vw; }
    #gokakusha #gokakusha-contents #manabi .title h3 img {
      width: 80%;
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #manabi .lead {
    font-size: 3.5vw;
    margin-bottom: 5vw; }
  #gokakusha #gokakusha-contents #manabi .index ul li {
    width: 44%; }
    #gokakusha #gokakusha-contents #manabi .index ul li a {
      display: block; }
      #gokakusha #gokakusha-contents #manabi .index ul li a img {
        width: 100%; } }

#gokakusha #gokakusha-contents #manabi #manabi-contents {
  background: #f6f4ed;
  padding-bottom: 1px; }
  #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section {
        margin-bottom: 10vw; } }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka {
      position: relative; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 90px;
        padding-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka {
          overflow: hidden; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka > img {
            width: 120%;
            max-width: 1000%; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka span {
            padding-left: 5vw;
            padding-bottom: 7vw; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-gakka span img {
              height: 6vw; } }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof {
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 80px;
      margin-bottom: 60px;
      position: relative; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof.manabi-new:after {
        content: "";
        width: 120px;
        height: 35px;
        position: absolute;
        right: 120px;
        top: 30px;
        display: block;
        background: url(../images/new.svg) center center/cover no-repeat; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof figure {
        width: 325px;
        position: relative;
        z-index: 2; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail {
        width: 625px;
        margin-left: -60px; }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .name {
          padding-left: 80px;
          padding-bottom: 10px;
          margin-bottom: 30px;
          border-bottom: 2px solid #000; }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .prof {
          padding-left: 80px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof {
          padding-left: 5vw;
          margin-bottom: 10vw;
          display: block; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof figure {
            width: 40vw; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail {
            width: 100%;
            margin-left: 0;
            margin-top: -6vw; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .name {
              border-bottom: 0;
              display: block;
              text-align: right;
              padding-right: 15vw;
              margin-bottom: 2vw; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .name img {
                height: 5vw; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .prof {
              padding-left: 0;
              text-align: left; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-prof .detail .prof img {
                width: 96%; } }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa {
      width: 90%;
      margin: 0 auto 50px; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title {
        background: #fff;
        height: 120px;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        border-radius: 60px; }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title .qa-title-ans {
          position: absolute;
          left: 0;
          top: -20px;
          width: 100%;
          text-align: center; }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title span {
          padding-top: 20px;
          display: block;
          text-align: center; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title {
            height: 20vw;
            border-radius: 3vw; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title .qa-title-ans {
              text-align: center;
              top: -3vw; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title .qa-title-ans img {
                width: 55%; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title span {
              padding-top: 5vw; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-title span img {
                height: 4.5vw; } }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa {
        border-radius: 60px;
        padding-top: 120px;
        margin-top: -120px;
        border: solid 2px #fff; }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl {
          width: 90%;
          margin: auto;
          padding: 40px 0;
          border-bottom: 1px dashed #ff9dd4; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl:last-child {
            border-bottom: 0; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl dt {
            background: url(../images/manabi-q.svg) left center no-repeat;
            min-height: 60px;
            padding-left: 80px;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 19px;
            margin-bottom: 1em; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl dd {
            background: url(../images/manabi-a.svg) left top no-repeat;
            padding-left: 80px;
            font-size: 14px;
            text-align: justify;
            text-align-last: left;
            padding-top: 0.2em; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl dd .links {
              padding-top: 2em; }
        @media screen and (max-width: 767px) {
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa {
            border-radius: 3vw;
            margin-top: -20vw;
            padding-top: 20vw; }
            #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl {
              padding: 5vw 0; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl dt {
                min-height: 10vw;
                padding-left: 11vw;
                background-size: 8vw;
                font-size: 4vw; }
              #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa dl dd {
                padding-left: 11vw;
                background-size: 8vw;
                font-size: 3.5vw; } }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-tab a {
        width: 150px;
        height: 35px;
        margin: auto;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0 0 20px 20px;
        background: #ffd85c;
        border: solid 2px #000;
        border-top: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-tab a:hover {
          width: 200px; }
      @media screen and (max-width: 767px) {
        #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-tab a {
          width: 30vw;
          border-radius: 0 0 3vw 3vw;
          height: 8vw; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-tab a img {
            height: 3vw; }
          #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa .qa-tab a:hover {
            width: 30vw; } }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section .manabi-qa.open .qa-tab > a > img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#ningenkagaku .manabi-qa .qa {
      background: #ffe2f2; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#ningenkagaku .manabi-qa .qa dl {
        border-color: #ff9dd4; }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#hoikukodomo .manabi-qa .qa {
      background: #ffe5d6; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#hoikukodomo .manabi-qa .qa dl {
        border-color: #ffa775; }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#kokusaishakai .manabi-qa .qa {
      background: #d0eddf; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#kokusaishakai .manabi-qa .qa dl {
        border-color: #61c294; }
    @media screen and (max-width: 767px) {
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#kokusaicom .manabi-gakka span img {
        height: 12vw; } }
    #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#kokusaicom .manabi-qa .qa {
      background: #d0d5ec; }
      #gokakusha #gokakusha-contents #manabi #manabi-contents .manabi-section#kokusaicom .manabi-qa .qa dl {
        border-color: #6472c1; }

/* ======================================
		アナタのギモン
====================================== */
#gokakusha #gokakusha-contents #gimon .title h3 {
  text-align: left;
  padding-left: 90px; }
  #gokakusha #gokakusha-contents #gimon .title h3 img {
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .title h3 {
    padding-left: 0;
    text-align: center;
    width: 100%; }
    #gokakusha #gokakusha-contents #gimon .title h3 img {
      width: 70%;
      margin-top: 3vw; } }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .lead {
    font-size: 3.5vw;
    margin-bottom: 6vw; } }

#gokakusha #gokakusha-contents #gimon .index ul li {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .index ul li {
    width: 70%;
    margin-bottom: 3vw; }
    #gokakusha #gokakusha-contents #gimon .index ul li a {
      display: block; }
      #gokakusha #gokakusha-contents #gimon .index ul li a img {
        width: 100%; } }

#gokakusha #gokakusha-contents #gimon .gimon-section:nth-of-type(odd) {
  background: #f6f4ed; }

#gokakusha #gokakusha-contents #gimon .gimon-section .gimon-title {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-title {
      margin-bottom: 5vw; } }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .gimon-section .lead {
    margin-bottom: 5vw; } }

#gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper {
  width: 90%;
  margin: auto; }
  #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents {
    padding-top: 50px;
    padding-bottom: 50px; }
    #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl {
      margin-bottom: 50px; }
      #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd {
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt figure, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd figure {
          width: 157px;
          margin-right: 20px; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body {
          padding-top: 40px;
          width: 580px; }
          #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div {
            margin-top: -1px; }
            #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div > article, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div > article {
              display: -webkit-flex;
              -webkit-justify-content: space-between;
              -webkit-align-items: stretch;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: stretch;
              -ms-flex-align: stretch;
              align-items: stretch;
              -webkit-transform: translateY(-12px);
              -ms-transform: translateY(-12px);
              transform: translateY(-12px); }
              #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div > article ins, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div > article ins {
                width: 100px;
                padding-left: 5px;
                text-align: center;
                display: -webkit-flex;
                -webkit-justify-content: center;
                -webkit-align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
              #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div > article p, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div > article p {
                font-size: 17px;
                padding: 1em;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                border-left: solid 1px #000;
                font-weight: bold;
                text-align: justify;
                text-align-last: left; }
      #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div {
        background: url(../images/gimon-frame-q2.svg) center bottom/100% no-repeat; }
      #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .question {
        position: absolute;
        right: 150px;
        top: -20px; }
      #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd figure {
          margin-left: 25px; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div {
          background: url(../images/gimon-frame-a2.svg) center bottom/100% no-repeat; }
          #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div > article p {
            color: #fff;
            font-size: 14px;
            padding-right: 2em; }
            #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div > article p strong {
              font-size: 17px;
              color: #fff100; }
  @media screen and (max-width: 767px) {
    #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents {
      padding-top: 5vw;
      padding-bottom: 5vw; }
      #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl {
        margin-bottom: 5vw; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt figure, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd figure {
          width: 18%;
          margin-right: 2%; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body {
          padding-top: 2vw;
          width: 80%; }
          #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > img, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > img {
            margin-bottom: 0; }
          #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div {
            margin-top: -3.4vw; }
            #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div article, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div article {
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-transform: translateY(-1vw);
              -ms-transform: translateY(-1vw);
              transform: translateY(-1vw); }
              #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div article ins, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div article ins {
                width: 16%;
                padding: 2vw 2vw 0; }
              #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div article p, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div article p {
                font-size: 3.5vw;
                padding: 2vw;
                padding-right: 1em !important;
                line-height: 1.4em; }
                #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .gimon-body .gimon-block > div article p strong, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .gimon-body .gimon-block > div article p strong {
                  font-size: 4vw; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt .question, #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd .question {
          display: none; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dt {
          margin-bottom: 3vw; }
        #gokakusha #gokakusha-contents #gimon .gimon-section .gimon-wrapper .gimon-contents dl dd figure {
          margin-left: 3vw; } }

#gokakusha #gokakusha-contents #gimon .gimon-section#gimon1 .gimon-title {
  margin-top: -50px;
  margin-bottom: 30px; }

#gokakusha #gokakusha-contents #gimon .gimon-section#gimon1 .gimon-lead {
  margin-bottom: 2em; }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .gimon-section#gimon1 .gimon-title {
    margin-top: 0vw;
    margin-bottom: 5vw; }
  #gokakusha #gokakusha-contents #gimon .gimon-section#gimon1 .gimon-lead {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  #gokakusha #gokakusha-contents #gimon .gimon-section#gimon2 .gimon-wrapper {
    padding-top: 5vw; }
    #gokakusha #gokakusha-contents #gimon .gimon-section#gimon2 .gimon-wrapper .gimon-title {
      text-align: center; }
      #gokakusha #gokakusha-contents #gimon .gimon-section#gimon2 .gimon-wrapper .gimon-title img {
        width: 100%; } }

#gokakusha #gokakusha-contents #gimon .gimon-section#gimon3 .gimon-lead {
  margin-bottom: 0; }

#gokakusha #gokakusha-contents #gimon #gimon-image .sep {
  margin-bottom: 50px; }

/* ======================================
		ANIMATION
====================================== */
#gokakusha #gokakusha-contents.gokakusha-top .slidein {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top .slidein.act3-activate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#gokakusha #gokakusha-contents.gokakusha-top .fadein {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top .fadein.act3-activate {
    opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top .top-title figure, #gokakusha #gokakusha-contents.gokakusha-top .top-title h3 {
  opacity: 0;
  -webkit-transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top .top-title h3 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

#gokakusha #gokakusha-contents.gokakusha-top .top-title.act3-activate figure, #gokakusha #gokakusha-contents.gokakusha-top .top-title.act3-activate h3 {
  opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top .top-index picture {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  display: inline-block; }

#gokakusha #gokakusha-contents.gokakusha-top .top-index ul li {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  position: relative; }

#gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate picture {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

#gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li {
  opacity: 1; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  #gokakusha #gokakusha-contents.gokakusha-top .top-index.act3-activate ul li:nth-child(7) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }

#gokakusha #gokakusha-contents.gokakusha-top .link {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top .link.act3-activate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#gokakusha #gokakusha-contents.gokakusha-top .link-arrow {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top .link-arrow.act3-activate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#gokakusha #gokakusha-contents.gokakusha-top section .title, #gokakusha #gokakusha-contents.gokakusha-top section .section-title {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top section .title.act3-activate, #gokakusha #gokakusha-contents.gokakusha-top section .section-title.act3-activate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-title img {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(1) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(2) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(3) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(3) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(4) {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper ul li:nth-child(5) {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .upper #gokakusha1-recommend-wrapper figure {
    opacity: 0;
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend .under {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend.act3-activate .upper {
  opacity: 1; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend.act3-activate .upper #gokakusha1-recommend-title img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend.act3-activate .upper #gokakusha1-recommend-wrapper ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend.act3-activate .upper #gokakusha1-recommend-wrapper figure {
    opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-recommend.act3-activate .under {
  opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-gimon picture {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-gimon.act3-activate picture {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-qa {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-qa.act3-activate {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-bear picture, #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-bear figure {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-bear picture {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-bear.act3-activate picture, #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha1 #gokakusha1-bear.act3-activate figure {
  opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha2 picture {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha2.act3-activate picture {
  opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha4 ul li {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha4 ul.act3-activate li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha4 ul.act3-activate li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha4 ul.act3-activate li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha4 ul.act3-activate li:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7 figure {
  opacity: 0;
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7 ul li {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7.act3-activate figure {
  opacity: 1; }

#gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7.act3-activate ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7.act3-activate ul li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7.act3-activate ul li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  #gokakusha #gokakusha-contents.gokakusha-top section#gokakusha7.act3-activate ul li:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
