@charset "UTF-8";
.about .fv-container .fv-inner {
  position: relative;
  padding-bottom: calc(50 * 100vw / 375); }
  .about .fv-container .fv-inner .fv-ttl {
    text-align: center; }
    .about .fv-container .fv-inner .fv-ttl .fv-ttl__head {
      margin-top: calc(50 * 100vw / 375);
      font-size: calc(26 * 100vw / 375); }
    .about .fv-container .fv-inner .fv-ttl .fv-ttl__txt {
      font-size: calc(15 * 100vw / 375);
      margin-top: calc(26 * 100vw / 375); }
      .about .fv-container .fv-inner .fv-ttl .fv-ttl__txt.cation {
        font-size: calc(12 * 100vw / 375); }
  .about .fv-container .fv-inner p.pc-visible {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 1em;
    bottom: 1em; }

.about .about-science {
  position: relative;
  padding-top: calc(62 * 100vw / 375);
  padding-bottom: calc(40 * 100vw / 375);
  background: #f3f2ee; }
  .about .about-science .about-science__inner {
    position: relative;
    z-index: 1; }
  .about .about-science h3 p {
    background: #f3f2ee !important; }
  .about .about-science .about-science__txt {
    margin-top: 1em;
    font-size: calc(15 * 100vw / 375); }
    .about .about-science .about-science__txt.kome {
      font-size: calc(12 * 100vw / 375); }
    .about .about-science .about-science__txt:first-of-type {
      margin-top: calc(35 * 100vw / 375); }
  .about .about-science .about-science__txtImg {
    margin-top: calc(30 * 100vw / 375); }

.about .about-features {
  position: relative;
  padding-top: calc(70 * 100vw / 375); }
  .about .about-features .about-features__txtBox {
    margin-top: calc(50 * 100vw / 375);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about .about-features .about-features__txtBox dl {
      padding: calc(40 * 100vw / 375) calc(15 * 100vw / 375);
      border: 1px solid #9e7f56;
      margin-bottom: calc(45 * 100vw / 375);
      position: relative; }
      .about .about-features .about-features__txtBox dl:before {
        content: "1";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: -0.9em;
        color: #9e7f56;
        font-family: "PT Serif", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "Noto Serif JP", serif, メイリオ, Meiryo;
        font-style: italic;
        font-size: calc(30 * 100vw / 375);
        padding: 0 calc(10 * 100vw / 375);
        background: #ffffff; }
      .about .about-features .about-features__txtBox dl:nth-of-type(2):before {
        content: "2"; }
      .about .about-features .about-features__txtBox dl:nth-of-type(3):before {
        content: "3"; }
      .about .about-features .about-features__txtBox dl:nth-of-type(4):before {
        content: "4"; }
      .about .about-features .about-features__txtBox dl dt {
        font-size: calc(24 * 100vw / 375);
        text-align: center; }
      .about .about-features .about-features__txtBox dl dd {
        margin-top: 1em;
        font-size: calc(15 * 100vw / 375);
        line-height: 1.8; }
        .about .about-features .about-features__txtBox dl dd.fs-s {
          font-size: calc(11 * 100vw / 375);
          color: #777777; }

.about .about-method {
  position: relative;
  padding-top: calc(62 * 100vw / 375);
  padding-bottom: calc(40 * 100vw / 375);
  background: #f3f2ee;
  margin-top: calc(70 * 100vw / 375); }
  .about .about-method .about-method__inner {
    position: relative;
    z-index: 1; }
  .about .about-method h3 p {
    background: #f3f2ee !important; }
  .about .about-method .about-method__txt {
    margin-top: 1em;
    font-size: calc(15 * 100vw / 375); }
    .about .about-method .about-method__txt:first-of-type {
      margin-top: calc(35 * 100vw / 375); }
  .about .about-method .about-method__txtImg {
    margin-top: calc(30 * 100vw / 375); }
  .about .about-method .about-method__commentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(40 * 100vw / 375) calc(20 * 100vw / 375) 0; }
    .about .about-method .about-method__commentBox .about-method__comment {
      padding: calc(40 * 100vw / 375) calc(15 * 100vw / 375);
      background: #ffffff; }
      .about .about-method .about-method__commentBox .about-method__comment dt {
        font-size: calc(20 * 100vw / 375);
        font-weight: 600;
        text-align: center;
        line-height: 1.5;
        color: #9e7f56; }
      .about .about-method .about-method__commentBox .about-method__comment dd {
        font-size: calc(15 * 100vw / 375);
        line-height: 1.8;
        padding: calc(20 * 100vw / 375) 0 0; }
    .about .about-method .about-method__commentBox .about-method__author {
      padding: calc(34 * 100vw / 375) calc(10 * 100vw / 375) 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about .about-method .about-method__commentBox .about-method__author > dt {
        font-size: calc(18 * 100vw / 375);
        font-weight: 600;
        text-align: center;
        line-height: 1.5;
        color: #9e7f56;
        position: relative; }
      .about .about-method .about-method__commentBox .about-method__author > dd {
        font-size: calc(16 * 100vw / 375);
        line-height: 1.8;
        padding: calc(20 * 100vw / 375) 0 calc(35 * 100vw / 375); }

.about .about-point {
  position: relative;
  padding-top: calc(70 * 100vw / 375);
  margin-bottom: calc(100 * 100vw / 375); }
  .about .about-point .about-point__list {
    margin-bottom: calc(50 * 100vw / 375); }
  .about .about-point .about-point__subttl {
    font-size: calc(22 * 100vw / 375);
    color: #9e7f56;
    text-align: center; }
  .about .about-point .about-point__ttl {
    font-size: calc(26 * 100vw / 375);
    margin-top: calc(10 * 100vw / 375);
    text-align: center; }
  .about .about-point .about-point__body {
    margin-top: calc(15 * 100vw / 375);
    border: 1px solid #f3f2ee; }
    .about .about-point .about-point__body .about-point__bodyTtl {
      background: #f3f2ee;
      text-align: center;
      font-size: calc(14 * 100vw / 375);
      padding: calc(10 * 100vw / 375);
      font-weight: 600;
      font-weight: 600;
      text-align: center; }
    .about .about-point .about-point__body .about-point__bodyTxt {
      font-size: calc(15 * 100vw / 375);
      line-height: 1.8;
      padding: calc(20 * 100vw / 375) calc(15 * 100vw / 375) 0; }
    .about .about-point .about-point__body .about-point__bodyImg {
      padding: calc(15 * 100vw / 375) calc(15 * 100vw / 375) calc(20 * 100vw / 375); }
    .about .about-point .about-point__body .about-point__bodyStep {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #f3f2ee;
      line-height: 1.8;
      padding: calc(15 * 100vw / 375);
      margin: calc(15 * 100vw / 375); }
      .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__ttl {
        font-size: calc(15 * 100vw / 375);
        color: #9e7f56;
        font-weight: bold;
        margin: 0 auto;
        text-align: center; }
      .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt {
        font-size: calc(12 * 100vw / 375);
        margin-top: calc(5 * 100vw / 375); }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul {
          margin-top: calc(20 * 100vw / 375); }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 50%;
            color: #9e7f56;
            background: #ffffff;
            text-align: center;
            margin: 0 auto;
            border: 1px solid #9e7f56;
            border-radius: calc(50 * 100vw / 375);
            height: calc(50 * 100vw / 375);
            font-size: calc(20 * 100vw / 375);
            margin-top: calc(30 * 100vw / 375);
            line-height: 1;
            position: relative; }
            .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li:first-of-type {
              margin-top: 0; }
            .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li:after {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-top: calc(10 * 100vw / 375) solid transparent;
              border-bottom: calc(10 * 100vw / 375) solid transparent;
              border-left: calc(10 * 100vw / 375) solid #9e7f56;
              border-right: 0;
              display: block;
              position: absolute;
              bottom: calc(-25 * 100vw / 375);
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li:last-of-type:after {
              display: none; }
            .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li span {
              display: inline;
              width: 100%;
              color: #9e7f56;
              font-size: calc(12 * 100vw / 375);
              line-height: 1;
              margin-top: -0.5em; }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focusTtl {
          font-size: calc(14 * 100vw / 375);
          color: #9e7f56;
          font-weight: bold;
          text-align: center;
          margin-top: calc(40 * 100vw / 375); }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focusSubttl {
          font-size: calc(12 * 100vw / 375);
          color: #9e7f56;
          font-weight: bold;
          margin-top: calc(10 * 100vw / 375); }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focustxt {
          font-size: calc(12 * 100vw / 375); }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focus img {
          width: 80%;
          margin: 0 auto;
          margin-top: calc(10 * 100vw / 375); }
      .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__img {
        width: 20%;
        margin: calc(5 * 100vw / 375) auto; }
      .about .about-point .about-point__body .about-point__bodyStep.about-point__bodyStep1 .about-point__bodyStep__txt, .about .about-point .about-point__body .about-point__bodyStep.about-point__bodyStep2 .about-point__bodyStep__txt {
        text-align: center; }

/*--------------------------



PC



---------------------------*/

@media screen and (max-width: 767px) {
  .about-features::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(20 * 100vw / 375) solid transparent;
    border-left: calc(20 * 100vw / 375) solid transparent;
    border-top: calc(19 * 100vw / 375) solid #f3f2ee;
    border-bottom: 0;
    z-index: 10; } }

@media screen and (min-width: 768px) {
  .about .fv-container .fv-inner {
    padding-bottom: 0; }
    .about .fv-container .fv-inner .fv-ttl {
      width: 629px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%); }
    .about .fv-container .fv-inner picture {
      max-width: 100% !important; }
    .about .fv-container .fv-inner .object-fit {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      height: 360px; }
  .about .about-science {
    margin-top: 120px;
    padding-top: 85px;
    padding-bottom: 80px;
    background: #ffffff; }
    .about .about-science .about-science__txt {
      font-size: 16px;
      max-width: 545px; }
      .about .about-science .about-science__txt.kome {
        font-size: 12px; }
      .about .about-science .about-science__txt:first-of-type {
        margin-top: 60px; }
    .about .about-science .about-science__txtImg {
      margin-top: 40px;
      width: 70%;
      max-width: 623px; }
  .about .about-features {
    padding-top: 200px; }
    .about .about-features .about-features__txtBox {
      margin-top: 60px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .about .about-features .about-features__txtBox dl {
        padding: 45px 40px 50px;
        margin-bottom: 50px;
        width: 49%; }
        .about .about-features .about-features__txtBox dl:before {
          top: -0.9em;
          font-size: 34px;
          padding: 0 10px; }
        .about .about-features .about-features__txtBox dl dt {
          font-size: 24px;
          text-align: center; }
        .about .about-features .about-features__txtBox dl dd {
          margin-top: 1em;
          font-size: 16px; }
          .about .about-features .about-features__txtBox dl dd.fs-s {
            font-size: 11px;
            color: #777777; }
  .about .about-method {
    margin-top: 204px;
    padding-top: 85px;
    padding-bottom: 80px;
    background: #ffffff; }
    .about .about-method .about-method__txt {
      font-size: 16px;
      max-width: 545px; }
      .about .about-method .about-method__txt:first-of-type {
        margin-top: 50px; }
      .about .about-method .about-method__txt img {
        max-width: 340px;
        margin: 40px auto 0; }
    .about .about-method .about-method__txtImg {
      margin-top: 40px;
      width: 70%;
      max-width: 623px; }
    .about .about-method .about-method__commentBox {
      margin: 255px 0 0;
      width: 100%;
      max-width: 860px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .about .about-method .about-method__commentBox .about-method__comment {
        padding: 0;
        width: 100%;
        padding: 35px 50px; }
        .about .about-method .about-method__commentBox .about-method__comment dt {
          font-size: 22px; }
        .about .about-method .about-method__commentBox .about-method__comment dd {
          font-size: 16px;
          padding: 0;
          margin-top: 30px; }
      .about .about-method .about-method__commentBox .about-method__author {
        padding: 0;
        width: 100%;
        margin-top: 40px; }
        .about .about-method .about-method__commentBox .about-method__author > dt {
          font-size: 18px;
          margin-left: 0;
          margin-right: auto; }
        .about .about-method .about-method__commentBox .about-method__author > dd {
          font-size: 14px;
          padding: 0;
          margin-top: 16px; }
  .about .about-point {
    padding-top: 120px;
    margin-bottom: 180px; }
    .about .about-point .about-point__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 30px 10px; }
    .about .about-point .about-point__list {
      width: 49%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      .about .about-point .about-point__list:first-of-type {
        width: 100%; }
    .about .about-point .about-point__subttl {
      font-size: 24px;
      width: 100%; }
    .about .about-point .about-point__ttl {
      font-size: 30px;
      margin-top: 15px;
      width: 100%; }
    .about .about-point .about-point__body {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .about .about-point .about-point__body .about-point__body:first-of-type {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .about .about-point .about-point__body .about-point__bodyTtl {
        font-size: 16px;
        padding: 0 10px;
        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;
        height: 70px; }
      .about .about-point .about-point__body .about-point__bodyTxt {
        font-size: 16px;
        padding: 30px 18px 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .about .about-point .about-point__body .about-point__bodyImg {
        padding: 50px 20% 24px; }
      .about .about-point .about-point__body .about-point__bodyStepContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 20px;
        margin-top: 40px;
        margin-bottom: 30px; }
      .about .about-point .about-point__body .about-point__bodyStep {
        line-height: 1.8;
        padding: 30px;
        margin: 0; }
        .about .about-point .about-point__body .about-point__bodyStep.about-point__bodyStep1, .about .about-point .about-point__body .about-point__bodyStep.about-point__bodyStep2 {
          width: 48%; }
        .about .about-point .about-point__body .about-point__bodyStep.about-point__bodyStep3 {
          margin-top: 40px; }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__ttl {
          font-size: 16px;
          width: 100%; }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt {
          font-size: 16px;
          margin-top: 20px;
          width: 100%; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 20px; }
            .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li {
              width: 20%;
              border-radius: calc(50 * 100vw / 375);
              height: 80px;
              font-size: 20px;
              margin-top: 0; }
              .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li:after {
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #9e7f56;
                bottom: 22px;
                right: -35px;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt ul li span {
                font-size: 16px;
                margin-top: -1.5em; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focusbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focusTtl {
            font-size: 16px;
            margin-top: 60px;
            width: 100%; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focusSubttl {
            width: 100%;
            font-size: 16px;
            margin-top: 20px; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focustxt {
            font-size: 14px;
            width: 60%; }
          .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__txt .about-point__bodyStep__focus img {
            width: 35%;
            margin: 0; }
        .about .about-point .about-point__body .about-point__bodyStep .about-point__bodyStep__img {
          width: 20%;
          margin: calc(5 * 100vw / 375) auto; } }

@media screen and (max-width: 1169px) {
  .about .about-science__txtImg2,
  .about .about-method__txtImg2 {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1169px) {
  .about .about-method .about-method__commentBox {
    padding: 25px 30px;
    width: 70vw;
    margin: 85px 0 0; }
  .about-point__bodyStep__txt ul li {
    font-size: 16px !important; }
    .about-point__bodyStep__txt ul li:after {
      border-top: 10px solid transparent !important;
      border-bottom: 10px solid transparent !important;
      border-left: 10px solid #9e7f56 !important;
      bottom: 30px !important;
      right: -26px !important; }
    .about-point__bodyStep__txt ul li span {
      font-size: 12px !important;
      margin-top: -2em !important; } }

@media screen and (min-width: 1170px) {
  .about-science__txt,
  .about-method__txt {
    width: 40vw; }
  .about-science__txtImg,
  .about-method__txtImg {
    display: none; }
  .about-science__txtImg2 {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -84px;
    width: 70%;
    max-width: 623px;
    z-index: 2; }
  .about-method__txtImg2 {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 220px;
    width: 70%;
    max-width: 623px;
    z-index: 2; } }
