@media screen and (min-width: 769px) {
  #case {
    box-sizing: border-box; }
    #case #top {
      padding-top: 50px;
      margin-bottom: 20px; }

  #company {
    position: relative;
    border: solid 1px #d0d0d0;
    padding: 50px 0;
    margin-bottom: 60px; }

  #example .example_content .example_box {
    width: 310px;
    margin: 0 20px;
    padding: 200px 20px 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0px 0px 6px 3px #E8E8E8; }

  #case {
    margin-bottom: 60px; }
    #case section {
      width: 957px; }

  #top h2.headline {
    color: #004ab8;
    font-family: "Yu Gothic Medium", "Yu Gothic";
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0; }
  #top p.interviewee {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px; }
  #top p.mainImg {
    width: 767px;
    height: 501px;
    overflow: hidden;
    margin-bottom: 60px; }
    #top p.mainImg img {
      width: 100%;
      height: auto; }
  #top .prof {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: solid 2px #d0d0d0;
    border-radius: 10px;
    padding: 55px 60px 70px;
    margin-bottom: 40px; }
    #top .prof p.head {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 30px; }
    #top .prof p.text {
      font-size: 15px;
      line-height: 2; }
  #top .lead {
    font-size: 17px;
    margin-bottom: 40px; }
  #top .tos {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 50px 0 65px; }
    #top .tos p.head {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1em;
      text-indent: 1em;
      text-align: center;
      margin-bottom: 30px; }
      #top .tos p.head::after {
        width: 640px;
        height: 1px;
        display: block;
        content: "";
        background-image: -webkit-linear-gradient(left, #949494, #949494 1px, transparent 1px, transparent 6px);
        background-image: -o-linear-gradient(left, #949494, #949494 1px, transparent 1px, transparent 6px);
        background-image: linear-gradient(to right, #949494, #949494 1px, transparent 1px, transparent 6px);
        background-repeat: repeat-x;
        background-size: 6px 1px;
        margin-top: 15px; }
    #top .tos ol {
      width: 80%; }
      #top .tos ol li {
        text-indent: -2em;
        padding-left: 2em;
        margin-bottom: 10px; }
        #top .tos ol li span {
          margin-right: 1em; }
        #top .tos ol li a {
          color: #3e3a39;
          font-size: 17px; }
      #top .tos ol li.sumally {
        text-indent: 0;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.25em;
        margin-top: 30px; }
  #top img {
    width: 200px;
    display: block;
    margin-bottom: 5px; }

  .paragraph:not(#sumally) {
    margin-top: -80px;
    padding-top: 80px; }
  .paragraph h3 {
    width: 100%;
    color: #004ab8;
    font-size: 30px;
    line-height: 1.7;
    text-indent: -1.6em;
    padding-left: 1.6em;
    margin-bottom: 30px; }
  .paragraph p {
    width: 100%;
    font-size: 17px; }
  .paragraph p.er {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em; }
    .paragraph p.er:not(:first-of-type) {
      margin-top: 10px; }
    .paragraph p.er::before {
      width: 12px;
      height: 2px;
      display: inline-block;
      vertical-align: middle;
      content: "";
      background-color: #b0aeae;
      margin-right: 0.5em; }
  .paragraph p.ee {
    margin-bottom: 1.5em; }
  .paragraph .img {
    width: 531px;
    height: 347px;
    overflow: hidden;
    margin: 20px auto 40px; }
    .paragraph .img img {
      width: 100%;
      height: auto; }

  #sumally {
    border: solid 3px #004ab8;
    border-radius: 10px;
    color: #004ab8;
    padding: 60px 80px 50px;
    margin-top: 80px;
    margin-bottom: 80px; }
    #sumally h3 {
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.13em; }
    #sumally p {
      font-weight: bold;
      margin-bottom: 1em; }

  #company p.tit {
    position: absolute;
    top: -19px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 18px; }
  #company .row {
    display: flex;
    align-items: flex-start;
    align-items: center; }
  #company p.img {
    width: 245px;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-right: 45px; }
    #company p.img img {
      width: 150px;
      height: auto; }
  #company dl {
    width: 550px;
    display: flex;
    flex-flow: wrap; }
    #company dl dt {
      margin-bottom: 20px;
      width: 80px;
      font-size: 17px;
      font-weight: bold;
      margin-right: 20px; }
      #company dl dt::before {
        width: 13px;
        height: 13px;
        display: inline-block;
        content: "";
        background-color: #b5b5b5;
        margin-right: 8px; }
    #company dl dd {
      margin-bottom: 20px;
      width: 440px;
      font-size: 15px; }

  #example {
    padding-top: 75px; } }
@media screen and (max-width: 768px) {
  #top {
    margin-bottom: 8vw; }

  #company {
    width: 100%;
    position: relative;
    border: solid 1px #d0d0d0;
    padding: 8vw 0;
    margin-bottom: 6vw; }

  #case section {
    width: 90vw; }

  #top h2.headline {
    _width: 80vw;
    color: #004ab8;
    font-family: "Yu Gothic Medium", "Yu Gothic";
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5vw; }
  #top p.interviewee {
    font-size: 3.3vw;
    text-align: center;
    margin-bottom: 7vw;
    font-size: 3.3vw;
    text-align: center;
    margin-bottom: 7vw; }
  #top img {
    width: 50vw;
    margin-bottom: 5px; }
  #top p.mainImg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 6vw; }
    #top p.mainImg img {
      width: 100%;
      height: auto; }
  #top .prof {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: solid 1px #d0d0d0;
    padding: 5vw 3vw;
    margin-bottom: 6vw; }
    #top .prof p.head {
      font-size: 3.8vw;
      font-weight: bold;
      margin-bottom: 2.5vw; }
    #top .prof p.text {
      font-size: 3.2vw;
      line-height: 2; }
  #top .lead {
    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 7vw; }
  #top .tos {
    width: 100vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f1f1f1;
    padding: 6vw 0; }
    #top .tos p.head {
      font-family: "Yu Gothic", "Yu Gothic Medium";
      font-size: 3.8vw;
      font-weight: bold;
      letter-spacing: 1em;
      text-indent: 1em;
      text-align: center;
      margin-bottom: 7vw; }
      #top .tos p.head::after {
        width: 90vw;
        height: 1px;
        display: block;
        content: "";
        background-image: -webkit-linear-gradient(left, #949494, #949494 1px, transparent 1px, transparent 4px);
        background-image: -o-linear-gradient(left, #949494, #949494 1px, transparent 1px, transparent 4px);
        background-image: linear-gradient(to right, #949494, #949494 1px, transparent 1px, transparent 4px);
        background-repeat: repeat-x;
        background-size: 4px 1px;
        margin-top: 4vw; }
    #top .tos ol {
      width: 85%; }
      #top .tos ol li {
        font-family: "Yu Gothic", "Yu Gothic Medium";
        font-size: 3.5vw;
        font-weight: bold;
        text-indent: -2em;
        padding-left: 2em;
        margin-bottom: 3vw; }
        #top .tos ol li span {
          margin-right: 1em; }
        #top .tos ol li a {
          color: #3e3a39; }
      #top .tos ol li.sumally {
        text-indent: 0;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.25em;
        margin-top: 5vw; }

  .paragraph:not(#first):not(#sumally) {
    margin-top: 8vw; }
  .paragraph h3 {
    width: 100%;
    color: #004ab8;
    font-family: "Yu Gothic", "Yu Gothic Medium";
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 6vw; }
  .paragraph p {
    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 1.5em; }
  .paragraph p.er {
    font-family: "Yu Gothic", "Yu Gothic Medium";
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.6; }
    .paragraph p.er::before {
      width: 3vw;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      content: "";
      background-color: #b0aeae;
      margin-right: 0.5em; }
  .paragraph .img {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 6vw; }
    .paragraph .img img {
      width: 100%;
      height: auto; }

  #sumally {
    width: 94vw !important;
    border: solid 2px #004ab8;
    border-radius: 1.7vw;
    color: #004ab8;
    padding: 8vw 6vw 6vw;
    margin-top: 5vw;
    margin-bottom: 10vw; }
    #sumally h3 {
      font-size: 5vw;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.13em; }
    #sumally p {
      font-weight: bold; }

  #company p.tit {
    position: absolute;
    top: -4vw;
    background-color: #fff;
    font-size: 4vw;
    font-weight: bold;
    padding: 0 4.8vw; }
  #company .row {
    display: flex;
    flex-flow: column;
    align-items: center; }
  #company p.img {
    margin-bottom: 6vw; }
    #company p.img img {
      width: 34.7vw; }
  #company dl dt {
    font-family: "Yu Gothic", "Yu Gothic Medium";
    font-size: 3.2vw;
    font-weight: bold;
    margin-right: 5.3vw; }
    #company dl dt::before {
      width: 2.4vw;
      height: 2.4vw;
      display: inline-block;
      content: "";
      background-color: #b5b5b5;
      margin-right: 2.13vw; }
  #company dl dd {
    font-size: 3vw; }
    #company dl dd:not(:last-child) {
      margin-bottom: 1em; } }
