@charset "UTF-8";
/*
日本語フォント：@include font(noto);
英語フォント：@include font(db);
*/
/* ************************************************ */
/*                       category                   */
/* ************************************************ */
@media (min-width: 750px) {
  #header {
    position: fixed;
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9999; } }

@media (min-width: 750px) {
  #single #main {
    margin: 0 50px 50px;
    position: relative;
    overflow: hidden;
    background: url(../img/common/pc_bg.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1; } }
@media (max-width: 750px) {
  #single #main {
    margin-top: 13.33333%;
    position: relative;
    z-index: 1; }
    #single #main::before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100vh;
      background: url(../img/common/sp_bg.jpg) center 50px no-repeat;
      background-size: cover; } }
#single #main #mainContents {
  padding: 130px 0 80px;
  position: relative;
  z-index: 2; }
  #single #main #mainContents .commonHead {
    margin-bottom: 70px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-decoration: underline;
    text-align: center; }
  #single #main #mainContents .btn {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
    display: block;
    width: 170px; }
    #single #main #mainContents .btn:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      zoom: 1; }
  @media (max-width: 750px) {
    #single #main #mainContents {
      margin: 0 auto;
      padding: 12% 0;
      display: block; }
      #single #main #mainContents .commonHead {
        margin: 0 auto 16.92308%; }
      #single #main #mainContents .btn {
        width: 40%; }
        #single #main #mainContents .btn img {
          width: 100%; } }

#single.contact #main #mainContents .formArea {
  margin: 0 auto 0%;
  max-width: 56.36364%; }
  #single.contact #main #mainContents .formArea dl {
    margin-bottom: 1.6129%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 1.4rem; }
    #single.contact #main #mainContents .formArea dl:last-of-type {
      margin-bottom: 5.64516%; }
    #single.contact #main #mainContents .formArea dl dt {
      padding-left: 6.45161%;
      width: 25.80645%; }
    #single.contact #main #mainContents .formArea dl dd {
      width: 66.12903%; }
  #single.contact #main #mainContents .formArea .treat {
    margin-bottom: 3.22581%;
    padding-top: 4.83871%;
    border-top: 1px solid #fff;
    color: #fff; }
    #single.contact #main #mainContents .formArea .treat .treatTitle {
      margin-bottom: .5em;
      font-size: 1.8rem;
      text-align: center; }
    #single.contact #main #mainContents .formArea .treat .treatTxt {
      margin-bottom: 1em;
      font-size: 1.4rem; }
    #single.contact #main #mainContents .formArea .treat .treatContact {
      margin: 0 auto 1em;
      padding: 1em;
      border: 1px solid #fff;
      width: 40%;
      font-size: 1.4rem; }
      #single.contact #main #mainContents .formArea .treat .treatContact .tel {
        color: #fff;
        text-decoration: none;
        pointer-events: none; }
      #single.contact #main #mainContents .formArea .treat .treatContact .mail {
        color: #fff;
        text-decoration: underline; }
        #single.contact #main #mainContents .formArea .treat .treatContact .mail:hover {
          text-decoration: none; }
    #single.contact #main #mainContents .formArea .treat .treatAgree {
      text-align: center; }
      #single.contact #main #mainContents .formArea .treat .treatAgree label {
        cursor: pointer; }
        #single.contact #main #mainContents .formArea .treat .treatAgree label input {
          padding-right: .5em;
          display: inline-block;
          vertical-align: 0; }
  #single.contact #main #mainContents .formArea .agree {
    margin-bottom: 3.22581%;
    color: #fff;
    text-align: center; }
    #single.contact #main #mainContents .formArea .agree label {
      cursor: pointer; }
      #single.contact #main #mainContents .formArea .agree label input {
        padding-right: .5em;
        display: inline-block;
        vertical-align: 0; }
      #single.contact #main #mainContents .formArea .agree label a {
        color: #fff; }
  #single.contact #main #mainContents .formArea .btnSet {
    margin: 0 auto 0%;
    max-width: 54.83871%;
    display: flex;
    justify-content: space-between;
    font-size: 0; }
    #single.contact #main #mainContents .formArea .btnSet li {
      width: 170px; }
      #single.contact #main #mainContents .formArea .btnSet li button {
        margin: 0;
        padding: 0;
        border: 0;
        cursor: pointer; }
  #single.contact #main #mainContents .formArea .thanks p {
    margin-bottom: 3em;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    font-size: 1.4rem; }
  #single.contact #main #mainContents .formArea .thanks .return {
    margin: 0 auto 0;
    max-width: 170px;
    text-align: center; }
  @media (max-width: 750px) {
    #single.contact #main #mainContents .formArea {
      margin: 0 auto 0%;
      max-width: 73.33333%; }
      #single.contact #main #mainContents .formArea dl {
        margin-bottom: 1.81818%; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.contact #main #mainContents .formArea dl {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.contact #main #mainContents .formArea dl {
        font-size: 4vw; } }
  @media (max-width: 750px) {
        #single.contact #main #mainContents .formArea dl:last-of-type {
          margin-bottom: 9.09091%; }
        #single.contact #main #mainContents .formArea dl dt {
          padding-left: 0;
          width: 36.36364%; }
        #single.contact #main #mainContents .formArea dl dd {
          width: 61.81818%; }
        #single.contact #main #mainContents .formArea dl.free {
          display: block; }
          #single.contact #main #mainContents .formArea dl.free dt {
            margin-bottom: .5em;
            width: 100%; }
          #single.contact #main #mainContents .formArea dl.free dd {
            width: 100%; }
      #single.contact #main #mainContents .formArea .treat {
        margin-bottom: 5.45455%; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.contact #main #mainContents .formArea .treat .treatTitle {
        font-size: 3.4rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.contact #main #mainContents .formArea .treat .treatTitle {
        font-size: 4.53333vw; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.contact #main #mainContents .formArea .treat .treatTxt {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.contact #main #mainContents .formArea .treat .treatTxt {
        font-size: 4vw; } }
  @media (max-width: 750px) {
        #single.contact #main #mainContents .formArea .treat .treatContact {
          width: auto; } }
      @media (max-width: 750px) and (min-width: 751px) {
        #single.contact #main #mainContents .formArea .treat .treatContact {
          font-size: 2.6rem; } }
      @media (max-width: 750px) and (max-width: 750px) {
        #single.contact #main #mainContents .formArea .treat .treatContact {
          font-size: 3.46667vw; } }
  @media (max-width: 750px) {
          #single.contact #main #mainContents .formArea .treat .treatContact .tel {
            text-decoration: underline;
            pointer-events: auto; }
        #single.contact #main #mainContents .formArea .treat .treatAgree label input {
          border-radius: 0;
          margin-right: 1em;
          transform: scale(2, 2); }
      #single.contact #main #mainContents .formArea .agree {
        margin-bottom: 7.27273%; }
        #single.contact #main #mainContents .formArea .agree label input {
          border-radius: 0;
          margin-right: 1em;
          transform: scale(2, 2); }
      #single.contact #main #mainContents .formArea .btnSet {
        margin: 0 auto 0%;
        max-width: 54.54545%;
        display: block; }
        #single.contact #main #mainContents .formArea .btnSet li {
          width: auto; }
          #single.contact #main #mainContents .formArea .btnSet li:first-child {
            margin-bottom: 10%; } }
  @media (max-width: 750px) and (min-width: 751px) {
    #single.contact #main #mainContents .formArea .thanks p {
      font-size: 2.8rem; } }
  @media (max-width: 750px) and (max-width: 750px) {
    #single.contact #main #mainContents .formArea .thanks p {
      font-size: 3.73333vw; } }
  @media (max-width: 750px) {
      #single.contact #main #mainContents .formArea .thanks .return {
        margin: 0 auto 0%;
        max-width: 54.54545%; } }

#single.privacy #main #mainContents .inner {
  margin: 0 auto 4.09091%;
  max-width: 67.81818%;
  padding: 4.09091% 4.81818% 4.09091% 4.81818%;
  background-color: #fff; }
  #single.privacy #main #mainContents .inner section {
    margin-bottom: 4.02145%;
    line-height: 1.66667;
    font-size: 1.6rem; }
    #single.privacy #main #mainContents .inner section h3 {
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 2rem; }
    #single.privacy #main #mainContents .inner section h4 {
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 1.8rem; }
    #single.privacy #main #mainContents .inner section p {
      margin-bottom: 1em; }
      #single.privacy #main #mainContents .inner section p:last-child {
        margin-bottom: 0; }
    #single.privacy #main #mainContents .inner section .indent {
      padding-left: 2em; }
    #single.privacy #main #mainContents .inner section ul {
      margin: 0 0 1em 17px; }
      #single.privacy #main #mainContents .inner section ul li {
        margin-bottom: 1em; }
        #single.privacy #main #mainContents .inner section ul li.noMargin, #single.privacy #main #mainContents .inner section ul li:last-child {
          margin-bottom: 0; }
      #single.privacy #main #mainContents .inner section ul.decimal > li {
        list-style-type: decimal; }
      #single.privacy #main #mainContents .inner section ul.lower-alpha > li {
        list-style-type: lower-alpha; }
      #single.privacy #main #mainContents .inner section ul.upper-latin > li {
        list-style-type: upper-latin; }
      #single.privacy #main #mainContents .inner section ul.square > li {
        list-style-type: square; }
    #single.privacy #main #mainContents .inner section .tel,
    #single.privacy #main #mainContents .inner section .mail {
      cursor: default;
      pointer-events: none;
      color: #000;
      text-decoration: none; }
  @media (max-width: 750px) {
    #single.privacy #main #mainContents .inner {
      margin: 0 auto 5.33333%;
      max-width: 73.33333%;
      padding: 5.33333% 5.33333% 5.33333% 5.33333%; }
      #single.privacy #main #mainContents .inner section {
        margin-bottom: 14.54545%;
        line-height: 1.66667; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.privacy #main #mainContents .inner section {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.privacy #main #mainContents .inner section {
        font-size: 4vw; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.privacy #main #mainContents .inner section h3 {
        font-size: 3.4rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.privacy #main #mainContents .inner section h3 {
        font-size: 4.53333vw; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.privacy #main #mainContents .inner section h4 {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.privacy #main #mainContents .inner section h4 {
        font-size: 4vw; } }
  @media (max-width: 750px) {
        #single.privacy #main #mainContents .inner section .tel,
        #single.privacy #main #mainContents .inner section .mail {
          cursor: pointer;
          pointer-events: auto;
          color: #000;
          text-decoration: underline; } }

#single.terms #main #mainContents .inner {
  margin: 0 auto 4.09091%;
  max-width: 67.81818%;
  padding: 4.09091% 4.81818% 4.09091% 4.81818%;
  background-color: #fff; }
  #single.terms #main #mainContents .inner section {
    margin-bottom: 4.02145%;
    line-height: 1.66667;
    font-size: 1.6rem; }
    #single.terms #main #mainContents .inner section h3 {
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 2rem; }
    #single.terms #main #mainContents .inner section p {
      margin-bottom: 1em; }
      #single.terms #main #mainContents .inner section p:last-child {
        margin-bottom: 0; }
    #single.terms #main #mainContents .inner section ul {
      margin: 0 0 1em 35px; }
      #single.terms #main #mainContents .inner section ul li {
        margin-bottom: 1em; }
        #single.terms #main #mainContents .inner section ul li.noMargin, #single.terms #main #mainContents .inner section ul li:last-child {
          margin-bottom: 0; }
      #single.terms #main #mainContents .inner section ul.decimal > li {
        list-style-type: decimal; }
      #single.terms #main #mainContents .inner section ul.lower-alpha > li {
        list-style-type: lower-alpha; }
      #single.terms #main #mainContents .inner section ul.upper-latin > li {
        list-style-type: upper-latin; }
  @media (max-width: 750px) {
    #single.terms #main #mainContents .inner {
      margin: 0 auto 5.33333%;
      max-width: 73.33333%;
      padding: 5.33333% 5.33333% 5.33333% 5.33333%; }
      #single.terms #main #mainContents .inner section {
        margin-bottom: 14.54545%;
        line-height: 1.66667; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.terms #main #mainContents .inner section {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.terms #main #mainContents .inner section {
        font-size: 4vw; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.terms #main #mainContents .inner section h3 {
        font-size: 3.4rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.terms #main #mainContents .inner section h3 {
        font-size: 4.53333vw; } }
  @media (max-width: 750px) {
        #single.terms #main #mainContents .inner section ul {
          margin-left: 17px; } }

#single.recruit #main #mainContents .inner {
  margin: 0 auto 4.09091%;
  max-width: 73.63636%; }
  #single.recruit #main #mainContents .inner section {
    margin-bottom: 6.17284%;
    padding: 0 6.17284%;
    line-height: 1.66667;
    color: #fff;
    font-size: 1.6rem; }
    #single.recruit #main #mainContents .inner section.condition {
      padding-bottom: 6.17284%;
      border-bottom: 1px solid #fff; }
    #single.recruit #main #mainContents .inner section h3 {
      margin-bottom: 1em;
      letter-spacing: .2em;
      font-weight: bold;
      font-size: 2rem; }
    #single.recruit #main #mainContents .inner section .column {
      margin-bottom: 1em;
      display: table; }
      #single.recruit #main #mainContents .inner section .column dl {
        display: table-row; }
        #single.recruit #main #mainContents .inner section .column dl.mb1em dd {
          padding-bottom: 1em; }
        #single.recruit #main #mainContents .inner section .column dl dt {
          padding-right: 1.5em;
          position: relative;
          display: table-cell;
          white-space: nowrap; }
          #single.recruit #main #mainContents .inner section .column dl dt::after {
            position: absolute;
            top: 0;
            right: .2em;
            content: "："; }
        #single.recruit #main #mainContents .inner section .column dl dd {
          display: table-cell; }
    #single.recruit #main #mainContents .inner section p {
      margin-bottom: 1em; }
      #single.recruit #main #mainContents .inner section p.desc {
        text-align: center; }
      #single.recruit #main #mainContents .inner section p a {
        color: #fff; }
        #single.recruit #main #mainContents .inner section p a:hover {
          text-decoration: none; }
    #single.recruit #main #mainContents .inner section .disc {
      margin-left: 17px; }
      #single.recruit #main #mainContents .inner section .disc li {
        list-style-type: disc; }
  @media (max-width: 750px) {
    #single.recruit #main #mainContents .inner {
      margin: 0 auto 5.33333%;
      max-width: 73.33333%; }
      #single.recruit #main #mainContents .inner section {
        margin-bottom: 14.54545%;
        padding: 0; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.recruit #main #mainContents .inner section {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.recruit #main #mainContents .inner section {
        font-size: 4vw; } }
  @media (max-width: 750px) {
        #single.recruit #main #mainContents .inner section.condition {
          border: none; }
        #single.recruit #main #mainContents .inner section h3 {
          border: 1px #fff;
          border-style: solid none;
          text-align: center; } }
      @media (max-width: 750px) and (min-width: 751px) {
        #single.recruit #main #mainContents .inner section h3 {
          font-size: 3.4rem; } }
      @media (max-width: 750px) and (max-width: 750px) {
        #single.recruit #main #mainContents .inner section h3 {
          font-size: 4.53333vw; } }
  @media (max-width: 750px) {
        #single.recruit #main #mainContents .inner section .column {
          margin-bottom: 1em;
          display: table; }
          #single.recruit #main #mainContents .inner section .column dl {
            margin-bottom: 1em;
            display: block; }
            #single.recruit #main #mainContents .inner section .column dl.workContents dd {
              text-align: left; }
            #single.recruit #main #mainContents .inner section .column dl dt {
              padding-right: 0;
              display: block;
              letter-spacing: .2em;
              text-align: center; }
              #single.recruit #main #mainContents .inner section .column dl dt::before {
                content: "["; }
              #single.recruit #main #mainContents .inner section .column dl dt::after {
                position: static;
                content: "]"; }
            #single.recruit #main #mainContents .inner section .column dl dd {
              display: block;
              text-align: center; }
        #single.recruit #main #mainContents .inner section p {
          margin-bottom: 1em; }
          #single.recruit #main #mainContents .inner section p.desc {
            text-align: center; }
          #single.recruit #main #mainContents .inner section p a {
            color: #fff; }
            #single.recruit #main #mainContents .inner section p a:hover {
              text-decoration: none; }
        #single.recruit #main #mainContents .inner section .disc {
          margin-left: 17px; }
          #single.recruit #main #mainContents .inner section .disc li {
            list-style-type: disc; } }

#single.about #main #mainContents .inner .selectTab {
  margin: 0 auto 6.81818%;
  max-width: 44.54545%;
  display: flex;
  justify-content: space-between; }
  #single.about #main #mainContents .inner .selectTab li {
    padding: 1em 0;
    width: 30.61224%;
    color: #898989;
    background-color: #fff;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer; }
    #single.about #main #mainContents .inner .selectTab li:hover {
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.7;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      zoom: 1; }
    #single.about #main #mainContents .inner .selectTab li.current {
      color: #fff;
      background-color: #898989; }
      #single.about #main #mainContents .inner .selectTab li.current:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=100)";
        /* ie 8 */
        -moz-opacity: 1;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        zoom: 1; }
  @media (max-width: 750px) {
    #single.about #main #mainContents .inner .selectTab {
      margin: 0 auto 13.33333%;
      max-width: 73.33333%;
      display: block; }
      #single.about #main #mainContents .inner .selectTab li {
        margin-bottom: 1em;
        padding: .3em 0;
        width: 100%; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.about #main #mainContents .inner .selectTab li {
        font-size: 2.6rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.about #main #mainContents .inner .selectTab li {
        font-size: 3.46667vw; } }
  @media (max-width: 750px) {
        #single.about #main #mainContents .inner .selectTab li:last-child {
          margin-bottom: 0; } }
#single.about #main #mainContents .inner #slogan {
  margin: 0 auto 9.09091%;
  max-width: 64.54545%;
  display: none; }
  #single.about #main #mainContents .inner #slogan h2 {
    margin-bottom: 2.8169%; }
  #single.about #main #mainContents .inner #slogan p {
    line-height: 1.66667;
    color: #fff;
    font-size: 1.6rem; }
  @media (max-width: 750px) {
    #single.about #main #mainContents .inner #slogan {
      margin: 0 auto 13.33333%;
      max-width: 73.33333%; }
      #single.about #main #mainContents .inner #slogan h2 {
        margin-bottom: 5.45455%; } }
  @media (max-width: 750px) and (min-width: 751px) {
    #single.about #main #mainContents .inner #slogan p {
      font-size: 3rem; } }
  @media (max-width: 750px) and (max-width: 750px) {
    #single.about #main #mainContents .inner #slogan p {
      font-size: 4vw; } }

#single.about #main #mainContents .inner #method {
  margin: 0 auto 9.09091%;
  max-width: 77.27273%; }
  #single.about #main #mainContents .inner #method .desc {
    margin-bottom: 2.94118%;
    padding: 0 8.23529%;
    line-height: 1.66667;
    color: #fff;
    font-size: 1.6rem; }
  #single.about #main #mainContents .inner #method .methodInner {
    zoom: 1;
    padding: 4.70588% 0;
    color: #fff; }
    #single.about #main #mainContents .inner #method .methodInner:after {
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      content: " "; }
    #single.about #main #mainContents .inner #method .methodInner h3 {
      margin-bottom: 2em;
      font-size: 3rem;
      text-align: center; }
      #single.about #main #mainContents .inner #method .methodInner h3 span {
        display: block;
        font-size: 1.2rem; }
    #single.about #main #mainContents .inner #method .methodInner .graph {
      padding-left: 5.88235%;
      float: left;
      width: 32.35294%; }
    #single.about #main #mainContents .inner #method .methodInner .txt {
      padding-right: 1.17647%;
      float: right;
      width: 55.29412%; }
      #single.about #main #mainContents .inner #method .methodInner .txt dl {
        margin-bottom: 6.38298%; }
        #single.about #main #mainContents .inner #method .methodInner .txt dl:last-child {
          margin-bottom: 0; }
        #single.about #main #mainContents .inner #method .methodInner .txt dl dt {
          margin-bottom: .5em;
          font-size: 2rem; }
        #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul {
          margin-left: 25px; }
          #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li {
            margin-bottom: .5em;
            line-height: 1.85714;
            list-style: decimal-leading-zero;
            font-family: "MS Pゴシック";
            font-size: 1.4rem; }
            #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li span {
              font-family: 'Alata', 'Didact Gothic', 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 750px) {
    #single.about #main #mainContents .inner #method {
      margin: 0 auto 13.33333%;
      max-width: 73.33333%; }
      #single.about #main #mainContents .inner #method .desc {
        margin-bottom: 9.09091%;
        padding: 0; } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.about #main #mainContents .inner #method .desc {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.about #main #mainContents .inner #method .desc {
        font-size: 4vw; } }
  @media (max-width: 750px) and (min-width: 751px) {
    #single.about #main #mainContents .inner #method .methodInner h3 {
      font-size: 5rem; } }
  @media (max-width: 750px) and (max-width: 750px) {
    #single.about #main #mainContents .inner #method .methodInner h3 {
      font-size: 6.66667vw; } }
  @media (max-width: 750px) and (min-width: 751px) {
    #single.about #main #mainContents .inner #method .methodInner h3 span {
      font-size: 2rem; } }
  @media (max-width: 750px) and (max-width: 750px) {
    #single.about #main #mainContents .inner #method .methodInner h3 span {
      font-size: 2.66667vw; } }
  @media (max-width: 750px) {
      #single.about #main #mainContents .inner #method .methodInner .graph {
        margin: 0 auto 9.09091%;
        max-width: 72.72727%;
        padding-left: 0;
        float: none;
        width: auto; }
      #single.about #main #mainContents .inner #method .methodInner .txt {
        padding-right: 0;
        float: none;
        width: auto; }
        #single.about #main #mainContents .inner #method .methodInner .txt dl {
          margin-bottom: 9.09091%;
          padding: 0 1em; }
          #single.about #main #mainContents .inner #method .methodInner .txt dl:last-child {
            margin-bottom: 0; } }
      @media (max-width: 750px) and (min-width: 751px) {
        #single.about #main #mainContents .inner #method .methodInner .txt dl dt {
          font-size: 3.6rem; } }
      @media (max-width: 750px) and (max-width: 750px) {
        #single.about #main #mainContents .inner #method .methodInner .txt dl dt {
          font-size: 4.8vw; } }
  @media (max-width: 750px) {
          #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li {
            font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial; } }
        @media (max-width: 750px) and (min-width: 751px) {
          #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li {
            font-size: 3rem; } }
        @media (max-width: 750px) and (max-width: 750px) {
          #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li {
            font-size: 4vw; } }
  @media (max-width: 750px) {
            #single.about #main #mainContents .inner #method .methodInner .txt dl dd ul li span {
              font-family: 'Alata', 'Didact Gothic', 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; } }
#single.about #main #mainContents .inner #data {
  margin: 0 auto 9.09091%;
  max-width: 50%;
  display: none; }
  #single.about #main #mainContents .inner #data .dataInner {
    line-height: 1.66667;
    color: #fff;
    font-size: 1.6rem; }
    #single.about #main #mainContents .inner #data .dataInner dl {
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #fff;
      display: flex;
      justify-content: space-between;
      line-height: 2.16667;
      letter-spacing: .1em; }
      #single.about #main #mainContents .inner #data .dataInner dl:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      #single.about #main #mainContents .inner #data .dataInner dl.noBorder {
        margin-bottom: .5em;
        padding-bottom: .5em;
        border-bottom: 0; }
      #single.about #main #mainContents .inner #data .dataInner dl dt {
        width: 21.81818%; }
      #single.about #main #mainContents .inner #data .dataInner dl dd {
        width: 76.36364%; }
        #single.about #main #mainContents .inner #data .dataInner dl dd span {
          margin-right: 1em;
          display: inline-block; }
        #single.about #main #mainContents .inner #data .dataInner dl dd ul {
          margin-left: 19px; }
          #single.about #main #mainContents .inner #data .dataInner dl dd ul li {
            list-style: disc; }
        #single.about #main #mainContents .inner #data .dataInner dl dd small {
          font-size: 1.2rem; }
        #single.about #main #mainContents .inner #data .dataInner dl dd .person {
          margin-bottom: 1em;
          display: flex; }
          #single.about #main #mainContents .inner #data .dataInner dl dd .person .last {
            margin-bottom: 0; }
          #single.about #main #mainContents .inner #data .dataInner dl dd .person .position {
            margin-right: 1.81818%;
            width: 18.18182%; }
          #single.about #main #mainContents .inner #data .dataInner dl dd .person .name {
            width: 80%; }
  @media (max-width: 750px) {
    #single.about #main #mainContents .inner #data {
      margin: 0 auto 13.33333%;
      max-width: 73.33333%; }
      #single.about #main #mainContents .inner #data .dataInner {
        /*
        .first {
        	margin-bottom: percentage(50/$spInnerWidth);
        	width: auto;
        }
        .second {	width: auto;}
        */ } }
    @media (max-width: 750px) and (min-width: 751px) {
      #single.about #main #mainContents .inner #data .dataInner {
        font-size: 3rem; } }
    @media (max-width: 750px) and (max-width: 750px) {
      #single.about #main #mainContents .inner #data .dataInner {
        font-size: 4vw; } }
  @media (max-width: 750px) {
        #single.about #main #mainContents .inner #data .dataInner dl {
          display: block; }
          #single.about #main #mainContents .inner #data .dataInner dl dt {
            width: auto;
            font-weight: bold; }
          #single.about #main #mainContents .inner #data .dataInner dl dd {
            width: auto; } }
        @media (max-width: 750px) and (min-width: 751px) {
          #single.about #main #mainContents .inner #data .dataInner dl dd small {
            font-size: 2.2rem; } }
        @media (max-width: 750px) and (max-width: 750px) {
          #single.about #main #mainContents .inner #data .dataInner dl dd small {
            font-size: 2.93333vw; } }
  @media (max-width: 750px) {
            #single.about #main #mainContents .inner #data .dataInner dl dd .person .position {
              margin-right: 1.81818%;
              width: 36.36364%; }
            #single.about #main #mainContents .inner #data .dataInner dl dd .person .name {
              width: 61.81818%; } }

#single.event_space #main #mainContents .inner {
  margin: 0 auto 0%;
  max-width: 71.45455%;
  color: #fff;
  	/*
  	.summary {
  		display: flex;
  		flex-direction: row-reverse;
  		align-items: flex-end;
  
  		.txt {
  			width: percentage(514/700);
  
  			.example {
  				h3 {
  					@include borderRadius(50px);
  					margin-bottom: 1em;
  					padding: .7em 1.5em;
  					border: 1px solid #b8ada4;
  					display: inline-block;
  					line-height: 1;
  					color: #fff;
  					background-color: rgba(134,112,69,0.5);
  					font-weight: bold;
  					font-size: 2rem;
  					letter-spacing: .3em
  				}
  				ul {
  					margin-left: 40px;
  					padding-bottom: 30px;
  
  					li {
  						line-height: 1.8;
  						list-style-type: disc;
  						color: #fff;
  					}
  				}
  			}
  		}
  		.image {
  			width: percentage(175/700);
  		}
  	}
  	*/ }
  #single.event_space #main #mainContents .inner .outline {
    margin: 0 auto 0%;
    max-width: 89.05852%; }
  #single.event_space #main #mainContents .inner a {
    color: #fff;
    text-decoration: underline; }
    #single.event_space #main #mainContents .inner a:hover {
      text-decoration: none; }
  #single.event_space #main #mainContents .inner .start {
    margin-bottom: 2em;
    line-height: 1.8;
    text-align: center;
    text-align: center; }
  #single.event_space #main #mainContents .inner .summary .txt .example {
    text-align: center; }
    #single.event_space #main #mainContents .inner .summary .txt .example h3 {
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      margin-bottom: 1em;
      padding: .7em 1.5em;
      border: 1px solid #b8ada4;
      display: inline-block;
      line-height: 1;
      color: #fff;
      background-color: rgba(134, 112, 69, 0.5);
      font-weight: bold;
      font-size: 2rem;
      letter-spacing: 0.3em; }
    #single.event_space #main #mainContents .inner .summary .txt .example ul {
      margin: 0 auto;
      width: 400px;
      text-align: left; }
      #single.event_space #main #mainContents .inner .summary .txt .example ul li {
        width: 150%;
        line-height: 1.8;
        list-style-type: disc;
        color: #fff; }
  #single.event_space #main #mainContents .inner .summary .image {
    width: auto;
    text-align: center; }
  #single.event_space #main #mainContents .inner .push {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: -12px 0 8.57143%;
    padding: 4.57143%;
    color: #010101;
    background-color: rgba(255, 255, 255, 0.75); }
    #single.event_space #main #mainContents .inner .push .desc {
      margin-bottom: 2em;
      line-height: 2;
      font-weight: bold;
      font-size: 2rem;
      text-align: center; }
    #single.event_space #main #mainContents .inner .push .space {
      margin-bottom: 5.50314%;
      display: flex;
      justify-content: space-between; }
      #single.event_space #main #mainContents .inner .push .space > div {
        width: 47.16981%;
        text-align: center; }
        #single.event_space #main #mainContents .inner .push .space > div.before h4 {
          background-color: #34506a; }
        #single.event_space #main #mainContents .inner .push .space > div.after h4 {
          background-color: #a94040; }
        #single.event_space #main #mainContents .inner .push .space > div h4 {
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          margin-bottom: 1em;
          padding: .7em;
          line-height: 1;
          color: #fff;
          font-weight: bold;
          font-size: 1.8rem; }
        #single.event_space #main #mainContents .inner .push .space > div .spaceInner {
          display: flex;
          justify-content: center; }
          #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl {
            width: 44%; }
            #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl dt {
              margin-bottom: 1em;
              padding: 0 15.15152%; }
            #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl dd {
              font-weight: bold; }
    #single.event_space #main #mainContents .inner .push .attention {
      margin: 0 auto 0%;
      max-width: 94.93671%;
      padding: 1em 0;
      border: 1px #000;
      border-style: solid none;
      color: #e01a1a;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      letter-spacing: 0.2em; }
  #single.event_space #main #mainContents .inner .result {
    margin-bottom: 3.18066%; }
    #single.event_space #main #mainContents .inner .result h3 {
      margin-bottom: 1.5em;
      font-size: 2rem;
      text-align: center; }
    #single.event_space #main #mainContents .inner .result .image {
      display: flex;
      justify-content: space-between; }
      #single.event_space #main #mainContents .inner .result .image li {
        width: 31.80662%; }
  #single.event_space #main #mainContents .inner .data {
    margin-bottom: 6.36132%; }
    #single.event_space #main #mainContents .inner .data dl {
      display: flex;
      justify-content: space-between;
      line-height: 1.8; }
      #single.event_space #main #mainContents .inner .data dl dt {
        width: 12.72265%; }
      #single.event_space #main #mainContents .inner .data dl dd {
        width: 85.87786%; }
  #single.event_space #main #mainContents .inner .contactBtn {
    margin-bottom: 2em;
    text-align: center; }
    #single.event_space #main #mainContents .inner .contactBtn a {
      padding: .3em 1.5em;
      display: inline-block;
      color: #fff;
      background-color: #898989;
      font-size: 1.8rem;
      text-decoration: none; }
      #single.event_space #main #mainContents .inner .contactBtn a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=70)";
        /* ie 8 */
        -moz-opacity: 0.7;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        zoom: 1;
        transition: 0.4s; }
  @media (max-width: 750px) {
    #single.event_space #main #mainContents .inner {
      margin: 0 auto 0%;
      max-width: 73.33333%; }
      #single.event_space #main #mainContents .inner .outline {
        max-width: none; }
      #single.event_space #main #mainContents .inner .summary {
        display: block; }
        #single.event_space #main #mainContents .inner .summary .txt {
          width: auto; }
          #single.event_space #main #mainContents .inner .summary .txt .desc .space {
            padding: 0; }
          #single.event_space #main #mainContents .inner .summary .txt .example h3 {
            padding: .7em 1em;
            min-width: 80%;
            font-size: 1.5rem;
            letter-spacing: 0.1em; }
          #single.event_space #main #mainContents .inner .summary .txt .example ul {
            margin-left: 20px;
            width: auto; }
            #single.event_space #main #mainContents .inner .summary .txt .example ul li {
              width: auto; }
        #single.event_space #main #mainContents .inner .summary .image {
          width: auto;
          text-align: center; }
      #single.event_space #main #mainContents .inner .push {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        margin: -12px 0 8.57143%; }
        #single.event_space #main #mainContents .inner .push .desc {
          padding-top: 1em;
          font-size: 1.6rem; }
        #single.event_space #main #mainContents .inner .push .space {
          display: block; }
          #single.event_space #main #mainContents .inner .push .space > div {
            width: auto; }
            #single.event_space #main #mainContents .inner .push .space > div:first-child {
              margin-bottom: 3em; }
            #single.event_space #main #mainContents .inner .push .space > div h4 {
              font-size: 1.5rem; }
            #single.event_space #main #mainContents .inner .push .space > div .spaceInner {
              display: block; }
              #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl {
                margin-bottom: 1em;
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%; }
                #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl:last-child {
                  margin-bottom: 0; }
                #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl dt {
                  margin: 0;
                  padding: 0;
                  width: 21.42857%; }
                #single.event_space #main #mainContents .inner .push .space > div .spaceInner dl dd {
                  padding: 0;
                  width: 71.42857%;
                  text-align: left; }
        #single.event_space #main #mainContents .inner .push .attention {
          max-width: auto;
          font-size: 1.5rem; }
      #single.event_space #main #mainContents .inner .result .image {
        display: block; }
        #single.event_space #main #mainContents .inner .result .image li {
          margin-bottom: 2%;
          width: 100%; }
          #single.event_space #main #mainContents .inner .result .image li:last-child {
            margin-bottom: 0; }
      #single.event_space #main #mainContents .inner .data {
        margin-bottom: 18.18182%; }
        #single.event_space #main #mainContents .inner .data dl {
          margin-bottom: 1em;
          display: block; }
          #single.event_space #main #mainContents .inner .data dl dt {
            width: auto;
            font-weight: bold; }
            #single.event_space #main #mainContents .inner .data dl dt::before {
              content: "■"; }
          #single.event_space #main #mainContents .inner .data dl dd {
            width: auto; }
            #single.event_space #main #mainContents .inner .data dl dd small {
              font-size: 1.4rem; }
      #single.event_space #main #mainContents .inner .contactBtn a {
        padding-right: 1.5em;
        padding-left: 1.5em;
        font-size: 1.6rem; } }
