@charset "UTF-8";
/* [ variable ]
-------------------------------------------------*/
/* font */
/* font */
/*  */
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ style ]
-------------------------------------------------*/
/* [ easing ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ layout ]
-------------------------------------------------*/
/* # Header
-------------------------------------------------- */
#document {
  overflow: hidden; }

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff; }

#page-title {
  position: relative;
  background: url("../img/common/page-title-bg-repeat.png")/*tpa=https://www.vegetalia.co.jp/assets/corp/img/common/page-title-bg-repeat.png*/ repeat-x center center; }
  #page-title #page-title-inner {
    background: url("../img/common/page-title-bg-center.png")/*tpa=https://www.vegetalia.co.jp/assets/corp/img/common/page-title-bg-center.png*/ no-repeat center top;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; }
    #page-title #page-title-inner .title {
      text-align: center;
      color: #fff;
      vertical-align: middle; }
    #page-title #page-title-inner .draw-obj-container {
      width: 1060px;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      #page-title #page-title-inner .draw-obj-container .draw-obj {
        -ms-filter: "alpha(opacity=$num)";
        /* IE8 */
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
        position: relative; }
        #page-title #page-title-inner .draw-obj-container .draw-obj path, #page-title #page-title-inner .draw-obj-container .draw-obj circle, #page-title #page-title-inner .draw-obj-container .draw-obj line, #page-title #page-title-inner .draw-obj-container .draw-obj rect, #page-title #page-title-inner .draw-obj-container .draw-obj polyline {
          stroke: #fff; }
  #page-title .icon {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #page-title .icon > * {
      width: 50%;
      height: 100%;
      position: relative; }
      #page-title .icon > *:before, #page-title .icon > *:after {
        content: "";
        display: block;
        position: absolute; }
      #page-title .icon > *:before {
        top: 0; }
      #page-title .icon > *:after {
        width: 100%;
        height: 1px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto; }
      #page-title .icon > *:first-child {
        float: left; }
        #page-title .icon > *:first-child:before, #page-title .icon > *:first-child:after {
          background-color: #77f792; }
        #page-title .icon > *:first-child:before {
          right: 0; }
        #page-title .icon > *:first-child:after {
          left: 0; }
      #page-title .icon > *:last-child {
        float: right; }
        #page-title .icon > *:last-child:before, #page-title .icon > *:last-child:after {
          background-color: #a8b6bf; }
        #page-title .icon > *:last-child:before {
          left: 0; }
        #page-title .icon > *:last-child:after {
          right: 0; }
  @media only screen and (min-width: 751px) {
    #page-title .icon {
      width: 100px;
      height: 5px;
      margin-top: 25px; }
      #page-title .icon > *:before {
        width: 12px;
        height: 5px; } }
  @media only screen and (max-width: 750px) {
    #page-title .icon {
      width: 50px;
      height: 3px;
      margin-top: 20px; }
      #page-title .icon > *:before {
        width: 6px;
        height: 3px; } }
  #page-title .icon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  #page-title .cover {
    width: 120%;
    height: 100%;
    position: relative;
    display: block; }
    #page-title .cover .cover-top, #page-title .cover .cover-bottom {
      width: 100%;
      height: 50%;
      display: block;
      position: relative;
      overflow: hidden; }
      #page-title .cover .cover-top > *, #page-title .cover .cover-bottom > * {
        height: 100%;
        float: left;
        position: relative;
        display: block; }
        #page-title .cover .cover-top > *.op > *, #page-title .cover .cover-bottom > *.op > * {
          height: 96%; }
        #page-title .cover .cover-top > * > *, #page-title .cover .cover-bottom > * > * {
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: absolute;
          display: block;
          left: 0; }
    #page-title .cover .cover-top > * > * {
      top: 0; }
    #page-title .cover .cover-bottom > * > * {
      bottom: 0; }
  #page-title .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    #page-title .cover .cover-top > *, #page-title .cover .cover-bottom > * {
      width: 1.25%; }
      #page-title .cover .cover-top > *.lauge, #page-title .cover .cover-bottom > *.lauge {
        width: 2.5%; }
      #page-title .cover .cover-top > *.middle, #page-title .cover .cover-bottom > *.middle {
        width: 1.25%; }
      #page-title .cover .cover-top > *.small, #page-title .cover .cover-bottom > *.small {
        width: 0.6%; }

.page-copy-container * {
  text-align: center; }

.page-copy-container .page-copy span {
  display: block; }

.page-copy-container .page-copy .en {
}

.section-container .section-title > span {
  text-align: center;
  display: block; }

.section-container .section-title .en {
}

.section-container .section-title .jp {
}

.section-container .section-title .icon {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .section-container .section-title .icon > * {
    width: 50%;
    height: 100%;
    position: relative; }
    .section-container .section-title .icon > *:before, .section-container .section-title .icon > *:after {
      content: "";
      display: block;
      position: absolute; }
    .section-container .section-title .icon > *:before {
      top: 0; }
    .section-container .section-title .icon > *:after {
      width: 100%;
      height: 1px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
    .section-container .section-title .icon > *:first-child {
      float: left; }
      .section-container .section-title .icon > *:first-child:before, .section-container .section-title .icon > *:first-child:after {
        background-color: #77f792; }
      .section-container .section-title .icon > *:first-child:before {
        right: 0; }
      .section-container .section-title .icon > *:first-child:after {
        left: 0; }
    .section-container .section-title .icon > *:last-child {
      float: right; }
      .section-container .section-title .icon > *:last-child:before, .section-container .section-title .icon > *:last-child:after {
        background-color: #a8b6bf; }
      .section-container .section-title .icon > *:last-child:before {
        left: 0; }
      .section-container .section-title .icon > *:last-child:after {
        right: 0; }

@media only screen and (min-width: 751px) {
  .section-container .section-title .icon {
    width: 100px;
    height: 5px;
    margin-top: 25px; }
    .section-container .section-title .icon > *:before {
      width: 12px;
      height: 5px; } }

@media only screen and (max-width: 750px) {
  .section-container .section-title .icon {
    width: 50px;
    height: 3px;
    margin-top: 20px; }
    .section-container .section-title .icon > *:before {
      width: 6px;
      height: 3px; } }

.sub-title {
  position: relative;
  text-align: center;
}
  .sub-title:before, .sub-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0; }
  .sub-title:before {
    right: 50%;
    background-color: #a9faba; }
  .sub-title:after {
    left: 50%;
    background-color: #c8d1d7; }
  .sub-title.jp {
    letter-spacing: 0em; }

/* PC =================================== */
/* PC　ALL */
@media only screen and (min-width: 751px) {
  #document {
    padding-top: 100px; }
  #page-title {
    margin-bottom: 70px; }
    #page-title #page-title-inner {
      height: 132px; }
      #page-title #page-title-inner .title {
        font-size: 26px;
        line-height: 132px; }
      #page-title #page-title-inner .draw-obj-container {
        width: 1060px;
        margin-left: auto;
        margin-right: auto; }
        #page-title #page-title-inner .draw-obj-container .draw-obj.no1 {
          top: 0;
          left: -160px;
          float: left; }
        #page-title #page-title-inner .draw-obj-container .draw-obj.no2 {
          top: -40px;
          right: 40px;
          float: right;
          margin-bottom: -100%; }
        #page-title #page-title-inner .draw-obj-container .draw-obj.no3 {
          top: 15px;
          right: -320px;
          float: right; }
        #page-title #page-title-inner .draw-obj-container .draw-obj path, #page-title #page-title-inner .draw-obj-container .draw-obj circle, #page-title #page-title-inner .draw-obj-container .draw-obj line, #page-title #page-title-inner .draw-obj-container .draw-obj rect, #page-title #page-title-inner .draw-obj-container .draw-obj polyline {
          stroke: #fff; }
    #page-title .icon div:before {
      width: 32px; }
  .page-copy-container {
    margin-bottom: 55px; }
    .page-copy-container .page-copy {
      font-size: 24px;
      margin-bottom: 25px; }
      .page-copy-container .page-copy .en {
        font-size: 15px;
        margin-bottom: 5px; }
  .section-container {
    margin-bottom: 0; }
    .section-container .section-title .en {
      font-size: 30px;
      margin-bottom: 12px; }
    .section-container .section-title .jp {
      font-size: 12px; }
  .sub-title {
    padding-bottom: 20px; }
    .sub-title:before, .sub-title:after {
      width: 38px;
      height: 1px; }
  #gnavi-container #gnavi-inner #gnavi #gnavi-contents > ul > li * {
    color: #241f21; } }

/* PC　サイズ別 */
/* SMP =================================== */
@media only screen and (max-width: 750px) {
  #document {
    padding-top: 58px; }
  #page-title {
    margin-bottom: 45px; }
    #page-title #page-title-inner {
      height: 80px; }
      #page-title #page-title-inner .title {
        font-size: 17px;
        line-height: 81px; }
      #page-title #page-title-inner .draw-obj-container {
        width: 100%; }
        #page-title #page-title-inner .draw-obj-container .draw-obj {
          position: absolute; }
          #page-title #page-title-inner .draw-obj-container .draw-obj svg {
            width: 100%;
            height: auto; }
          #page-title #page-title-inner .draw-obj-container .draw-obj.no1 {
            width: 300px;
            top: -10px;
            left: -160px;
            float: left; }
          #page-title #page-title-inner .draw-obj-container .draw-obj.no2 {
            width: 150px;
            top: -60px;
            right: -30px;
            float: right;
            margin-bottom: -100%; }
          #page-title #page-title-inner .draw-obj-container .draw-obj.no3 {
            display: none; }
          #page-title #page-title-inner .draw-obj-container .draw-obj path, #page-title #page-title-inner .draw-obj-container .draw-obj circle, #page-title #page-title-inner .draw-obj-container .draw-obj line, #page-title #page-title-inner .draw-obj-container .draw-obj rect, #page-title #page-title-inner .draw-obj-container .draw-obj polyline {
            stroke: #fff; }
    #page-title .icon {
      bottom: -1px; }
      #page-title .icon div:before {
        width: 16px; }
  .page-copy-container {
    margin-bottom: 45px;
    margin-left: 15px;
    margin-right: 15px; }
    .page-copy-container .page-copy {
      font-size: 17px;
      margin-bottom: 15px; }
      .page-copy-container .page-copy .en {
        font-size: 12px;
        margin-bottom: 5px; }
    .page-copy-container .page-lead {
      text-align: left; }
  .section-container {
    margin-bottom: 50px; }
    .section-container .section-title .en {
      font-size: 17px;
      margin-bottom: 12px; }
    .section-container .section-title .jp {
      font-size: 12px; }
  .sub-title {
    padding-bottom: 10px; }
    .sub-title:before, .sub-title:after {
      width: 19px;
      height: 1px; } }
