@import url("https://fonts.googleapis.com/css?family=Yellowtail");
.about main {
  overflow: hidden; }
.about .mv {
  background: url("../about/img/bg_about.jpg") no-repeat center;
  background-size: cover; }
.about #message .detail p {
  text-indent: 1em;
  margin-bottom: 0; }
.about .contents01 .head {
  background: url(/about/img/img_ceo.jpg) no-repeat left top/contain;
  min-height: 500px;
  position: relative; }
  .about .contents01 .head .sign {
    position: absolute;
    right: 0;
    bottom: 0; }
.about .contents01 h3 span {
  display: inline-block; }
.about .contents01 .detail {
  margin: 30px auto;
  width: 80%; }
.about .contents02 h2 span {
  color: #fff; }
.about .contents02 .inner p {
  text-align: left; }
.about .contents03 {
  background: #8ed130 url(/common/img/bg_grid.png); }
  .about .contents03 h2 {
    font-weight: normal;
    font-family: "Yellowtail", cursive;
    text-transform: capitalize;
    text-shadow: 2px 2px 0 #567f1c; }
  .about .contents03 .readtxt {
    text-shadow: 2px 2px 0 #567f1c; }
  .about .contents03 .ttl {
    text-transform: capitalize; }
.about .contents04 {
  width: 94%;
  max-width: 900px;
  margin: 50px auto; }
  .about .contents04 table {
    margin: 0 auto;
    border-collapse: collapse; }
    .about .contents04 table th, .about .contents04 table td {
      padding: .5em 0 .5em 1em; }
      .about .contents04 table th:first-of-type, .about .contents04 table td:first-of-type {
        border-top: 1px solid #3a9de6; }
    .about .contents04 table th {
      width: 8em;
      border-bottom: 1px solid #3a9de6;
      border-right: 1px solid #3a9de6;
      text-align: left;
      background: #68b4ec; }
    .about .contents04 table td {
      border-bottom: 1px solid #3a9de6; }
      .about .contents04 table td:last-child {
        overflow: hidden; }

@media screen and (max-width: 750px) {
  .pc-lower {
    display: none; }

  .about {
    margin: 0;
    padding: 0;
    width: 100%; }
    .about .contents01 {
      margin: 0 auto;
      padding: 50px 0;
      width: 100%; }
      .about .contents01 h2 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0; }
        .about .contents01 h2 span {
          display: block;
          font-size: 18px; }
      .about .contents01 .head h3 {
        font-size: 20px;
        letter-spacing: normal;
        position: absolute;
        bottom: 70px;
        left: calc(calc(100vw - 320px) / 2); }
      .about .contents01 .head .sign {
        right: 5%;
        bottom: 3%; }
        .about .contents01 .head .sign img {
          width: 127px; }
      .about .contents01 .detail {
        width: 90%;
        font-size: 14px; }
        .about .contents01 .detail p {
          margin-bottom: 20px; }
          .about .contents01 .detail p:last-child {
            margin-bottom: 0; }
    .about .contents02 {
      margin-bottom: 30px; }
      .about .contents02 .point-header {
        background: url("../about/img/bg_point.jpg") no-repeat;
        background-size: cover;
        padding: 40px 20px 50px;
        text-align: center;
        color: #fff; }
        .about .contents02 .point-header p {
          font-size: 14px; }
      .about .contents02 h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        color: #c90020;
        margin-bottom: 15px; }
        .about .contents02 h2 span {
          display: inline-block;
          font-size: inherit;
          color: inherit; }
        .about .contents02 h2 span:last-of-type {
          display: block;
          font-size: 18px;
          color: #fff;
          margin-top: .5em; }
      .about .contents02 .wrapper {
        margin: -30px auto 0; }
        .about .contents02 .wrapper .inner {
          margin: 0 auto 8px;
          padding: 20px;
          width: 90%;
          background: #fff;
          border: 1px solid #f2f2f2;
          box-sizing: border-box;
          display: table; }
          .about .contents02 .wrapper .inner figure {
            display: table-cell;
            vertical-align: middle;
            margin: 0;
            width: 20%; }
            .about .contents02 .wrapper .inner figure img {
              width: 100%;
              height: auto; }
          .about .contents02 .wrapper .inner .conts {
            display: table-cell;
            vertical-align: middle;
            box-sizing: border-box;
            padding-left: 5%; }
            .about .contents02 .wrapper .inner .conts h3 {
              margin: 0 0 10px;
              color: #c90020;
              font-size: 18px;
              line-height: 1;
              font-weight: bold; }
            .about .contents02 .wrapper .inner .conts p {
              font-size: 13px; }
    .about .contents03 {
      margin: 0 auto;
      padding: 25px 0 0;
      width: 100%; }
      .about .contents03 h2 {
        margin: 0 auto 10px;
        padding: 0 0 10px;
        text-align: center;
        font-size: 22px;
        line-height: 1.5;
        color: #fff;
        width: 90%;
        border-bottom: 1px solid #fff; }
      .about .contents03 .readtxt {
        margin-bottom: 25px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 0 15px; }
      .about .contents03 .inner {
        background: #fff;
        width: 100%; }
        .about .contents03 .inner .wrap {
          padding: 30px 15px 0;
          text-align: center; }
          .about .contents03 .inner .wrap .ttl {
            font-size: 16px;
            margin-bottom: 5px; }
          .about .contents03 .inner .wrap h3 {
            margin: 0 0 20px;
            font-size: 20px;
            font-weight: bold; }
          .about .contents03 .inner .wrap p {
            margin-bottom: 20px;
            font-size: 13px;
            text-align: left; }
        .about .contents03 .inner figure {
          width: 100%;
          height: auto;
          font-size: 0;
          line-height: 0; }
          .about .contents03 .inner figure img {
            width: 100%;
            height: auto; }

  .contents04 h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0; }
    .contents04 h2 span {
      display: block;
      font-size: 18px; } }
@media screen and (min-width: 415px) and (max-width: 750px) {
  .about .contents01 .head {
    background-size: 480px; }
    .about .contents01 .head h3 {
      bottom: 0;
      left: 7%;
      font-size: 4.5vw; }
    .about .contents01 .head .sign img {
      width: 100px; } }
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .pc-lower {
    display: none; }

  .about {
    margin: 0;
    padding: 0;
    width: 100%; }
    .about .contents01 {
      margin: 0 auto;
      padding: 20px 0 50px;
      width: 100%; }
      .about .contents01 h2 {
        margin: 30px 0 10px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5; }
        .about .contents01 h2 span {
          display: block;
          font-size: 24px; }
      .about .contents01 .head {
        background-size: 500px;
        background-position: left center; }
      .about .contents01 .detail {
        width: 90%; }
        .about .contents01 .detail p {
          margin-bottom: 20px; }
          .about .contents01 .detail p:last-child {
            margin-bottom: 0; }
      .about .contents01 .sign {
        float: left;
        margin-left: 5%; }
        .about .contents01 .sign img.sp-only {
          display: block;
          width: 150px; }
    .about .contents02 {
      margin: 0 auto;
      width: 100%; }
      .about .contents02 .point-header {
        background: url("../about/img/bg_point.jpg") no-repeat;
        background-size: cover;
        padding: 40px 20px 70px;
        text-align: center;
        color: #fff; }
        .about .contents02 .point-header p {
          font-size: 16px;
          display: block !important; }
      .about .contents02 h2 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        color: #c90020; }
        .about .contents02 h2 span {
          display: block;
          font-size: 21px; }
      .about .contents02 .wrapper {
        margin: -40px auto 50px; }
        .about .contents02 .wrapper .inner {
          margin: 0 auto 20px;
          padding: 40px;
          width: 90%;
          background: #fff;
          border: 1px solid #f2f2f2;
          box-sizing: border-box;
          display: table; }
          .about .contents02 .wrapper .inner figure {
            display: table-cell;
            vertical-align: middle;
            margin: 0;
            width: 20%; }
            .about .contents02 .wrapper .inner figure img {
              width: 100%;
              height: auto; }
          .about .contents02 .wrapper .inner .conts {
            display: table-cell;
            vertical-align: middle;
            box-sizing: border-box;
            padding-left: 5%; }
            .about .contents02 .wrapper .inner .conts h3 {
              margin: 0 0 10px;
              color: #c90020;
              font-size: 24px;
              line-height: 1;
              font-weight: bold; }
            .about .contents02 .wrapper .inner .conts p {
              font-size: 18px; }
    .about .contents03 {
      margin: 0 auto;
      padding: 25px 0 0;
      width: 100%; }
      .about .contents03 h2 {
        margin: 0 auto 10px;
        padding: 0 0 10px;
        text-align: center;
        font-size: 27px;
        line-height: 1.5;
        color: #fff;
        width: 90%;
        border-bottom: 1px solid #fff; }
      .about .contents03 .readtxt {
        margin-bottom: 25px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold; }
      .about .contents03 .inner {
        background: #fff;
        width: 100%; }
        .about .contents03 .inner .wrap {
          padding: 30px 0 0; }
          .about .contents03 .inner .wrap .ttl {
            font-size: 21px;
            display: block !important;
            margin-bottom: 10px; }
          .about .contents03 .inner .wrap h3 {
            margin: 0 0 20px;
            font-size: 24px;
            font-weight: bold;
            text-align: center; }
          .about .contents03 .inner .wrap p {
            margin: 0 auto 20px;
            width: 90%;
            font-size: 18px; }
            .about .contents03 .inner .wrap p .ttl {
              text-align: center; }
        .about .contents03 .inner figure {
          margin: 0;
          font-size: 0;
          line-height: 0; }
          .about .contents03 .inner figure img {
            width: 100%;
            height: auto; }

  .contents04 h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5; }
    .contents04 h2 span {
      display: block;
      font-size: 24px; }
  .contents04 table {
    width: 640px; } }
@media screen and (min-width: 768px) {
  .about .contents01 .head h3 {
    font-size: 20px;
    position: absolute;
    right: 2.5%;
    top: 45%;
    top: calc(50% - 78px);
    text-align: right; }
    .about .contents01 .head h3 span {
      display: block; }
  .about .contents01 .head .sign {
    right: 5%; } }
@media screen and (min-width: 1024px) {
  .about .contents01 .head h3 {
    font-size: 24px;
    right: 10%; }
  .about .contents01 .head .sign {
    right: 10%; } }
@media screen and (min-width: 1200px) {
  .sp-lower {
    display: none; }

  .about {
    margin: 0;
    padding: 0;
    width: 100%; }
    .about .contents01 {
      max-width: 1160px;
      padding: 50px 0;
      margin: 0 auto; }
      .about .contents01 h2 {
        margin-bottom: 25px;
        text-align: center;
        font-size: 33px;
        font-weight: bold;
        line-height: 1.5; }
        .about .contents01 h2 span {
          display: block;
          font-size: 15px; }
      .about .contents01 h3 {
        right: 0; }
        .about .contents01 h3 span {
          display: inline-block; }
      .about .contents01 .detail p {
        margin-bottom: 20px; }
        .about .contents01 .detail p:last-child {
          margin-bottom: 0; }
    .about .contents02 {
      margin: 0 auto;
      padding: 70px 0 60px;
      width: 100%;
      background: url("../about/img/bg_point.jpg") no-repeat center/cover;
      position: relative;
      overflow: hidden; }
      .about .contents02::before {
        content: '';
        background: inherit;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px; }
      .about .contents02 h2 {
        margin-bottom: 25px;
        text-align: center;
        font-size: 33px;
        font-weight: bold;
        line-height: 1.5;
        color: #c90020; }
        .about .contents02 h2 span {
          display: block;
          font-size: 15px; }
      .about .contents02 .wrapper {
        margin: 0 auto;
        width: 1160px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .about .contents02 .wrapper .inner {
          padding: 20px 0 45px;
          width: 380px;
          background: #FFF;
          text-align: center; }
          .about .contents02 .wrapper .inner figure {
            margin: 0 auto 30px; }
          .about .contents02 .wrapper .inner h3 {
            margin-bottom: 30px;
            color: #c90020;
            font-size: 23px;
            line-height: 1;
            font-weight: bold; }
          .about .contents02 .wrapper .inner p {
            padding: 0 15px; }
    .about .contents03 {
      margin: 0 auto;
      padding: 70px 0 0;
      width: 100%; }
      .about .contents03 h2 {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 37px;
        line-height: 1.5;
        color: #fff;
        width: 550px;
        padding: 0 0 25px;
        border-bottom: 1px solid #FFF; }
      .about .contents03 .readtxt {
        margin-bottom: 70px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
      .about .contents03 .inner {
        background: #FFF;
        width: 100%;
        overflow: hidden;
        display: table; }
        .about .contents03 .inner .wrap {
          display: table-cell;
          vertical-align: middle;
          width: 50%;
          padding: 50px 40px;
          direction: ltr;
          position: relative; }
          .about .contents03 .inner .wrap .ttl {
            position: absolute;
            top: 45px;
            font-size: 20px;
            display: block !important;
            margin-bottom: 0;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          .about .contents03 .inner .wrap h3 {
            margin: 0 0 50px;
            font-size: 25px;
            font-weight: bold;
            text-align: center; }
          .about .contents03 .inner .wrap .text {
            font-size: 15px;
            margin-bottom: 30px;
            width: 80%;
            margin: 0 auto; }
            .about .contents03 .inner .wrap .text:last-child {
              margin-bottom: 0; }
        .about .contents03 .inner figure {
          display: table-cell;
          vertical-align: middle;
          width: 50%;
          height: auto;
          font-size: 0;
          line-height: 0; }
          .about .contents03 .inner figure img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; }
      .about .contents03 .merit02 {
        direction: rtl; }
        .about .contents03 .merit02 .ttl {
          left: -25px; }
      .about .contents03 .merit01 .ttl, .about .contents03 .merit03 .ttl {
        right: -25px; }

  .contents04 h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.5; }
    .contents04 h2 span {
      display: block;
      font-size: 15px; }
  .contents04 table {
    min-width: 750px; } }
@media screen and (min-width: 1800px) {
  .sp-lower {
    display: none; }

  .about .contents03 .inner .wrap h3 {
    font-size: 30px; }
  .about .contents03 .inner .wrap p {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  .about .mv {
    background: url(../about/img/bg_about_sp.jpg) no-repeat;
    background-size: cover; } }
@media screen and (max-width: 412px) {
  .about .contents01 .head h3 {
    bottom: 90px; } }

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