#sec01 {
  margin-bottom: 8vh; }
  #sec01 .inner {
    width: 1000px; }
    #sec01 .inner h3, #sec01 .inner p.body, #sec01 .inner .img01 {
      width: 615px;
      margin: 0 auto; }
    #sec01 .inner h3 {
      margin-bottom: 70px; }
    #sec01 .inner p.body {
      margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  #sec01 .inner {
    width: 100%; }
    #sec01 .inner h2 {
      width: calc(370 / 750 * 100%); }
    #sec01 .inner h3, #sec01 .inner p.body {
      width: calc(690 / 750 * 100%); }
    #sec01 .inner .img01 {
      width: calc(500 / 750 * 100%);
      margin-left: calc((750 - 690) / 2 / 750 * 100%); }
    #sec01 .inner h3 {
      margin-bottom: 35px; }
    #sec01 .inner p.body {
      margin-bottom: 60px;
      font-size: 12px; } }
#sec_about {
  margin-bottom: 16vh;
  font-family: "Noto Sans JP", sans-serif; }
  #sec_about .inner {
    width: 1000px; }
  #sec_about h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
  #sec_about p.body {
    color: #000000;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center; }
  #sec_about .map_container {
    text-align: center; }
    #sec_about .map_container p {
      font-size: 40px;
      line-height: 1.2;
      font-weight: 700; }
      #sec_about .map_container p span {
        font-size: 80px; }

@media screen and (max-width: 767px) {
  #sec_about {
    margin-bottom: 8vh; }
    #sec_about .inner {
      width: calc(690 / 750 * 100%); }
    #sec_about h2 {
      font-size: 25px;
      margin-bottom: 30px; }
    #sec_about p.body {
      color: #000000;
      font-size: 14px;
      margin-bottom: 30px;
      text-align: center; }
    #sec_about .map_container {
      display: block; }
      #sec_about .map_container p {
        font-size: 25px;
        text-align: center;
        margin-bottom: 24px; }
        #sec_about .map_container p span {
          font-size: 50px; } }
#sec02 {
  font-family: "Noto Sans JP", sans-serif; }
  #sec02 .inner {
    width: 1000px; }
    #sec02 .inner h2 {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px; }
    #sec02 .inner ul.logos li {
      width: 168px;
      margin-right: 40px; }
    #sec02 .inner ul.logos li:nth-of-type(5n) {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  #sec02 {
    font-family: "Noto Sans JP", sans-serif; }
    #sec02 .inner {
      width: calc(690 / 750 * 100%); }
      #sec02 .inner h2 {
        font-size: 20px;
        margin-bottom: 25px; }
      #sec02 .inner ul.logos li {
        width: calc(210 / 690 * 100%);
        margin-right: calc(30 / 690 * 100%); }
      #sec02 .inner ul.logos li:nth-of-type(5n) {
        margin-right: calc(30 / 690 * 100%); }
      #sec02 .inner ul.logos li:nth-of-type(3n) {
        margin-right: 0; } }
#geological {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8vh;
  padding-top: 16vh; }
  #geological .inner {
    width: 1000px; }
    #geological .inner h2 {
      font-size: 40px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px; }
    #geological .inner a.btn {
      width: 300px; }
    #geological .inner .boxes .box {
      display: flex;
      justify-content: space-between;
      margin-bottom: 90px; }
      #geological .inner .boxes .box picture img {
        width: 500px;
        height: auto; }
      #geological .inner .boxes .box .text {
        padding-top: 30px;
        width: 470px; }
        #geological .inner .boxes .box .text .num {
          margin-bottom: 20px;
          position: relative; }
          #geological .inner .boxes .box .text .num:before {
            position: absolute;
            content: '';
            width: 80px;
            height: 20px;
            background-image: url(../img/line.png);
            background-size: contain;
            top: 10px;
            left: -100px;
            background-repeat: no-repeat; }
        #geological .inner .boxes .box .text p {
          font-size: 18px;
          color: #000000;
          letter-spacing: 0; }
      #geological .inner .boxes .box:nth-child(even) {
        flex-direction: row-reverse; }
        #geological .inner .boxes .box:nth-child(even) .text .num {
          text-align: right; }
          #geological .inner .boxes .box:nth-child(even) .text .num:before {
            left: 490px;
            transform: scale(-1, 1); }

@media screen and (max-width: 767px) {
  #geological {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 8vh;
    padding-top: 8vh; }
    #geological .inner {
      width: calc(690 / 750 * 100%); }
      #geological .inner h2 {
        font-size: 25px;
        margin-bottom: 40px; }
      #geological .inner a.btn {
        width: 215px; }
      #geological .inner .boxes .box {
        display: block;
        margin-bottom: 40px; }
        #geological .inner .boxes .box picture img {
          width: 100%;
          height: auto; }
        #geological .inner .boxes .box .text {
          padding-top: 50px;
          width: 100%; }
          #geological .inner .boxes .box .text .num {
            margin-bottom: 20px;
            height: 15px;
            text-align: center; }
            #geological .inner .boxes .box .text .num img {
              height: 100%;
              width: auto; }
            #geological .inner .boxes .box .text .num:before {
              position: absolute;
              content: '';
              width: 2px;
              height: 40px;
              background-image: url(../img/line_sp.png);
              background-size: contain;
              top: -40px;
              left: 0;
              right: 0;
              margin: auto;
              background-repeat: no-repeat; }
          #geological .inner .boxes .box .text p {
            font-size: 14px; }
        #geological .inner .boxes .box:nth-child(even) .text .num {
          text-align: center; }
          #geological .inner .boxes .box:nth-child(even) .text .num:before {
            position: absolute;
            content: '';
            width: 2px;
            height: 40px;
            background-image: url(../img/line_sp.png);
            background-size: contain;
            top: -40px;
            left: 0;
            right: 0;
            margin: auto;
            background-repeat: no-repeat; } }

/*# sourceMappingURL=about.css.map */
