@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*============================================================================
	cheader
=============================================================================*/
.header_area {
  display: none; }

#bread-crumb {
  /*display: none;*/
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
  z-index: 10; }
  @media (max-width: 480px) {
    #bread-crumb {
      height: 45px; } }
  #bread-crumb nav {
    width: 100%; }
  #bread-crumb ol {
    max-width: 1090px;
    width: 90%;
    margin: 0 auto;
    display: flex; }
    #bread-crumb ol li {
      font-size: 1.2rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      position: relative; }
      #bread-crumb ol li:last-of-type::before {
        display: none; }

#Journal > h1, #Journal > article > h2, #Journal .state_r {
  display: none; }

#JournalList .journal-cont, #Journal .journal-cont {
  margin: 0; }

/*--------------------------------------------
	commonPageHd
--------------------------------------------*/
#commonPageHd {
  background: url("../../asset/img/common/ftbg.jpg");
  position: relative;
  padding: 100px 0 80px;
  margin-top: -72px;
  z-index: 2; }
  @media (max-width: 480px) {
    #commonPageHd {
      margin-top: -45px;
      padding: 70px 0 40px; } }
  #commonPageHd::before, #commonPageHd::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1; }
  #commonPageHd::before {
    left: 4vw;
    max-width: 297px;
    width: 20.625vw;
    height: 12.15vw;
    background: url("../../asset/img/common/pageHead1.png") no-repeat center center/contain; }
  #commonPageHd::after {
    right: 4vw;
    max-width: 279px;
    width: 19.375vw;
    height: 12.5vw;
    background: url("../../asset/img/common/pageHead2.png") no-repeat center center/contain; }
  @media (max-width: 480px) {
    #commonPageHd::before {
      width: 28.625vw;
      height: 17.15vw; }
    #commonPageHd::after {
      width: 27.375vw;
      height: 18.5vw; } }
  #commonPageHd .pageTtl {
    text-align: center;
    font-size: clamp(25.2px, 3.75vw, 36px);
    font-weight: 600;
    position: relative;
    z-index: 5;
    letter-spacing: 0.5rem; }
    @media (max-width: 480px) {
      #commonPageHd .pageTtl {
        font-size: 2.2rem; } }

/*============================================================================
	contentsLink
=============================================================================*/
#contentsLink {
  padding-right: 43px;
  position: relative;
  z-index: 5; }
  #contentsLink a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    width: 48%;
    height: 100px;
    border: solid 1px #333333;
    font-weight: 600;
    font-size: 2.4rem; }
    @media (max-width: 1024px) {
      #contentsLink a {
        width: 45%; } }
    @media (max-width: 480px) {
      #contentsLink a {
        width: 90%;
        margin: 0 auto;
        font-size: 1.6rem;
        height: 60px; }
        #contentsLink a + a {
          margin-top: 20px; } }
    #contentsLink a::before {
      content: '';
      position: absolute;
      top: 45%;
      right: -43px;
      transform: translateY(-50%);
      display: block;
      width: 94px;
      height: 8px;
      background: url("../../asset/img/common/arrow_b.svg") no-repeat center center/contain;
      transition: all .3s; }
    #contentsLink a:hover {
      opacity: 1;
      background: #6BAA75;
      color: #fff; }
      #contentsLink a:hover::before {
        right: -50px; }

/*============================================================================
	about
=============================================================================*/
/*--------------------------------------------
	about
--------------------------------------------*/
/**
 * アバウトページのスタイル定義
 * 
 * aboutIntroArea - トップイントロセクションのスタイル
 * - 見出し、画像、説明文を含むレイアウト
 * - コンセプト図：3つの円と中央テキストで構成される健康コンセプト
 */
/* アバウトイントロエリア */
.aboutIntroArea {
  padding: 80px 0 0;
  background-color: #fff; }
  .aboutIntroArea .aboutIntroInner {
    margin: 0 auto;
    /* コンセプトサークル */ }
    .aboutIntroArea .aboutIntroInner .commonTtl {
      text-align: center; }
    .aboutIntroArea .aboutIntroInner .conceptCircle {
      margin: 80px auto 0;
      max-width: 790px;
      width: 90%; }
      @media (max-width: 480px) {
        .aboutIntroArea .aboutIntroInner .conceptCircle {
          margin-top: 120px; } }
      .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 85.39%;
        /* 各円の共通スタイル */
        /* 身体の健康 */
        /* 心の健康 */
        /* 地球の健康 */
        /* 中央テキスト */ }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 560px;
          height: 560px;
          background: url("../img/about/circle_bg.svg") no-repeat center center;
          background-size: contain; }
          @media (max-width: 1024px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter::before {
              width: 460px;
              height: 460px; } }
          @media (max-width: 768px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter::before {
              width: 430px;
              height: 430px; } }
          @media (max-width: 480px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter::before {
              width: 280px;
              height: 280px; } }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem {
          position: absolute;
          width: 30%; }
          .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle {
            width: 100%;
            max-width: 230px;
            aspect-ratio: 1/1;
            border-radius: 50%;
            background-color: #6BAA75;
            position: relative; }
            @media (max-width: 1024px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle {
                max-width: 190px; } }
            @media (max-width: 480px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle {
                max-width: 120px; } }
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle p {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 100%;
              text-align: center;
              color: #fff;
              font-size: 1.8rem;
              font-weight: 500;
              line-height: 1.6666666667;
              letter-spacing: 0.07em;
              padding: 0 10px;
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 500; }
              @media (max-width: 1024px) {
                .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle p {
                  font-size: 1.6rem; } }
              @media (max-width: 480px) {
                .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circle p {
                  font-size: 1.3rem;
                  line-height: 1.5; } }
          .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle {
            margin-top: 20px;
            text-align: center;
            font-size: 2.8rem;
            font-weight: 600;
            letter-spacing: 0.15em; }
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle span {
              color: #6BAA75;
              position: relative;
              font-size: 4rem; }
            @media (max-width: 1024px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle {
                font-size: 2.2rem; }
                .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle span {
                  font-size: 3.2rem; } }
            @media (max-width: 768px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle {
                font-size: 1.8rem;
                margin-top: 10px; }
                .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .circleItem .circleTitle span {
                  font-size: 2.4rem; } }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth {
          top: -5%;
          left: 50%;
          transform: translateX(-50%); }
          .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth h3.circleTitle {
            position: absolute;
            top: 30%;
            left: 90%;
            transform: translateY(-50%);
            width: 100%; }
          @media (max-width: 1024px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth .circle {
              margin: 0 auto; } }
          @media (max-width: 768px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth {
              top: -10%; } }
          @media (max-width: 480px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth {
              width: 45%;
              top: -70px; }
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .bodyHealth h3.circleTitle {
                left: 70%; } }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .mindHealth {
          bottom: 0;
          left: 0; }
          @media (max-width: 1024px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .mindHealth .circle {
              margin: 0 0 0 auto; } }
          @media (max-width: 768px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .mindHealth {
              bottom: -15%; } }
          @media (max-width: 480px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .mindHealth {
              width: 38%;
              bottom: -95px; } }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .earthHealth {
          bottom: 0;
          right: 0; }
          @media (max-width: 768px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .earthHealth {
              bottom: -15%; } }
          @media (max-width: 480px) {
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .earthHealth {
              width: 38%;
              bottom: -95px; } }
        .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .centerText {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 60%; }
          .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .centerText p {
            text-align: center;
            font-size: 1.8rem;
            line-height: 1.6666666667;
            letter-spacing: 0.07em;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 500; }
            @media (max-width: 1024px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .centerText p {
                font-size: 1.6rem; } }
            @media (max-width: 480px) {
              .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .centerText p {
                font-size: 1.4rem; } }
            .aboutIntroArea .aboutIntroInner .conceptCircle .circleOuter .centerText p span {
              color: #6BAA75; }
    .aboutIntroArea .aboutIntroInner .textBox {
      margin: 40px auto 0;
      max-width: 800px;
      width: 90%; }
      @media (max-width: 768px) {
        .aboutIntroArea .aboutIntroInner .textBox {
          margin-top: 80px; } }
      @media (max-width: 480px) {
        .aboutIntroArea .aboutIntroInner .textBox {
          margin-top: 120px; } }
      .aboutIntroArea .aboutIntroInner .textBox p {
        line-height: 2;
        letter-spacing: 0.07em;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
        @media (max-width: 480px) {
          .aboutIntroArea .aboutIntroInner .textBox p {
            line-height: 1.5; } }
        .aboutIntroArea .aboutIntroInner .textBox p + p {
          margin-top: 2em; }
          @media (max-width: 480px) {
            .aboutIntroArea .aboutIntroInner .textBox p + p {
              margin-top: 1.5em; } }

.aboutDetailArea {
  margin-top: min(125px,13.0215vw); }
  @media (max-width: 480px) {
    .aboutDetailArea {
      margin-top: 60px; } }
  .aboutDetailArea .commonTtl {
    text-align: center; }
  .aboutDetailArea .descBox {
    position: relative;
    width: 100%;
    padding-bottom: min(100px,10.416vw); }
    @media (max-width: 480px) {
      .aboutDetailArea .descBox {
        padding-bottom: 80px; } }
    .aboutDetailArea .descBox .imgBox {
      margin: 50px auto 0;
      max-width: 640px; }
      @media (max-width: 480px) {
        .aboutDetailArea .descBox .imgBox {
          margin-top: 40px; } }
      .aboutDetailArea .descBox .imgBox picture {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 2; }
        .aboutDetailArea .descBox .imgBox picture::before {
          content: '';
          padding-top: 57.83%;
          display: block; }
        .aboutDetailArea .descBox .imgBox picture source,
        .aboutDetailArea .descBox .imgBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    .aboutDetailArea .descBox .textBox {
      margin: 40px auto 0;
      max-width: 800px;
      width: 90%;
      position: relative;
      z-index: 3; }
      @media (max-width: 480px) {
        .aboutDetailArea .descBox .textBox {
          margin-top: 30px; } }
      .aboutDetailArea .descBox .textBox p {
        line-height: 2;
        font-size: 300;
        letter-spacing: 0.07em;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
        @media (max-width: 480px) {
          .aboutDetailArea .descBox .textBox p {
            line-height: 1.5; } }
        .aboutDetailArea .descBox .textBox p + p {
          margin-top: 2em; }
          @media (max-width: 480px) {
            .aboutDetailArea .descBox .textBox p + p {
              margin-top: 1.5em; } }
    .aboutDetailArea .descBox .bgBox {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .aboutDetailArea .descBox .bgBox picture {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: -1; }
        .aboutDetailArea .descBox .bgBox picture::before {
          content: '';
          padding-top: 66.7%;
          display: block; }
          @media (max-width: 768px) {
            .aboutDetailArea .descBox .bgBox picture::before {
              padding-top: 100%; } }
          @media (max-width: 480px) {
            .aboutDetailArea .descBox .bgBox picture::before {
              padding-top: 140%; } }
        .aboutDetailArea .descBox .bgBox picture source,
        .aboutDetailArea .descBox .bgBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }

.storyDetailArea {
  padding: 80px 0 120px; }
  .storyDetailArea .contentBlock .contentBlockInner {
    position: relative;
    display: flex; }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock .contentBlockInner {
        flex-direction: column-reverse; } }
  .storyDetailArea .contentBlock + .contentBlock {
    margin-top: min(120px,12.4995vw); }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock + .contentBlock {
        margin-top: 60px; } }
  .storyDetailArea .contentBlock h3.contentTtl span {
    display: block; }
    .storyDetailArea .contentBlock h3.contentTtl span.sub {
      color: #6BAA75;
      font-size: 2.4rem;
      letter-spacing: 0.15em;
      font-weight: 600; }
      @media (max-width: 1024px) {
        .storyDetailArea .contentBlock h3.contentTtl span.sub {
          font-size: 2rem; } }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock h3.contentTtl span.sub {
          font-size: 1.6rem; } }
    .storyDetailArea .contentBlock h3.contentTtl span.main {
      font-size: 3.6rem;
      letter-spacing: 0.15em;
      font-weight: 600;
      line-height: 1.5; }
      @media (max-width: 1024px) {
        .storyDetailArea .contentBlock h3.contentTtl span.main {
          font-size: 3rem;
          line-height: 1.5; } }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock h3.contentTtl span.main {
          font-size: 2.2rem;
          line-height: 1.5; } }
  .storyDetailArea .contentBlock .txtBox {
    width: 50%;
    position: relative; }
    @media (max-width: 1024px) {
      .storyDetailArea .contentBlock .txtBox {
        width: 90%; } }
    .storyDetailArea .contentBlock .txtBox .text {
      padding: min(50px,5.208vw);
      background: rgba(243, 239, 234, 0.8);
      z-index: 1; }
      .storyDetailArea .contentBlock .txtBox .text p {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        line-height: 2;
        position: relative;
        letter-spacing: 0.07em; }
        @media (max-width: 480px) {
          .storyDetailArea .contentBlock .txtBox .text p {
            line-height: 1.7; } }
        .storyDetailArea .contentBlock .txtBox .text p + p {
          margin-top: 1.5em; }
          @media (max-width: 480px) {
            .storyDetailArea .contentBlock .txtBox .text p + p {
              margin-top: 1em; } }
  .storyDetailArea .contentBlock .imgBox {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock .imgBox {
        width: 100%;
        position: relative; } }
    .storyDetailArea .contentBlock .imgBox picture {
      display: block;
      max-width: 700px;
      width: 100%;
      z-index: 0; }
      .storyDetailArea .contentBlock .imgBox picture::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 65.71%; }
      .storyDetailArea .contentBlock .imgBox picture source, .storyDetailArea .contentBlock .imgBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
  .storyDetailArea .contentBlock:nth-child(odd) .txtBox {
    z-index: 2;
    margin-left: calc((100% - 1090px)/ 2);
    margin-right: -155px; }
    .storyDetailArea .contentBlock:nth-child(odd) .txtBox p.en_text {
      margin-top: 10px;
      position: relative;
      margin-bottom: -40px;
      margin-left: 30px; }
    @media (max-width: 1024px) {
      .storyDetailArea .contentBlock:nth-child(odd) .txtBox {
        margin-left: 5%; } }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-child(odd) .txtBox {
        margin-top: 25px; }
        .storyDetailArea .contentBlock:nth-child(odd) .txtBox p.en_text {
          position: absolute;
          left: 30px;
          top: -50px;
          margin-top: 0;
          margin-left: 0; }
          .storyDetailArea .contentBlock:nth-child(odd) .txtBox p.en_text img {
            width: 180px; } }
  .storyDetailArea .contentBlock:nth-child(odd) .imgBox.withTtl picture {
    margin-top: min(50px,5.208vw);
    position: absolute; }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-child(odd) .imgBox.withTtl picture {
        margin-top: 0;
        position: relative; } }
  .storyDetailArea .contentBlock:nth-child(even) {
    flex-direction: row-reverse; }
    .storyDetailArea .contentBlock:nth-child(even) h3.contentTtl {
      margin: 0 auto 60px;
      width: fit-content; }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock:nth-child(even) h3.contentTtl {
          margin-bottom: 20px;
          margin-left: 5%; } }
    .storyDetailArea .contentBlock:nth-child(even) .txtBox {
      z-index: 2;
      margin-right: calc((100% - 1090px)/ 2);
      margin-left: auto;
      margin-top: 10px; }
      .storyDetailArea .contentBlock:nth-child(even) .txtBox p.en_text {
        width: fit-content;
        position: relative;
        margin-bottom: -30px;
        margin-right: 30px;
        margin-left: auto; }
      @media (max-width: 1024px) {
        .storyDetailArea .contentBlock:nth-child(even) .txtBox {
          margin-right: 5%; } }
      @media (max-width: 820px) {
        .storyDetailArea .contentBlock:nth-child(even) .txtBox {
          margin-top: 160px; } }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock:nth-child(even) .txtBox {
          margin-top: 25px; }
          .storyDetailArea .contentBlock:nth-child(even) .txtBox p.en_text {
            position: absolute;
            left: 30px;
            top: -50px; }
            .storyDetailArea .contentBlock:nth-child(even) .txtBox p.en_text img {
              width: 180px; } }
    .storyDetailArea .contentBlock:nth-child(even) .imgBox {
      right: auto;
      left: 0; }
  .storyDetailArea .contentBlock:nth-of-type(1) h3 {
    display: none; }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-of-type(1) h3 {
        display: block;
        margin-bottom: 20px;
        margin-left: 5%; } }
  .storyDetailArea .contentBlock:nth-of-type(1) .txtBox h3 {
    display: block; }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-of-type(1) .txtBox h3 {
        display: none; } }
  .storyDetailArea .contentBlock:nth-of-type(3) {
    margin-top: min(160px,16.6665vw); }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-of-type(3) {
        margin-top: 60px; } }
    .storyDetailArea .contentBlock:nth-of-type(3) .txtBox {
      margin-top: min(200px,20.8335vw); }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock:nth-of-type(3) .txtBox {
          margin-top: 25px; } }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock:nth-of-type(3) .txtBox p.en_text {
          top: -60px; }
          .storyDetailArea .contentBlock:nth-of-type(3) .txtBox p.en_text img {
            width: 140px; } }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-of-type(3) .imgBox h3 {
        margin-bottom: 20px;
        margin-left: 5%; } }
  .storyDetailArea .contentBlock:nth-of-type(5) {
    margin-top: min(160px,16.6665vw); }
    @media (max-width: 480px) {
      .storyDetailArea .contentBlock:nth-of-type(5) {
        margin-top: 60px; } }
    .storyDetailArea .contentBlock:nth-of-type(5) h3.contentTtl {
      margin-left: calc((100% - 1090px)/ 2);
      margin-bottom: min(50px,5.208vw); }
      @media (max-width: 1024px) {
        .storyDetailArea .contentBlock:nth-of-type(5) h3.contentTtl {
          margin-left: 5%; } }
    .storyDetailArea .contentBlock:nth-of-type(5) .txtBox {
      margin-top: min(100px,10.416vw); }
      @media (max-width: 480px) {
        .storyDetailArea .contentBlock:nth-of-type(5) .txtBox {
          margin-top: 25px; }
          .storyDetailArea .contentBlock:nth-of-type(5) .txtBox p.en_text {
            position: absolute;
            left: 30px;
            margin-top: 0; }
            .storyDetailArea .contentBlock:nth-of-type(5) .txtBox p.en_text img {
              width: 140px; } }

/*============================================================================
	company
=============================================================================*/
/*--------------------------------------------
	companyInfo
--------------------------------------------*/
#companyInfo {
  padding: min(100px,10.416vw) 0; }
  #companyInfo dl {
    border-bottom: solid 1px #333333;
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0; }
    #companyInfo dl dt {
      width: 20%;
      text-align: center; }
    #companyInfo dl dd {
      width: 80%;
      padding-left: 1em; }

.corporate a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EABC49;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 700; }
  .corporate a span {
    margin-left: 25px; }
@media (max-width: 480px) {
  .corporate a {
    padding: 25px;
    flex-direction: column; }
    .corporate a span {
      margin-left: 20px; } }

#ceoWrap {
  margin: min(100px,10.416vw) auto;
  padding: 20px;
  background: #F3EFEA; }
  #ceoWrap .inner {
    background: #fff;
    padding: min(60px,6.2505vw); }
  @media (max-width: 480px) {
    #ceoWrap {
      padding: 12px; }
      #ceoWrap .inner {
        padding: 15px; } }
  #ceoWrap figure {
    width: 40%; }
    @media (max-width: 480px) {
      #ceoWrap figure {
        width: 80%;
        margin: 20px auto; } }
  #ceoWrap .txtBox {
    width: 60%;
    padding-left: 50px; }
    #ceoWrap .txtBox h3 {
      margin-bottom: 40px;
      font-size: 1.8rem;
      border-bottom: solid 1px #6BAA75;
      padding-bottom: 8px; }
      #ceoWrap .txtBox h3 span {
        font-size: 2.2rem;
        margin-left: 10px; }
    #ceoWrap .txtBox p {
      line-height: 2; }
    @media (max-width: 480px) {
      #ceoWrap .txtBox {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px; }
        #ceoWrap .txtBox h3 {
          margin-bottom: 25px;
          font-size: 1.6rem; }
          #ceoWrap .txtBox h3 span {
            font-size: 2.0rem; } }

/*============================================================================
	userguide
=============================================================================*/
.guideMenu {
  padding: min(120px,12.4995vw) 0 0; }
  .guideMenu ul li {
    width: calc((100% - 30px)/ 3);
    margin-right: 15px; }
    .guideMenu ul li:nth-of-type(3n) {
      margin-right: 0; }
    .guideMenu ul li:nth-of-type(n + 4) {
      margin-top: 15px; }
    .guideMenu ul li a {
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      border: solid 1px #333333; }
      .guideMenu ul li a:hover {
        background: #6BAA75;
        color: #fff;
        opacity: 1; }
    @media (max-width: 480px) {
      .guideMenu ul li {
        width: 48%;
        margin-right: 4%; }
        .guideMenu ul li:nth-of-type(n + 3) {
          margin-top: 15px; }
        .guideMenu ul li:nth-of-type(3n) {
          margin-right: 4%; }
        .guideMenu ul li:nth-of-type(2n) {
          margin-right: 0; }
        .guideMenu ul li a {
          padding: 0 10px; } }

.guideBlocks {
  padding-top: min(120px,12.4995vw); }
  .guideBlocks h3 {
    font-size: clamp(19.6px, 2.916vw, 28px);
    border-bottom: solid 1px #333333;
    padding-bottom: 8px;
    margin-bottom: 40px; }
  .guideBlocks h4 {
    font-size: 1.8rem;
    margin: 40px 0 10px;
    position: relative;
    padding-left: 25px; }
    @media (max-width: 480px) {
      .guideBlocks h4 {
        font-size: 1.6rem; } }
    .guideBlocks h4::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      width: 15px;
      height: 15px;
      background: #6BAA75; }
  .guideBlocks h5 {
    font-size: 1.8rem;
    margin-bottom: 5px; }
  .guideBlocks .orderFlow + .orderFlow {
    margin-top: 50px; }
  .guideBlocks .orderFlow dt {
    background: #6BAA75;
    color: #fff;
    font-size: 2.2rem;
    padding: 5px 15px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .guideBlocks .orderFlow dt {
        font-size: 1.8rem; } }
  .guideBlocks .orderFlow dd h4 {
    margin: 25px 0 10px; }
  .guideBlocks .border {
    margin: 30px 0;
    display: inline-block;
    border: solid 1px #333333;
    padding: 20px 30px; }
  .guideBlocks .small {
    font-size: 1.2rem;
    margin-bottom: 1em; }
  .guideBlocks figure {
    margin: 1em 0; }
  .guideBlocks ul {
    margin-top: 2em !important; }
    .guideBlocks ul li {
      text-indent: -1em;
      padding-left: 1em; }
  .guideBlocks .flowLink {
    margin-top: 20px; }
    .guideBlocks .flowLink a {
      display: inline-block;
      background: #554037;
      color: #fff;
      padding: 0.5em 2em 0.5em 1em;
      position: relative; }
      .guideBlocks .flowLink a::after {
        content: '';
        position: absolute;
        top: 45%;
        right: 15px;
        transform: rotate(45deg) translateY(-50%);
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff; }

#payment .paytype {
  border-top: solid 1px #dfdfdf;
  margin: 40px 0; }
#payment .daibiki {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px; }
  #payment .daibiki th, #payment .daibiki td {
    border: solid 1px #333333;
    text-align: center;
    padding: 5px; }
  #payment .daibiki th {
    background: #d0d0d0; }
  #payment .daibiki td.bgGray {
    background: #e6e6e6; }

#shipping table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px; }
  #shipping table th, #shipping table td {
    border: solid 1px #333333;
    padding: 5px; }
  #shipping table th {
    background: #d0d0d0;
    text-align: center; }
  #shipping table td:first-of-type {
    width: 12%;
    text-align: center; }
  @media (max-width: 480px) {
    #shipping table td:first-of-type {
      width: 22%; } }

/*============================================================================
	comeat
=============================================================================*/
.comeatCatch {
  padding-top: min(80px,8.334vw);
  text-align: center; }
  .comeatCatch h3 {
    margin-bottom: 20px; }
  .comeatCatch p {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.3rem; }
  @media (max-width: 480px) {
    .comeatCatch p {
      font-size: 1.6rem; } }

.comeatContents {
  margin: min(120px,12.4995vw) auto 0;
  padding: 20px;
  background: #F3EFEA; }
  .comeatContents:first-of-type {
    margin-top: min(80px,8.334vw); }
  .comeatContents .inner {
    background: #fff;
    padding: min(60px,6.2505vw) min(120px,12.4995vw); }
  @media (max-width: 768px) {
    .comeatContents .inner {
      padding: min(60px,6.2505vw); } }
  @media (max-width: 480px) {
    .comeatContents {
      padding: 12px; }
      .comeatContents .inner {
        padding: 25px 15px; } }
  .comeatContents .commonTtl {
    text-align: center;
    margin-bottom: min(60px,6.2505vw); }
    .comeatContents .commonTtl small {
      font-size: 1.6rem; }
    @media (max-width: 480px) {
      .comeatContents .commonTtl {
        font-size: 2.0rem; } }
  .comeatContents p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.8; }
  .comeatContents .about {
    max-width: 800px;
    margin: 0 auto 30px; }
  .comeatContents .logo {
    max-width: 300px;
    margin: 0 auto 40px; }
    @media (max-width: 480px) {
      .comeatContents .logo {
        max-width: 200px; } }
  .comeatContents .support {
    max-width: 552px;
    margin: 0 auto 50px; }
    @media (max-width: 480px) {
      .comeatContents .support {
        margin: 0 auto 30px; } }
  .comeatContents .featureList {
    margin-bottom: 40px; }
    .comeatContents .featureList li {
      border: solid 2px #31996A;
      border-radius: 150px;
      display: block;
      width: 117px;
      flex: 1;
      position: relative; }
      .comeatContents .featureList li + li {
        margin-left: 12px; }
      .comeatContents .featureList li::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%; }
      @media (max-width: 1024px) {
        .comeatContents .featureList li {
          flex: unset;
          width: calc((100% - 24px) / 3);
          margin-right: 12px; }
          .comeatContents .featureList li + li {
            margin-left: 0; }
          .comeatContents .featureList li:nth-of-type(3n) {
            margin-right: 0; }
          .comeatContents .featureList li:nth-of-type(n + 4) {
            margin-top: 12px; } }
      @media (max-width: 480px) {
        .comeatContents .featureList li {
          width: calc((100% - 12px) / 2); }
          .comeatContents .featureList li:nth-of-type(3n) {
            margin-right: 12px; }
          .comeatContents .featureList li:nth-of-type(2n) {
            margin-right: 0; }
          .comeatContents .featureList li:nth-of-type(n + 3) {
            margin-top: 12px; }
          .comeatContents .featureList li:last-of-type {
            margin-right: 0; } }
      .comeatContents .featureList li span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        width: 100%;
        color: #31996A;
        line-height: 1.4; }
  .comeatContents .processWrap {
    background: #F3F7E7;
    margin-top: 50px;
    padding: 50px 45px; }
    @media (max-width: 480px) {
      .comeatContents .processWrap {
        padding: 25px 15px; } }
    .comeatContents .processWrap h3 {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 50px; }
      .comeatContents .processWrap h3 span {
        color: #31996A; }
      @media (max-width: 480px) {
        .comeatContents .processWrap h3 {
          font-size: 2.0rem;
          margin-bottom: 30px; } }
    .comeatContents .processWrap .processBox {
      margin-bottom: 30px; }
      .comeatContents .processWrap .processBox > div {
        max-width: 260px;
        width: 100%; }
        .comeatContents .processWrap .processBox > div + div {
          margin-left: 60px; }
        .comeatContents .processWrap .processBox > div h4 {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 500;
          font-size: 1.8rem;
          color: #fff;
          text-align: center;
          width: 100%;
          padding: 7px 0;
          margin-bottom: 18px; }
        .comeatContents .processWrap .processBox > div figure {
          text-align: center; }
        .comeatContents .processWrap .processBox > div:first-of-type h4 {
          background: #777777; }
        .comeatContents .processWrap .processBox > div:last-of-type h4 {
          background: #31996A; }
        @media (max-width: 480px) {
          .comeatContents .processWrap .processBox > div + div {
            margin-left: 0;
            margin-top: 30px; }
          .comeatContents .processWrap .processBox > div h4 {
            font-size: 1.6rem; } }
    .comeatContents .processWrap .comitList {
      margin-top: 20px; }
      .comeatContents .processWrap .comitList li {
        color: #31996A;
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        padding-left: 18px; }
        .comeatContents .processWrap .comitList li + li {
          margin-top: 6px; }
        .comeatContents .processWrap .comitList li::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block;
          width: 14px;
          height: 14px;
          background: #31996A;
          border-radius: 50px; }
  .comeatContents .useList {
    margin-top: 50px; }
    .comeatContents .useList li {
      flex: 1;
      position: relative; }
      .comeatContents .useList li + li {
        margin-left: 26px; }
      .comeatContents .useList li figure {
        position: relative;
        width: 100%;
        margin-bottom: 15px; }
        .comeatContents .useList li figure::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 100%; }
        .comeatContents .useList li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      .comeatContents .useList li p {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.4;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; }
    @media (max-width: 480px) {
      .comeatContents .useList {
        margin-top: 30px; }
        .comeatContents .useList li {
          flex: unset;
          width: calc((100% - 15px)/ 2);
          margin-right: 15px; }
          .comeatContents .useList li + li {
            margin-left: 0; }
          .comeatContents .useList li:nth-of-type(2n) {
            margin-right: 0; }
          .comeatContents .useList li:nth-of-type(n + 3) {
            margin-top: 15px; }
          .comeatContents .useList li figure {
            margin-bottom: 10px; }
          .comeatContents .useList li p {
            font-size: 1.4rem; } }
  .comeatContents .market {
    margin-top: 30px; }
    .comeatContents .market dl + dl {
      margin-top: 20px; }
    .comeatContents .market dl dt {
      font-size: 2.0rem;
      font-weight: 600;
      position: relative;
      padding-left: 22px;
      color: #31996A;
      margin-bottom: 5px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500; }
      .comeatContents .market dl dt::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 14px;
        height: 14px;
        background: #31996A;
        border-radius: 50px; }
      @media (max-width: 480px) {
        .comeatContents .market dl dt {
          font-size: 1.8rem;
          line-height: 1.4; } }
    .comeatContents .market dl dd {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      padding-left: 22px; }
  .comeatContents .benefits {
    margin-top: 30px; }
    .comeatContents .benefits dl {
      display: flex;
      align-items: center;
      border: solid 2px #31996A; }
      .comeatContents .benefits dl + dl {
        margin-top: 15px; }
      .comeatContents .benefits dl dt {
        background: #31996A;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        text-align: center;
        width: 20%;
        padding: 15px 0; }
      .comeatContents .benefits dl dd {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        width: 80%;
        padding: 15px 20px; }
      @media (max-width: 768px) {
        .comeatContents .benefits dl {
          flex-direction: column; }
          .comeatContents .benefits dl dt {
            width: 100%;
            padding: 10px 0; }
          .comeatContents .benefits dl dd {
            width: 100%;
            padding: 10px 15px; } }
  .comeatContents .contactWrap {
    background: #F3F7E7;
    padding: 50px 35px;
    margin: 50px 0; }
    @media (max-width: 480px) {
      .comeatContents .contactWrap {
        padding: 30px 15px; } }
    .comeatContents .contactWrap .commonTtl {
      font-size: 2.4rem;
      margin-bottom: 30px;
      text-align: center; }
      @media (max-width: 480px) {
        .comeatContents .contactWrap .commonTtl {
          font-size: 1.6rem; } }
    .comeatContents .contactWrap ul {
      margin-top: 20px; }
      .comeatContents .contactWrap ul li {
        color: #31996A;
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        padding-left: 18px; }
        .comeatContents .contactWrap ul li + li {
          margin-top: 6px; }
        .comeatContents .contactWrap ul li::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block;
          width: 14px;
          height: 14px;
          background: #31996A;
          border-radius: 50px; }
        @media (max-width: 480px) {
          .comeatContents .contactWrap ul li::before {
            width: 10px;
            height: 10px;
            top: 5px;
            transform: unset; } }
  .comeatContents .partnerContact a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EABC49;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-weight: 700; }
    .comeatContents .partnerContact a span {
      margin-left: 25px; }
  @media (max-width: 480px) {
    .comeatContents .partnerContact a {
      padding: 25px;
      flex-direction: column; }
      .comeatContents .partnerContact a span {
        margin-left: 20px; } }

.faqArea {
  margin-top: min(120px,12.4995vw); }
  .faqArea .commonTtl {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .faqArea .commonTtl {
        margin-bottom: 30px; } }
    .faqArea .commonTtl small {
      display: block;
      color: #31996A;
      font-size: 1.4rem;
      letter-spacing: 0.4em;
      margin-top: 5px; }
  .faqArea dl {
    border-top: solid 1px #CCCCCC;
    padding: 40px; }
    @media (max-width: 480px) {
      .faqArea dl {
        padding: 20px 0; } }
    .faqArea dl dt {
      position: relative;
      font-size: 2.0rem;
      font-weight: 600;
      margin-bottom: 25px;
      padding-left: 45px; }
      .faqArea dl dt span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #31996A;
        font-size: 2.8rem; }
      @media (max-width: 480px) {
        .faqArea dl dt {
          font-size: 1.6rem;
          padding-left: 35px;
          margin-bottom: 10px; }
          .faqArea dl dt span {
            font-size: 2.4rem; } }
    .faqArea dl dd {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      line-height: 2.0;
      padding-left: 45px; }
      @media (max-width: 480px) {
        .faqArea dl dd {
          padding-left: 35px; } }

/*============================================================================
	partner
=============================================================================*/
