@charset "UTF-8";
/* ブレイクポイント */
/* 1000 */
.mt--8 {
  margin-top: -8px !important; }
  @media screen and (max-width: 1000px) {
    .mt--8 {
      margin-top: 0 !important; } }

.anchor {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 100px auto; }
  .anchor ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0; }
    .anchor ul li {
      border: 1px solid #e1e4e8;
      width: 100%;
      height: 106px; }
      .anchor ul li + li {
        border-left: none; }
      .anchor ul li a {
        position: relative;
        display: inline-block;
        background-color: #fff;
        width: 100%;
        height: 100%;
        line-height: 1.2;
        text-decoration: none;
        text-align: center; }
        .anchor ul li a:hover {
          opacity: 100%; }
        .anchor ul li a:after {
          display: block;
          content: "";
          position: absolute;
          width: 12px;
          height: 8px;
          background: url(../../shared/images/anchor.svg);
          bottom: 16px;
          left: 50%;
          transform: translate(-50%, 0);
          transition: transform 0.3s ease-in-out; }
        .anchor ul li a:hover:after {
          transform: translate(-50%, 5px); }
        .anchor ul li a span {
          font-family: "FOT-UD角ゴ_スモール Pr6N B";
          display: block;
          width: 100%;
          position: absolute;
          top: 42%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #111; }

@media screen and (max-width: 1000px) {
  .anchor {
    width: 100%;
    padding: 0 24px;
    margin: 0 0 40px; }
    .anchor ul {
      flex-direction: column; }
      .anchor ul li {
        border-left: 1px solid #e1e4e8 !important;
        border-top: none;
        height: 90px; }
        .anchor ul li:first-child {
          border-top: 1px solid #e1e4e8;
          height: 64px; }
        .anchor ul li a {
          text-align: left; }
          .anchor ul li a:after {
            top: 50%;
            right: 19px;
            left: initial;
            transform: translate(0, -50%); }
          .anchor ul li a span {
            display: inline-block;
            width: auto;
            left: 14px;
            top: 50%;
            transform: translate(0, -50%); } }
#common-section .wrap .content {
  display: flex;
  margin: 0 40px; }
  #common-section .wrap .content div.text {
    margin-top: -8px;
    width: 50%; }
  #common-section .wrap .content div p {
    width: auto;
    margin: 0;
    line-height: 2.125; }
  #common-section .wrap .content div.image {
    margin: 0 0 0 40px;
    width: 50%; }
  #common-section .wrap .content .image img {
    width: 100%;
    height: auto; }
  #common-section .wrap .content div p + p {
    margin: 25px 0 0; }
#common-section .wrap p {
  margin: 28px 40px 0 40px; }

@media screen and (max-width: 1000px) {
  #common-section .wrap h2 {
    font-size: 1.125em; }
  #common-section .wrap .content {
    flex-direction: column; }
    #common-section .wrap .content div.text {
      width: 100%;
      margin-top: 0; }
    #common-section .wrap .content div.image {
      margin: 22px auto 0 auto;
      width: 100%; }
  #common-section .wrap p {
    margin: 18px 9px 0 9px; } }
.strategy-chart {
  display: block;
  margin: 0 auto; }

#common-section {
  margin-bottom: 80px; }
  @media screen and (max-width: 1000px) {
    #common-section {
      margin-bottom: 40px; } }
  #common-section.sdg-compass .steps ul {
    display: grid;
    grid-template-columns: repeat(5, calc(100% / 5));
    position: relative;
    justify-items: center; }
    #common-section.sdg-compass .steps ul:before {
      content: "";
      display: block;
      width: calc(100% - 80px);
      height: 7px;
      background-color: #E1E4E8;
      position: absolute;
      top: 75px;
      margin: auto;
      right: 0;
      left: 0; }
    #common-section.sdg-compass .steps ul li {
      padding: 0; }
      #common-section.sdg-compass .steps ul li .steps__txt {
        text-align: center;
        font-weight: bold;
        font-family: 'FOT-UD角ゴ_スモール Pr6N B';
        line-height: 1.5;
        margin-top: 20px; }
  @media screen and (max-width: 1000px) {
    #common-section.sdg-compass .steps ul {
      grid-template-columns: 1fr;
      justify-items: flex-start; }
      #common-section.sdg-compass .steps ul:before {
        width: 7px;
        height: calc(100% - 20px);
        top: 0;
        bottom: 0;
        left: 43px;
        right: unset; }
      #common-section.sdg-compass .steps ul li {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px; }
        #common-section.sdg-compass .steps ul li + li {
          margin-top: 10px; }
        #common-section.sdg-compass .steps ul li img {
          max-width: 88px; }
        #common-section.sdg-compass .steps ul li .steps__txt {
          text-align: left;
          width: 100%; } }
  #common-section.strategy .content {
    margin: 0 auto;
    width: 90%;
    max-width: 1080px; }
    #common-section.strategy .content div.text {
      width: 100%; }
    #common-section.strategy .content > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: initial;
      margin: 20px 0 0;
      padding: 0; }
    #common-section.strategy .content ul li {
      text-align: left;
      background-color: #f3f5f8;
      padding: 40px 40px 45px 40px;
      box-shadow: none;
      border-radius: 9px;
      width: 100%;
      position: relative;
      margin-top: 20px; }
      @media screen and (max-width: 1000px) {
        #common-section.strategy .content ul li {
          margin-top: 10px;
          padding: 20px; } }
      #common-section.strategy .content ul li p {
        font-size: 1rem;
        margin: -7px 0 0 0; }
      #common-section.strategy .content ul li.half {
        width: 48%;
        padding: 50px 40px 60px 40px; }
        #common-section.strategy .content ul li.half .wrapper {
          margin-top: 22px; }
      #common-section.strategy .content ul li h3 {
        font-family: "FOT-UD角ゴ_スモール Pr6N B";
        position: relative;
        padding-left: 22px;
        font-size: 1.3125rem;
        line-height: 1.5; }
        #common-section.strategy .content ul li h3 span {
          font-size: 18px; }
        #common-section.strategy .content ul li h3:before {
          position: absolute;
          display: block;
          content: "";
          width: 7px;
          height: 22px;
          background: #179f5b;
          top: 5px;
          left: 0; }
    #common-section.strategy .content .wrapper {
      display: flex;
      margin-top: 35px; }
      @media screen and (max-width: 1000px) {
        #common-section.strategy .content .wrapper {
          margin-top: 20px; } }
    #common-section.strategy .content .steps_summary {
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        #common-section.strategy .content .steps_summary {
          font-size: 15px;
          text-align: left; } }
  #common-section .wrap ol.reason {
    padding: 22px 40px;
    margin: 30px 40px 0 40px;
    border: 1px solid #179f5b; }
    #common-section .wrap ol.reason li {
      display: block;
      border-radius: 0;
      background: #fff;
      padding: 0; }
      #common-section .wrap ol.reason li + li {
        margin-top: 15px; }
  #common-section.tackle {
    margin-bottom: 93px; }
    #common-section.tackle h3 {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      position: relative;
      font-size: 1.375em;
      margin-left: 40px;
      margin-bottom: 25px;
      padding-left: 20px; }
      #common-section.tackle h3:not(:first-of-type) {
        margin-top: 70px; }
      #common-section.tackle h3:before {
        position: absolute;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        background: #179f5b;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }

@media screen and (max-width: 1000px) {
  .strategy-chart {
    width: 100%;
    padding: 0 9px; }

  #common-section.strategy .content {
    width: 100%;
    padding: 0 9px; }
    #common-section.strategy .content ul li.half {
      width: 100%;
      padding: 25px 20px;
      margin: 10px 0 0; }
      #common-section.strategy .content ul li.half + li.half {
        margin-top: 25px; }
      #common-section.strategy .content ul li.half .wrapper {
        margin-top: 20px; }
    #common-section.strategy .content ul li h3 {
      font-size: 1.06em; }
      #common-section.strategy .content ul li h3 span {
        font-size: 15px; }
      #common-section.strategy .content ul li h3:before {
        width: 5px;
        height: 18px; }
    #common-section.strategy .content ul li p {
      font-size: 0.875rem; } }
@media screen and (max-width: 1000px) {
  #common-section .wrap ol.reason {
    margin: 20px 9px 0 9px;
    padding: 18px 20px; }
    #common-section .wrap ol.reason li {
      font-size: 0.875em;
      padding: 0; } }
@media screen and (max-width: 1000px) {
  #common-section.tackle {
    margin-bottom: 60px; }
    #common-section.tackle h3 {
      font-size: 1.125em;
      margin: 0 9px;
      margin-bottom: 10px;
      padding-left: 20px; }
      #common-section.tackle h3:not(:first-of-type) {
        margin-top: 40px; } }
.service-link {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 121px auto; }
  .service-link .wrap {
    border: 2px solid #179f5b;
    text-align: center;
    padding: 52px 0 60px 0; }
  .service-link p {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    font-size: 2em;
    margin: 13px 0 0; }
    .service-link p:first-child {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      font-size: 1.375em;
      margin: 0; }
    .service-link p span {
      color: #179f5b; }
  .service-link a {
    display: inline-block;
    font-size: 1.125em;
    width: 380px;
    height: 64px;
    margin-top: 32px;
    background: #179f5b;
    color: #fff;
    line-height: 64px;
    border-radius: 32px;
    text-decoration: none; }

@media screen and (max-width: 1000px) {
  .service-link {
    width: 100%;
    margin: 0 0 70px; }
    .service-link .wrap {
      padding: 33px 10px 40px 10px;
      margin: 0 24px; }
    .service-link p {
      font-size: 1.5em;
      margin: 7px 0 0; }
      .service-link p:first-child {
        font-size: 1.125em;
        margin: 0; }
    .service-link a {
      margin-top: 23px;
      width: 280px;
      height: 60px;
      line-height: 60px; }
      .service-link a span {
        display: none; } }
#common-section ul li:before {
  display: none; }
#common-section ul.modal {
  margin: 70px auto 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #common-section ul.modal li {
    font-size: 1.125em;
    width: 49%;
    margin-top: 20px;
    padding-left: 0; }
    #common-section ul.modal li a {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      position: relative;
      display: block;
      line-height: 28px;
      color: #111;
      text-decoration: none;
      padding: 22px 60px 22px 25px;
      width: 100%;
      border: 1px solid #e1e4e8;
      transition: color 0.3s; }
      #common-section ul.modal li a:hover {
        color: #179f5b; }
      #common-section ul.modal li a:before, #common-section ul.modal li a:after {
        position: absolute;
        display: block;
        content: "";
        width: 20px;
        height: 2px;
        background: #179f5b;
        top: 50%;
        right: 25px; }
      #common-section ul.modal li a:before {
        transform: translate(0, -50%) rotate(90deg); }
      #common-section ul.modal li a:after {
        transform: translate(0, -50%); }

.modal-content a {
  color: #179f5b; }

/* sdgsリンク一覧 */
.sdg-lists {
  width: 100%;
  padding: 66px 0;
  position: relative;
  background: #f0fcf6; }
  .sdg-lists > p {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    font-size: 1.625em; }
  .sdg-lists ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sdg-lists ul li {
      margin-top: 6px;
      width: 32.9%;
      padding: 0; }
      .sdg-lists ul li a {
        text-decoration: none;
        display: inline-block;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #111;
        position: relative;
        transition: all 0.3s ease; }
        .sdg-lists ul li a:hover {
          position: relative;
          z-index: 200;
          transform: scale(1.04, 1.07);
          background: #fff;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
        .sdg-lists ul li a:after {
          position: absolute;
          display: block;
          content: "";
          width: 13px;
          height: 11px;
          background: no-repeat center center;
          background-size: cover;
          right: 8px;
          bottom: 11px; }
        .sdg-lists ul li a:hover:after {
          animation-name: horizontal-fixed-slide;
          animation-duration: 0.4s;
          animation-iteration-count: 1;
          animation-timing-function: ease-in-out; }
        .sdg-lists ul li a > p {
          font-family: "FOT-UD角ゴ_スモール Pr6N B";
          margin: 16px 0 0 0;
          font-size: 1.25em; }
          .sdg-lists ul li a > p span {
            font-family: "FOT-UD角ゴ_スモール Pr6N M"; }
      .sdg-lists ul li.building a:after {
        background-image: url(../../shared/images/blue-arrow.svg); }
      .sdg-lists ul li.eat a:after {
        background-image: url(../../shared/images/orange-arrow.svg); }
      .sdg-lists ul li.educate a:after {
        background-image: url(../../shared/images/green-arrow.svg); }
      .sdg-lists ul li.cloth a:after {
        background-image: url(../../shared/images/pink-arrow.svg); }
      .sdg-lists ul li.product a:after {
        background-image: url(../../shared/images/yellow-arrow.svg); }
      .sdg-lists ul li.service a:after {
        background-image: url(../../shared/images/red-arrow.svg); }

@media screen and (max-width: 1000px) {
  .sdg-lists {
    padding: 33px 24px 30px; }
    .sdg-lists ul {
      width: 100%;
      flex-wrap: wrap; }
      .sdg-lists ul li {
        width: 50%;
        padding: 2px;
        margin-top: 0; }
        .sdg-lists ul li a {
          width: 100%;
          height: 89px; }
          .sdg-lists ul li a img {
            width: 36px;
            height: 36px; }
          .sdg-lists ul li a > p {
            margin: 3px 0 0;
            font-size: 1em; }
          .sdg-lists ul li a:after {
            display: none; } }
/* モーダルライブラリoverwrite部分 */
.modaal-wrapper {
  z-index: 20000; }

.modaal-overlay {
  z-index: 10000; }

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0;
  right: 0; }

.modaal-close:focus:after, .modaal-close:focus:before {
  background: #111; }
.modaal-close:hover:after, .modaal-close:hover:before {
  background: #111; }
.modaal-close:focus, .modaal-close:hover {
  background: transparent; }
.modaal-close:after, .modaal-close:before {
  top: 30px;
  left: 0;
  right: 20px;
  background: #111;
  width: 26px;
  height: 2px; }

.modaal-wrapper .modaal-content-container {
  position: relative;
  padding: 60px 50px 62px 60px; }
.modaal-wrapper .modaal-container {
  width: 62%; }
  .modaal-wrapper .modaal-container img {
    display: block;
    margin: 30px auto 0; }
  .modaal-wrapper .modaal-container a {
    color: #179f5b; }
  .modaal-wrapper .modaal-container h3 {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    position: relative;
    padding-left: 22px; }
    .modaal-wrapper .modaal-container h3:before {
      position: absolute;
      display: block;
      content: "";
      width: 7px;
      height: 23px;
      background: #179f5b;
      top: 4px;
      left: 0; }
  .modaal-wrapper .modaal-container p {
    margin: 22px 0 0 0;
    line-height: 2.125; }

@media screen and (max-width: 1000px) {
  /* モーダルオーバーライト */
  .modaal-wrapper .modaal-container {
    width: 100%; }
    .modaal-wrapper .modaal-container h3 {
      font-size: 1.125em;
      padding-left: 20px;
      padding-right: 20px; }
      .modaal-wrapper .modaal-container h3:before {
        height: 18px;
        top: 12px;
        width: 5px; }
  .modaal-wrapper .modaal-content-container {
    padding: 35px 20px; }
  .modaal-wrapper .modaal-container p {
    font-size: 0.9375em;
    margin: 25px 0 0 0; }

  .modaal-close:after, .modaal-close:before {
    right: 15px;
    left: initial;
    top: 22px; }

  .modaal-wrapper .modaal-container img {
    width: 100%;
    margin: 20px auto 0; } }
#common-section .wrap ol li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f3f5f8;
  border-radius: 10px;
  padding: 0px 20px 20px 30px; }
  #common-section .wrap ol li div:first-child {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  #common-section .wrap ol li div:last-child img {
    width: 80px;
    height: 80px; }
  #common-section .wrap ol li div > div {
    margin-left: 20px; }
  #common-section .wrap ol li div p {
    position: relative;
    margin: 0; }
  #common-section .wrap ol li > div:last-child {
    margin-top: 20px;
    display: flex; }
    #common-section .wrap ol li > div:last-child img + img {
      padding-left: 2px; }
  #common-section .wrap ol li + li {
    margin-top: 20px; }
  #common-section .wrap ol li span {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    display: block;
    text-align: center;
    font-weight: bold;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #179f5b;
    border-radius: 50%;
    font-size: 1.25em; }
  #common-section .wrap ol li div:first-of-type p:first-child {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    font-size: 1.375em; }

@media screen and (max-width: 1000px) {
  #common-section .wrap ol li {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 30px 20px; }
    #common-section .wrap ol li div > div {
      margin-left: 0; }
      #common-section .wrap ol li div > div p:last-child {
        margin-top: 12px;
        line-height: 2; }
    #common-section .wrap ol li span {
      position: absolute;
      font-size: 1rem;
      top: 26px;
      min-width: 32px;
      height: 32px;
      line-height: 33px; }
    #common-section .wrap ol li > div:last-child {
      margin-top: 12px; }
    #common-section .wrap ol li + li {
      margin-top: 25px; }
    #common-section .wrap ol li div:first-of-type p:first-child {
      font-size: 1.125rem;
      line-height: 1.5;
      padding-left: 44px; } }
@media screen and (max-width: 1000px) {
  #common-section .wrap .content {
    flex-direction: column;
    margin: 0 9px; }
    #common-section .wrap .content .image {
      margin: 30px auto 0 auto;
      width: 100%;
      max-width: 450px; }
  #common-section ul li {
    padding-left: 20px; }
    #common-section ul li + li {
      margin-top: 20px; }
  #common-section ul.modal {
    margin: 18px 0 0 0; }
    #common-section ul.modal li {
      width: 100%;
      padding: 0 9px;
      margin-top: 15px; }
      #common-section ul.modal li a {
        padding: 21px 50px 21px 15px;
        line-height: 1.5;
        font-size: 1rem; } }
/*---- 資料ダウンロード　バナー ---*/
.shiryou_banner {
  padding: 0;
  text-align: center; }
  .shiryou_banner:hover {
    opacity: 0.8; }
  .shiryou_banner img {
    width: 80%;
    margin: -60px auto 60px; }

@media screen and (max-width: 1000px) {
  .shiryou_banner {
    padding: 0px 0 40px; }
    .shiryou_banner img {
      width: 100%;
      margin: 0 auto; } }
/*---- 資料ダウンロード　バナー ---*/
.total-support {
  background: #f0fcf6;
  margin: 80px 0;
  text-align: center;
  padding: 90px 0 80px 0; }
  @media screen and (max-width: 1000px) {
    .total-support {
      margin: 40px 0;
      padding: 40px 0; } }
  .total-support .total-support_main_txt {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    font-size: 1.625em;
    line-height: 1.5; }
    @media screen and (max-width: 1000px) {
      .total-support .total-support_main_txt {
        font-size: 1em;
        padding: 0 10px; } }
  @media screen and (max-width: 1000px) {
    .total-support .total-support_img {
      margin-top: 20px;
      padding: 0 10px; } }
  .total-support p {
    margin: 0; }
    .total-support p:first-of-type {
      margin: 37px 0 0;
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      font-size: 1.375em; }
    .total-support p:last-of-type {
      line-height: 2.125;
      margin: 9px 0 0; }
  .total-support img {
    max-width: 960px;
    height: auto; }
    @media screen and (max-width: 1000px) {
      .total-support img {
        width: 100%; } }

.for_pc {
  display: block; }

.for_sp {
  display: none; }

@media screen and (max-width: 1000px) {
  #total-support {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 35px 0 33px 0; }
    #total-support .wrap {
      padding: 0 24px; }
    #total-support h2 {
      line-height: 1.4166666666666667;
      font-size: 1.5em; }
    #total-support p:first-of-type {
      margin: 21px 0 0;
      font-size: 1.125em; }
    #total-support p:last-of-type {
      text-align: left;
      line-height: 2;
      margin: 8px 0 0;
      font-size: 0.9375em; }

  .for_pc {
    display: none; }

  .for_sp {
    display: block; } }
/* PLANセクション */
#plan .text-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  #plan .text-content p:first-of-type {
    font-family: "FOT-UD角ゴ_スモール Pr6N M";
    margin: 43px 0 0 0;
    font-weight: 500;
    font-size: 1.25em; }
  #plan .text-content > p {
    line-height: 2.125;
    margin: 15px 0 0 0; }
#plan .plans {
  overflow: hidden;
  max-width: 1080px;
  width: 100%;
  margin: 61px auto 0; }
  #plan .plans ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #plan .plans ul .plan-layout {
      position: relative;
      padding: 35px 40px 30px;
      background: #fff;
      border: 1px solid #e1e4e8;
      border-top: 0; }
      #plan .plans ul .plan-layout .toggle-btn {
        display: none; }
    #plan .plans ul .sx-plan.plan-layout {
      padding: 0 60px 45px; }
    #plan .plans ul .plan-layout + .plan-layout {
      margin-top: 45px; }
    #plan .plans ul .plan-layout::before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: -1px;
      width: calc(100% + 2px); }
    #plan .plans ul .standard-plan::before {
      height: 5px;
      background: #179f5b; }
    #plan .plans ul .trial-plan::before {
      height: 1px;
      background: #fd6925; }
    #plan .plans ul .sx-plan::before {
      height: 1px;
      background: #0a97d9; }
#plan .price-section {
  position: relative; }
#plan .sx-plan .price-section {
  padding: 46px 0 0; }
#plan .price-section p:first-of-type {
  margin: 0;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  color: #179f5b; }
#plan .price-section h3 {
  margin: 0;
  color: #179f5b;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 2.25rem; }
#plan .price-section p:last-of-type {
  margin: 4px 0 0;
  font-size: 0.8125em; }
#plan .sx-plan .price-section p:last-of-type {
  margin: 5px 0 0; }
#plan .price-section .price {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.875rem; }
#plan .trial-plan .price-section .price {
  font-size: 1.375rem; }
#plan .sx-plan .price-section .price {
  font-size: 1.375rem;
  font-family: "FOT-UD角ゴ_スモール Pr6N M"; }
#plan .price-section > a {
  position: absolute;
  display: block;
  text-decoration: none;
  top: 50px;
  right: 0;
  width: 180px;
  height: 54px;
  line-height: 54px;
  background: #179f5b;
  color: #fff; }
#plan .trial-plan .price-section p:first-of-type {
  color: #fd6925; }
#plan .trial-plan .price-section h3 {
  font-size: 1.875rem;
  color: #fd6925; }
#plan .trial-plan .price-section > a {
  background: #fd6925; }
#plan .sx-plan .price-section p:first-of-type {
  color: #0a97d9; }
#plan .sx-plan .price-section h3 {
  font-size: 1.875rem;
  color: #0a97d9; }
#plan .sx-plan .price-section > a {
  background: #0a97d9; }
#plan .trial-plan .price-section > a,
#plan .sx-plan .price-section > a {
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 0.9375rem; }
#plan .trial-content {
  display: flex;
  justify-content: space-between; }
  #plan .trial-content .course {
    display: flex;
    align-items: center;
    width: 47.91666666666667%;
    padding: 26px 27px 26px 25px;
    background: rgba(253, 105, 37, 0.05);
    border-radius: 10px; }
    #plan .trial-content .course figure {
      text-align: center;
      width: auto;
      min-width: 60px;
      line-height: 1.5;
      margin: 0;
      padding: 9px 10px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid rgba(253, 105, 37, 0.5); }
      #plan .trial-content .course figure figcaption {
        position: relative;
        top: -1px;
        color: #fd6925;
        font-family: "FOT-UD角ゴ_スモール Pr6N B";
        font-size: 0.625em; }
    #plan .trial-content .course .text {
      margin-left: 20px; }
      #plan .trial-content .course .text p {
        margin: 0; }
        #plan .trial-content .course .text p:first-of-type {
          color: #fd6925;
          font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
        #plan .trial-content .course .text p:last-of-type {
          line-height: 1.8;
          margin: 5px 0 0;
          font-size: 0.9375em; }
#plan .standard-list {
  position: relative;
  padding: 42px 0 0; }
  #plan .standard-list::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -60px;
    width: 200%;
    height: 1px;
    background: #e1e4e8; }
  #plan .standard-list p {
    margin: 0; }
  #plan .standard-list > p:last-of-type {
    margin: 32px 0 0;
    color: #179f5b;
    font-family: "FOT-UD角ゴ_スモール Pr6N M"; }
  #plan .standard-list .target-company {
    margin: 14px 0 0; }
    #plan .standard-list .target-company li {
      position: relative;
      padding-left: 14px; }
      #plan .standard-list .target-company li::before {
        position: absolute;
        display: block;
        content: "";
        top: 11px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 50%; }
      #plan .standard-list .target-company li + li {
        margin: 12px 0 0; }
#plan .plan-content {
  margin: 30px 0 0;
  padding: 30px;
  border-radius: 10px 10px 10px 10px;
  background-color: #f0fcf6; }
  #plan .plan-content > p {
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    margin: 0; }
  #plan .plan-content > .inner {
    display: flex;
    margin: 14px 0 0; }
    #plan .plan-content > .inner .sp-list {
      display: none; }
    #plan .plan-content > .inner ul.right {
      margin-left: 50px; }
    #plan .plan-content > .inner ul > li {
      position: relative;
      line-height: 1.5;
      padding-left: 28px; }
      #plan .plan-content > .inner ul > li::before {
        position: absolute;
        display: block;
        content: "";
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        background: url(/images/check_green.svg) center left no-repeat; }
      #plan .plan-content > .inner ul > li + li {
        margin: 16px 0 0; }
  #plan .plan-content .child-list {
    margin: 6px 0 0; }
  #plan .plan-content .inner .child-list > li {
    position: relative;
    width: 100%;
    line-height: 2.0714285714285716;
    margin: 0;
    padding-left: 18px;
    font-size: 0.875em; }
    #plan .plan-content .inner .child-list > li::before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 5px;
      transform: translateY(-50%);
      width: 4px;
      height: 4px;
      background: #179f5b;
      border-radius: 50%; }

/* 金額部分 */
/* トライアルプラン */
/* スタンダード */
/* スタンダード 対象企業リスト */
/*　スタンダード プラン内容 */
@media screen and (max-width: 1000px) {
  #common-section.price-plan .wrap h2 {
    margin: 27px 0 30px 0; }

  #plan {
    margin: 0;
    padding: 0; }
    #plan .text-content {
      width: 100%;
      margin: 0;
      padding: 0 24px; }
      #plan .text-content p {
        line-height: 2;
        font-size: 0.9375em;
        margin-top: 10px;
        text-align: left; }
        #plan .text-content p:first-of-type {
          font-size: 1.125em;
          line-height: 1.5;
          margin-top: 18px;
          text-align: center; }
      #plan .text-content > a.btn {
        width: 247px;
        height: 50px;
        line-height: 48px;
        margin-top: 30px; }
      #plan .text-content a span > span {
        display: none; }
    #plan .plans {
      width: 100%;
      margin-top: 20px; }
      #plan .plans ul {
        margin: 0 9px; }
        #plan .plans ul .plan-layout {
          position: relative;
          padding: 0;
          margin: 0;
          font-size: initial; }
        #plan .plans ul .sx-plan.plan-layout {
          padding: 0; }
        #plan .plans ul .plan-layout .toggle-btn {
          display: block;
          position: absolute;
          text-decoration: none;
          text-align: center;
          bottom: -28px;
          left: 50%;
          transform: translateX(-50%);
          width: 120px;
          height: 28px;
          line-height: 28px;
          border-radius: 0 0 10px 10px;
          color: #000;
          background: #e1e4e8;
          font-family: "FOT-UD角ゴ_スモール Pr6N M";
          font-size: 0.8125em; }
          #plan .plans ul .plan-layout .toggle-btn span {
            position: relative;
            top: -1px;
            padding-left: 19px; }
          #plan .plans ul .plan-layout .toggle-btn::before, #plan .plans ul .plan-layout .toggle-btn::after {
            position: absolute;
            display: block;
            content: "";
            width: 10px;
            height: 2px;
            top: 50%;
            left: 27px; }
        #plan .plans ul .plan-layout.close .toggle-btn::before, #plan .plans ul .plan-layout.close .toggle-btn::after {
          left: 18px; }
        #plan .plans ul .plan-layout .toggle-btn::before, #plan .plans ul .plan-layout .toggle-btn::after {
          transform: translateY(-50%); }
        #plan .plans ul .plan-layout.close .toggle-btn::after {
          transform: translate(0, -50%) rotate(90deg); }
        #plan .plans ul .standard-plan .toggle-btn::before, #plan .plans ul .standard-plan .toggle-btn::after {
          background: #179f5b; }
        #plan .plans ul .trial-plan .toggle-btn::before, #plan .plans ul .trial-plan .toggle-btn::after {
          background: #fd6925; }
        #plan .plans ul .plan-layout.close .sp-fold {
          display: none; }
    #plan .close .price-section {
      border: initial; }
    #plan .price-section {
      text-align: center;
      padding: 27px 0 20px;
      margin: 0 30px;
      border-bottom: 1px solid #e1e4e8; }
    #plan .standard-plan.close .price-section {
      padding: 27px 0 30px; }
    #plan .trial-plan .price-section,
    #plan .sx-plan .price-section {
      border-bottom: initial; }
    #plan .trial-plan.close .price-section,
    #plan .sx-plan .price-section {
      padding: 23px 0 30px; }
    #plan .trial-plan .price-section {
      padding: 23px 0 25px; }
    #plan .price-section p:first-of-type {
      line-height: 1.4;
      font-size: 0.9375em; }
    #plan .price-section p:last-of-type {
      line-height: 1.5;
      margin: 0;
      padding: 13px 0 0;
      border-top: 1px solid #e1e4e8;
      font-size: 0.8125em; }
    #plan .price-section h3 {
      margin: 4px 0 17px;
      font-size: 1.5em !important; }
    #plan .price-section .price {
      display: inline-block;
      margin: 0 0 2px;
      font-size: 1.625rem; }
    #plan .trial-plan .price-section .price {
      font-size: 1.625rem; }
    #plan .sx-plan .price-section .price {
      margin: 0;
      font-size: 1.25rem; }
    #plan .price-section > a {
      position: relative;
      top: 0;
      width: 154px;
      margin: 19px auto 0; }
    #plan .trial-plan .price-section > a,
    #plan .sx-plan .price-section > a {
      position: relative;
      top: 0;
      width: 154px;
      height: 54px;
      line-height: 54px;
      margin: 19px auto 0;
      font-size: 1rem; }
    #plan .plan-content > .inner ul.right, #plan .plan-content > .inner ul.left {
      display: none; }
    #plan .plan-content > .inner .sp-list {
      display: block; }
    #plan .standard-list {
      padding: 20px 0 0; }
      #plan .standard-list::before {
        display: none; }
      #plan .standard-list p {
        padding: 0 20px;
        line-height: 1.7333333333333334;
        font-size: 0.9375em; }
      #plan .standard-list > p:last-of-type {
        margin: 14px 0 0;
        font-size: 0.9375em; }
      #plan .standard-list .target-company {
        padding: 0 20px;
        margin: 4px 0 0; }
        #plan .standard-list .target-company li {
          line-height: 1.7333333333333334;
          font-size: 0.9375em; }
          #plan .standard-list .target-company li + li {
            margin: 7px 0 0; }
          #plan .standard-list .target-company li::before {
            top: 12px; }
    #plan .plan-content {
      margin: 20px 0 0;
      padding: 18px 20px 25px 19px;
      border-radius: initial; }
      #plan .plan-content > p {
        padding: 0; }
      #plan .plan-content > .inner {
        margin: 9px 0 0; }
        #plan .plan-content > .inner ul > li {
          line-height: 1.7333333333333334;
          padding-left: 27px;
          font-size: 0.9375em; }
          #plan .plan-content > .inner ul > li::before {
            top: 3px; }
          #plan .plan-content > .inner ul > li + li {
            margin: 9px 0 0; }
      #plan .plan-content .child-list {
        margin: 2px 0 0; }
      #plan .plan-content .inner .child-list > li {
        font-size: 0.875rem; }
    #plan .trial-content {
      flex-direction: column;
      margin: 0 11px 20px; }
      #plan .trial-content .course {
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding: 20px 0 21px; }
        #plan .trial-content .course + .course {
          margin-top: 10px; }
        #plan .trial-content .course .text {
          margin-left: 0; }
          #plan .trial-content .course .text p:first-of-type {
            line-height: 1.5;
            margin: 11px 0 0;
            font-size: 1rem; }
          #plan .trial-content .course .text p:last-of-type {
            line-height: 1.5714285714285714;
            margin: 7px 0 0;
            font-size: 0.875em; }

  /* 金額部分 */
  /* スタンダード　対象となる企業 */
  /* スタンダード　プラン内容 */
  /* トライアルプラン */ }
/* コラボレーションサービス */
#common-section .wrap .colaborate-service {
  max-width: 1080px;
  width: 100%;
  margin: 63px auto 0; }
  #common-section .wrap .colaborate-service h3 {
    text-align: center;
    font-size: 1.625em;
    font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
  #common-section .wrap .colaborate-service ul {
    display: flex;
    justify-content: space-between;
    margin: 37px 0 0;
    padding: 0;
    list-style: none; }
    #common-section .wrap .colaborate-service ul li {
      width: 47.22222222222222%;
      padding: 0; }
      #common-section .wrap .colaborate-service ul li a {
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 27px 30px 27px 30px;
        border: 1px solid #002555;
        background: #fff;
        transition: all 0.3s ease; }
        #common-section .wrap .colaborate-service ul li a:hover {
          transform: translateY(-3px);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
        #common-section .wrap .colaborate-service ul li a span {
          position: absolute;
          display: block;
          right: 0;
          bottom: 0;
          width: 25px;
          height: 25px;
          background: #002555; }
          #common-section .wrap .colaborate-service ul li a span::before {
            position: absolute;
            display: block;
            content: "";
            top: 52%;
            left: 7px;
            transform: translateY(-50%);
            background: center center no-repeat;
            background-size: cover; }
      #common-section .wrap .colaborate-service ul li .is-outer::before {
        width: 14px;
        height: 14px;
        background-image: url(/shared/images/outer-white.svg); }
      #common-section .wrap .colaborate-service ul li .is-arrow::before {
        width: 13px;
        height: 11px;
        background-image: url(/images/white-arrow.svg); }
      #common-section .wrap .colaborate-service ul li a:hover .is-arrow::before {
        animation-name: horizontal-slide;
        animation-duration: 0.4s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out; }
  #common-section .wrap .colaborate-service .text {
    margin-left: 30px; }
    #common-section .wrap .colaborate-service .text p {
      line-height: 1.5;
      margin: 0;
      color: #111; }
    #common-section .wrap .colaborate-service .text .collabo-name {
      color: #002555;
      font-size: 0.875rem;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
    #common-section .wrap .colaborate-service .text .collabo-title {
      margin: 2px 0 0;
      font-size: 1.125rem;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
    #common-section .wrap .colaborate-service .text p:last-of-type {
      line-height: 1.6153846153846154;
      margin: 11px 0 0;
      font-size: 0.8125rem; }

@media screen and (max-width: 1000px) {
  #common-section .wrap .colaborate-service {
    width: 100%;
    margin: 33px 0 0; }
    #common-section .wrap .colaborate-service ul {
      flex-direction: column;
      margin: 18px 0 0;
      padding: 0 9px; }
      #common-section .wrap .colaborate-service ul li {
        width: 100%; }
        #common-section .wrap .colaborate-service ul li + li {
          margin-top: 20px; }
        #common-section .wrap .colaborate-service ul li a {
          align-items: flex-start;
          padding: 22px 19px 26px 20px; }
    #common-section .wrap .colaborate-service h3 {
      font-size: 1.3125rem; }
    #common-section .wrap .colaborate-service .text .collabo-title {
      margin: 1px 0 0; }
    #common-section .wrap .colaborate-service .text p:last-of-type {
      margin: 7px 0 0; }
    #common-section .wrap .colaborate-service .image img {
      width: 50px;
      height: 50px; }
    #common-section .wrap .colaborate-service .text {
      margin-left: 20px; }
      #common-section .wrap .colaborate-service .text .collabo-name {
        font-size: 0.8125rem; } }
/* 実践企業へのリンク */
.link-btn {
  text-align: center;
  margin: 110px 0 0; }
  .link-btn a {
    display: inline-block;
    text-decoration: none;
    width: 459px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    border-radius: 32px;
    background: #179f5b; }

@media screen and (max-width: 1000px) {
  .link-btn {
    text-align: center;
    margin: 40px 0 0; }
    .link-btn a {
      display: inline-block;
      text-decoration: none;
      width: 280px;
      height: 70px;
      line-height: 1.375;
      padding: 13px 0;
      color: #fff;
      border-radius: 8px;
      background: #179f5b; } }
/* 下層MV */
#mv {
  padding-top: 94px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%; }
  #mv .image {
    width: 50%;
    padding-top: 29.282576%;
    background: url(../images/standard-plan.jpg) no-repeat center center;
    background-size: cover; }
  #mv.trial .image {
    background-image: url(../images/trial-plan.jpg); }
  #mv.is-sx .image {
    background-image: url(../images/sx-plan.jpg); }
  #mv .text {
    width: 50%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f0fcf6; }
  #mv.trial .text {
    background-color: rgba(253, 105, 37, 0.08); }
  #mv.is-sx .text {
    background-color: rgba(10, 151, 217, 0.08); }
  #mv .text p {
    text-align: center;
    margin: 32px 0 0 0;
    font-size: 1rem;
    line-height: 2; }
  #mv.trial .text span.sub-title {
    color: #fd6925; }
  #mv.is-sx .text span.sub-title {
    color: #0a97d9; }
  #mv .text h1 {
    line-height: 1;
    margin: 0;
    font-family: "UDKakugo_SmallPr6N-B";
    margin-top: 17px;
    font-size: 2.5em; }
  #mv .text p span {
    font-size: 1.25rem; }

#common-section.plan {
  margin-top: 100px; }
  #common-section.plan .wrap h2 {
    margin: 48px 0 70px 0; }
#common-section .price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 20px 40px 20px 53px; }
  #common-section .price-sec.standard {
    border: 1px solid #179f5b; }
  #common-section .price-sec.trial {
    border: 1px solid #fd6925; }
  #common-section .price-sec p {
    margin: 0;
    font-size: 0.8125em; }
    #common-section .price-sec p .price {
      font-size: 1.875rem;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
  #common-section .price-sec a {
    display: inline-block;
    text-decoration: none;
    height: 53px;
    font-size: 0.9375rem; }

/* プラン内容直下の金額 */
/*#common-section .price-sec.standard a{
  background: #179F5B;
}*/
.download_bt {
  position: relative;
  width: 240px;
  line-height: 53px;
  padding-right: 22px;
  margin-right: -101px; }

.contact_bt {
  width: 208px;
  line-height: 49px; }

/*-------- スタンダード　料金横ボタン  ーーーー*/
.green_btn {
  background: #179f5b;
  color: #fff;
  margin-right: -262px; }

.green_line_btn {
  background: #ffffff;
  border: 2px solid #179f5b;
  color: #179f5b; }

/*-------- トライアルプラン　料金横ボタン  ーーーー*/
.orange_btn {
  background: #fd6925;
  color: #fff;
  margin-right: -128px; }

.orange_line_btn {
  background: #ffffff;
  border: 2px solid #fd6925;
  color: #fd6925; }

/*-------- SX　料金横ボタン  ーーーー*/
.blue_btn {
  background: #0a97d9;
  color: #fff;
  margin-right: -128px; }

.blue_line_btn {
  background: #ffffff;
  border: 2px solid #0a97d9;
  color: #0a97d9; }

.download_bt:after {
  display: block;
  position: absolute;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  content: "";
  background: url("../images/download_white.svg") no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 23px; }

@media screen and (max-width: 1000px) {
  .contact_bt {
    max-width: 100%;
    width: 287px; }

  .download_bt {
    max-width: 100%;
    width: 287px; }
    .download_bt:after {
      right: 40px; }

  #common-section .price-sec {
    flex-direction: column;
    padding: 18px 15px 30px;
    margin: 0 9px 20px; }
    #common-section .price-sec p {
      line-height: 1.6; }
    #common-section .price-sec a {
      margin: 15px 0 0;
      font-size: 0.9375em; } }
/* 下層プランアンカー */
#common-section.plan ul.anchor {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  #common-section.plan ul.anchor li {
    text-align: center;
    box-shadow: 0 0 0 1px #e1e4e8;
    font-size: 0.88em;
    background: #fff;
    width: 33.33333%;
    position: relative;
    padding: 0;
    height: 60px; }
    #common-section.plan ul.anchor li a {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #111;
      transform: none; }
    #common-section.plan ul.anchor li > a > span:last-child {
      position: absolute;
      font-family: "FOT-UD角ゴ_スモール Pr6N M";
      color: #111;
      padding: 0 25px;
      line-height: 1.5;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      font-size: 14px;
      width: 103%; }
    #common-section.plan ul.anchor li span:last-child span {
      font-size: 0.8em; }
    #common-section.plan ul.anchor li:before {
      display: none; }
#common-section.plan .content {
  margin: 90px 0 0 0;
  width: 100%;
  max-width: 1080px; }
  #common-section.plan .content > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: initial;
    margin: 0;
    padding: 0; }
    #common-section.plan .content > ul.is-sx {
      margin-top: -50px; }
  #common-section.plan .content ul li {
    text-align: left;
    background-color: #f3f5f8;
    padding: 40px 40px 45px 40px;
    box-shadow: none;
    border-radius: 9px;
    width: 100%;
    position: relative; }
    #common-section.plan .content ul li p {
      font-size: 1rem;
      margin: -7px 0 0 0; }
    #common-section.plan .content ul li .has-dot {
      position: relative;
      padding-left: 24px;
      font-size: 1.125em;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
      #common-section.plan .content ul li .has-dot + p {
        margin: 1px 0 0; }
    #common-section.plan .content ul li p + .has-dot {
      margin: 16px 0 0; }
    #common-section.plan .content ul li .has-dot + .has-dot {
      margin: 0; }
    #common-section.plan .content ul li .has-dot::before {
      position: absolute;
      display: block;
      content: "";
      top: 15px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fd6925; }
    #common-section.plan .content ul li .text > .has-ribbon {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      position: absolute;
      color: #fff;
      line-height: 1.4;
      text-align: center;
      right: 52px;
      top: 13px;
      font-size: 0.875rem; }
    #common-section.plan .content ul li .text-wrap {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      #common-section.plan .content ul li .text-wrap > div {
        padding: 31px 30px 31px;
        width: 48%;
        background: #fff;
        border-top: 2px solid #179f5b; }
        #common-section.plan .content ul li .text-wrap > div p {
          margin-bottom: 12px;
          text-align: center;
          font-family: "FOT-UD角ゴ_スモール Pr6N B";
          font-size: 1.125em; }
    #common-section.plan .content ul li.half {
      width: 48%;
      padding: 47px 40px 60px 40px; }
      #common-section.plan .content ul li.half.is-first {
        margin-top: 40px; }
      #common-section.plan .content ul li.half .wrapper {
        margin-top: 22px; }
    #common-section.plan .content ul li + li {
      margin-top: 40px; }
    #common-section.plan .content ul li h3 {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      position: relative;
      padding-left: 22px;
      padding-right: 50px;
      font-size: 1.375rem;
      line-height: 1.5; }
    #common-section.plan .content ul li#advantage h3 {
      padding-right: 0; }
    #common-section.plan .content ul li h3 span {
      font-size: 0.875rem; }
    #common-section.plan .content ul li h3:before {
      position: absolute;
      display: block;
      content: "";
      width: 7px;
      height: 22px;
      background: #179f5b;
      top: 5px;
      left: 0; }
  #common-section.plan .content ul .trial h3:before {
    background: #fd6925; }
  #common-section.plan .content ul li::before {
    display: none; }
  #common-section.plan .content ul li.yearly-service:before {
    display: block;
    content: "";
    position: absolute;
    right: 40px;
    left: initial;
    background: no-repeat center center;
    background-size: cover;
    width: 80px;
    height: 65px;
    content: "年間\Aサービス";
    white-space: pre;
    line-height: 1.2em;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    background-image: url(../images/planmark-green.svg); }
  #common-section.plan .content ul li.common p:first-child {
    right: 52px;
    font-size: 14px;
    font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
  #common-section.plan .content ul li.common:before {
    background-image: url(../images/planmark-blue.svg); }
  #common-section.plan .content .wrapper {
    display: flex;
    margin-top: 28px; }
    #common-section.plan .content .wrapper .text.include-img {
      display: flex; }
      #common-section.plan .content .wrapper .text.include-img p {
        width: 70%;
        padding-right: 40px; }
      #common-section.plan .content .wrapper .text.include-img .img {
        width: 30%; }
        #common-section.plan .content .wrapper .text.include-img .img img {
          width: 100%; }
    #common-section.plan .content .wrapper .text a {
      display: inline-block;
      text-decoration: none;
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      color: #179f5b;
      margin-top: 10px;
      position: relative;
      padding-top: 2px;
      font-size: 1.125em; }
      #common-section.plan .content .wrapper .text a span {
        position: relative; }
      #common-section.plan .content .wrapper .text a:hover span:after {
        animation-name: horizontal-slide;
        animation-duration: 0.4s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out; }
      #common-section.plan .content .wrapper .text a span:before {
        position: absolute;
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #179f5b;
        right: -35px;
        top: 50%;
        transform: translateY(-50%); }
      #common-section.plan .content .wrapper .text a span:after {
        right: -29px; }
    #common-section.plan .content .wrapper .text .download:before {
      background: url(../../shared/images/download.svg) no-repeat center center;
      right: -30px; }
    #common-section.plan .content .wrapper .text a:hover .download:before {
      animation: vertical-slide ease-in 0.4s 1 both; }
    #common-section.plan .content .wrapper .image {
      margin-left: 41px; }
      #common-section.plan .content .wrapper .image img {
        width: 324px;
        height: 216px; }
#common-section .wrap .flow-image {
  background: url(../images/index.jpeg) no-repeat center center;
  background-size: cover;
  padding-top: 25%;
  margin: 0 40px; }
  #common-section .wrap .flow-image.plan-step {
    padding-top: 40%; }
#common-section.target {
  margin-top: 100px; }
#common-section figure {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: relative; }
  #common-section figure img {
    height: 100%; }
  #common-section figure::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }

@media screen and (max-width: 1000px) {
  #common-section.plan ul.anchor::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60px; }
  #common-section.plan ul.anchor li {
    width: 50%;
    font-size: 0.75em; }
    #common-section.plan ul.anchor li:last-child {
      border: 1px solid #e1e4e8;
      box-shadow: none; }
    #common-section.plan ul.anchor li a {
      display: block;
      height: 55px;
      line-height: 1.5; }
      #common-section.plan ul.anchor li a span:last-child {
        padding: 0;
        font-size: 0.75rem;
        border: none;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #111; }
    #common-section.plan ul.anchor li span:last-child span {
      font-size: 0.8em; } }
@media screen and (max-width: 1000px) {
  #common-section.plan .content .wrapper .text.include-img {
    display: block; }
    #common-section.plan .content .wrapper .text.include-img .img {
      width: 100%;
      max-width: 320px; }
    #common-section.plan .content .wrapper .text.include-img p {
      width: 100%;
      padding-top: 20px;
      padding-right: 0; } }
@keyframes horizontal-slide {
  0% {
    transform: translate(0, -50%);
    opacity: 1; }
  40% {
    opacity: 0; }
  40.9% {
    transform: translate(50%, -50%);
    opacity: 0; }
  50% {
    transform: translate(-50%, -50%);
    opacity: 0; }
  100% {
    transform: translate(0, -50%);
    opacity: 1; } }
/* 対象となる企業上マージン */
@media screen and (max-width: 1000px) {
  #common-section.target {
    margin-top: 40px; } }
/* SXサービス進行計画 */
@media screen and (max-width: 1250px) {
  /* スクローラー出現 */
  .sp-scroll:before {
    display: block;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sp-scroll.svg) center center no-repeat transparent;
    transition: opacity 0.2s; }
  .sp-scroll .scroll-content {
    opacity: 0.3;
    transition: opacity 0.2; }
  .sp-scroll.active:before {
    opacity: 0;
    pointer-events: none; }
  .sp-scroll.active .scroll-content {
    opacity: 1; } }
/* 各種プランリンク */
.plan-link {
  display: flex; }
  .plan-link .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 5.33333% 0;
    background: no-repeat center center;
    background-size: cover; }
    .plan-link .content h3 {
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      color: #fff;
      font-size: 1.625em;
      position: relative; }
      .plan-link .content h3:before {
        position: absolute;
        display: block;
        content: "";
        width: 30px;
        height: 5px;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%); }
    .plan-link .content p {
      font-family: "FOT-UD角ゴ_スモール Pr6N M";
      line-height: 2;
      text-align: center;
      margin: 37px 0 0 0;
      color: #fff; }
    .plan-link .content a {
      color: #fff;
      width: 270px;
      height: 54px;
      line-height: 54px;
      text-decoration: none;
      font-size: 0.9375em;
      margin-top: 27px; }
    .plan-link .content.standard-plan a {
      background: #179f5b;
      width: 350px; }
    .plan-link .content.light-plan a {
      background: #fd6925; }
    .plan-link .content.sx-plan a {
      background: #0a97d9; }
  .plan-link .standard-plan h3:before {
    background: #179f5b; }
  .plan-link .content.light-plan h3:before {
    background: #fd6925; }
  .plan-link .content.sx-plan h3:before {
    background: #0a97d9; }
  .plan-link .standard-plan {
    background-image: url(../images/standard-plan-link.jpg); }
  .plan-link .light-plan {
    background-image: url(../images/trial-plan-link.jpg); }
  .plan-link .sx-plan {
    background-image: url(../images/sx-plan-link.jpg); }

@media screen and (max-width: 1000px) {
  .plan-link {
    flex-direction: column; }
    .plan-link .content {
      width: 100%;
      padding: 12% 0; }
      .plan-link .content h3 {
        font-size: 1.3125em; }
      .plan-link .content p {
        margin: 30px 0 0 0;
        font-size: 0.9375em;
        line-height: 1.8; }
      .plan-link .content a {
        font-size: 0.9375em;
        width: 170px;
        height: 50px;
        line-height: 50px;
        margin-top: 22px; } }
/* スタンダード以外のレスポンシヴ */
@media screen and (max-width: 1300px) {
  #common-section .flow {
    margin: 0 22px 0 23px; }
    #common-section .flow li {
      width: 100%;
      height: initial; }
      #common-section .flow li + li {
        margin-top: 30px; }
      #common-section .flow li.before-notion:nth-child(2) {
        margin-top: 75px; }
      #common-section .flow li p.step {
        font-size: 1rem;
        margin-top: 5px; }
      #common-section .flow li h4 {
        font-size: 1.125rem;
        margin-top: 17px; }
      #common-section .flow li p.procedure {
        font-size: 0.875rem; }
      #common-section .flow li:not(:last-child):before {
        display: none; }
      #common-section .flow li p.addition {
        margin: 17px 35px 0;
        line-height: 27px; }
        #common-section .flow li p.addition span {
          font-size: 13px; }
        #common-section .flow li p.addition + p.addition {
          margin-bottom: 30px; }
      #common-section .flow li span.notion {
        font-size: 13px;
        bottom: -48px; } }
/* MV */
@media screen and (max-width: 1000px) {
  #mv {
    padding-top: 60px;
    flex-direction: column; }
    #mv .image {
      padding-top: 68.8%; }
    #mv .text {
      padding: 0; }
    #mv .image {
      width: 100%; }
    #mv .text {
      width: 100%;
      padding: 35px 0; }
      #mv .text h1 {
        font-size: 1.5em;
        margin-top: 13px; }
      #mv .text p {
        padding: 0 15px;
        margin: 20px 0 0 0;
        text-align: center;
        font-size: 0.9375rem; }
        #mv .text p span {
          font-size: 1rem; }

  #common-section.plan {
    margin-top: 40px; }
    #common-section.plan .wrap h2 {
      margin: 29px 0; }
    #common-section.plan .content {
      padding: 0 9px;
      margin: 40px 0 0 0; }
      #common-section.plan .content ul {
        flex-direction: column; }
        #common-section.plan .content ul li {
          padding: 30px 20px; }
          #common-section.plan .content ul li.yearly-service:before {
            right: 20px;
            width: 66px;
            height: 54px; }
          #common-section.plan .content ul li .has-dot {
            padding-left: 20px;
            font-size: 1rem; }
            #common-section.plan .content ul li .has-dot::before {
              top: 11px; }
          #common-section.plan .content ul li .sp-height {
            line-height: 1.5;
            margin: 4px 0 0 !important; }
            #common-section.plan .content ul li .sp-height::before {
              top: 8px; }
            #common-section.plan .content ul li .sp-height + p {
              margin: 6px 0 0; }
          #common-section.plan .content ul li.half {
            width: 100%;
            padding: 20px 93px 20px 20px; }
          #common-section.plan .content ul li + li {
            margin-top: 25px; }
          #common-section.plan .content ul li h3 {
            padding-right: 0;
            font-size: 1.125rem; }
          #common-section.plan .content ul li p {
            line-height: 2;
            font-size: 0.875rem; }
          #common-section.plan .content ul li .text > .has-ribbon {
            right: 31px;
            font-size: 11px; }
          #common-section.plan .content ul li.common p:first-child {
            font-size: 11px;
            right: 31px; }
          #common-section.plan .content ul li.standard p:first-child {
            right: 23px; }
      #common-section.plan .content > ul.is-sx {
        margin-top: -50px; }
      #common-section.plan .content .wrapper {
        flex-direction: column;
        margin-top: 19px; }
      #common-section.plan .content ul li .text-wrap {
        flex-direction: column; }
        #common-section.plan .content ul li .text-wrap > div {
          width: 100%;
          padding: 25px 20px 25px;
          font-size: 14px; }
          #common-section.plan .content ul li .text-wrap > div + div {
            margin-top: 30px; }
          #common-section.plan .content ul li .text-wrap > div p {
            font-size: 1rem; }
      #common-section.plan .content .wrapper .text a {
        padding-right: 40px;
        display: inline-block;
        margin: 10px 0 0 0;
        position: relative;
        line-height: 1.4;
        font-size: 0.9375em; }
        #common-section.plan .content .wrapper .text a span {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 46px; }
      #common-section.plan .content .wrapper .text .download:before {
        right: -34px; }
      #common-section.plan .content ul li h3 {
        padding-left: 18px; }
        #common-section.plan .content ul li h3:before {
          width: 5px;
          height: 18px; }
      #common-section.plan .content .wrapper .image {
        margin: 15px 0 0 0; }
        #common-section.plan .content .wrapper .image img {
          width: 100%;
          height: auto; }
  #common-section .wrap .flow-image {
    margin: 0 9px;
    padding-top: 40.97859%; } }
/* スタンダードプラン　年間スケジュール */
#common-section .schedule {
  margin: 57px 0 121px; }
  #common-section .schedule .inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto; }
    #common-section .schedule .inner + .inner {
      margin-top: 20px; }

.decoration {
  position: relative;
  width: 90px;
  min-width: 90px;
  margin-right: 30px;
  background: rgba(23, 159, 91, 0.1);
  opacity: 0.5; }
  .decoration .progress {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8125em;
    font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
  .decoration.one {
    background: rgba(23, 159, 91, 0.1);
    opacity: 1; }
    .decoration.one .progress {
      top: 58%; }
  .decoration.two {
    background: rgba(23, 159, 91, 0.2);
    opacity: 1; }
  .decoration.three {
    background: rgba(23, 159, 91, 0.3);
    opacity: 1; }
  .decoration.four {
    background: rgba(23, 159, 91, 0.4);
    opacity: 1; }
  .decoration.five {
    background: rgba(23, 159, 91, 0.5);
    opacity: 1; }
  .decoration.six {
    background: rgba(23, 159, 91, 0.6);
    opacity: 1; }
  .decoration.seven {
    background: rgba(23, 159, 91, 0.7);
    opacity: 1; }
  .decoration .upper-triangle {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 19px;
    background: url(../images/white-triangle.svg) center center no-repeat;
    background-size: contain; }
  .decoration .bottom-triangle {
    position: absolute;
    display: block;
    content: "";
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-width: 20px 45px 0 45px;
    border-color: rgba(23, 159, 91, 0.1) #fff #fff #fff; }
  .decoration.one .bottom-triangle {
    opacity: 1; }
  .decoration.two .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.2) #fff #fff #fff;
    opacity: 1; }
  .decoration.three .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.3) #fff #fff #fff;
    opacity: 1; }
  .decoration.four .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.4) #fff #fff #fff;
    opacity: 1; }
  .decoration.five .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.5) #fff #fff #fff;
    opacity: 1; }
  .decoration.six .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.6) #fff #fff #fff;
    opacity: 1; }
  .decoration.seven .bottom-triangle {
    border-color: rgba(23, 159, 91, 0.7) #fff #fff #fff;
    opacity: 1; }

#common-section .schedule .inner figure {
  width: auto;
  margin: 0; }
  #common-section .schedule .inner figure img {
    height: auto; }
#common-section .schedule .inner .multi-content {
  width: calc(100% - 90px); }
  #common-section .schedule .inner .multi-content > .text {
    width: 100%; }
#common-section .schedule .inner .text {
  display: flex;
  width: calc(100% - 90px);
  padding: 24px 20px 26px 30px;
  border: 1px solid #e1e4e8; }
  #common-section .schedule .inner .text + .text {
    /* border-top-color: transparent; */
    margin-top: 20px; }
  #common-section .schedule .inner .text p {
    position: relative;
    top: 3px;
    min-width: 275px;
    line-height: 1.5555555555555556;
    margin: 0;
    padding-left: 32px;
    color: #179f5b;
    background: left top 3px no-repeat;
    background-size: 24px;
    font-size: 1.125em;
    font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
  #common-section .schedule .inner .text .web-contact {
    background-image: url(../images/schedule_icon01.svg); }
  #common-section .schedule .inner .text .first-meeting {
    background-image: url(../images/schedule_icon02.svg); }
  #common-section .schedule .inner .text .workshop {
    background-image: url(../images/schedule_icon03.svg); }
  #common-section .schedule .inner .text .meeting {
    background-image: url(../images/schedule_icon04.svg); }
  #common-section .schedule .inner .text .hearing {
    background-image: url(../images/schedule_icon05.svg); }
  #common-section .schedule .inner .text .report {
    background-image: url(../images/schedule_icon06.svg); }
  #common-section .schedule .inner .text .web-practice {
    background-image: url(../images/schedule_icon07.svg); }
  #common-section .schedule .inner .text .press {
    background-image: url(../images/schedule_icon08.svg); }
  #common-section .schedule .inner .text .inside-seminar {
    background-image: url(../images/schedule_icon09.svg); }
  #common-section .schedule .inner .text .followup {
    background-image: url(../images/schedule_icon10.svg); }
  #common-section .schedule .inner .text ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    #common-section .schedule .inner .text ul li {
      position: relative;
      line-height: 2;
      padding-left: 15px; }
      #common-section .schedule .inner .text ul li::before {
        position: absolute;
        display: block;
        content: "";
        top: 14px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #000; }
    #common-section .schedule .inner .text ul .gray-back {
      max-width: 480px;
      line-height: 1.7142857142857142;
      padding: 12px 0 12px 18px;
      margin: 13px 0 0;
      border-radius: 9px;
      background: #f3f5f8;
      font-size: 0.875em; }
      #common-section .schedule .inner .text ul .gray-back::before {
        display: none; }
#common-section .practice-examples {
  margin: 65px 0 0; }
  #common-section .practice-examples ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    #common-section .practice-examples ul li {
      width: 29.629629629629626%;
      padding: 0; }
      #common-section .practice-examples ul li a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%; }
      #common-section .practice-examples ul li::before {
        display: none; }
      #common-section .practice-examples ul li figure {
        height: 214px;
        margin: 0; }
        #common-section .practice-examples ul li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #common-section .practice-examples ul li p {
        line-height: 1.5;
        margin: 0; }
        #common-section .practice-examples ul li p:first-of-type {
          margin: 14px 0 0;
          color: #179f5b;
          font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
        #common-section .practice-examples ul li p:last-of-type {
          margin: 3px 0 0;
          color: #000;
          font-size: 0.875em;
          transition: color 0.3s ease;
          font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
      #common-section .practice-examples ul li a:hover p:last-of-type {
        color: #179f5b; }
#common-section .practice-link {
  margin: 69px 0 0;
  text-align: right; }
  #common-section .practice-link a {
    position: relative;
    text-decoration: none;
    padding-right: 38px;
    color: #179f5b;
    font-size: 1.125em;
    font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
    #common-section .practice-link a::before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 25px;
      height: 25px;
      background: #179f5b;
      border-radius: 50%; }
    #common-section .practice-link a::after {
      right: 6px; }

/* line-heightの関係上仕方なくtop記述 */
/* pタグ横のアイコン */
@media screen and (max-width: 1000px) {
  #common-section .schedule {
    margin: 20px 9px 0; }
    #common-section .schedule .inner {
      flex-direction: column; }
      #common-section .schedule .inner .text {
        flex-direction: column; }

  .decoration {
    width: 100%;
    height: 32px;
    margin: 0; }
    .decoration .bottom-triangle,
    .decoration .upper-triangle {
      display: none; }
    .decoration .progress {
      font-size: 0.875em; }
    .decoration.one .progress {
      top: 50%; }

  #common-section .schedule .inner:first-of-type .decoration {
    display: none; }
  #common-section .schedule .inner .text {
    width: auto;
    border: none;
    margin: 12px 0 0;
    padding: 0; }
    #common-section .schedule .inner .text + .text {
      margin-top: 20px; }
  #common-section .schedule .inner .multi-content {
    width: 100%; }
  #common-section .schedule .inner .text p {
    top: 0;
    background: left top 0px no-repeat;
    font-size: 1em; }
  #common-section .schedule .inner .text ul {
    margin: 6px 0 0; }
    #common-section .schedule .inner .text ul li {
      line-height: 1.7333333333333334;
      padding-left: 17px; }
      #common-section .schedule .inner .text ul li::before {
        left: 2px; }
      #common-section .schedule .inner .text ul li + li {
        margin-top: 5px; }
    #common-section .schedule .inner .text ul .gray-back {
      padding: 9px 30px 9px 18px; } }
/* スタンダードプランプラン活用事例 */
@media screen and (max-width: 1000px) {
  #common-section.examples {
    overflow: hidden;
    margin: 0 0 40px; }
  #common-section .practice-examples {
    overflow: visible;
    margin: 0 9px; }
    #common-section .practice-examples ul li figure {
      height: 57.07vw; }
    #common-section .practice-examples ul li p:first-of-type {
      font-size: 1rem; }
    #common-section .practice-examples ul li p:last-of-type {
      font-size: 0.9375rem; }
  #common-section .practice-link {
    margin: 33px 0 0; }
    #common-section .practice-link a {
      padding-right: 36px;
      font-size: 0.9375em; } }
/*----   資料ダウンロード　バナー---*/
.shiryou_banner {
  padding: 0px 0 45px; }
  .shiryou_banner:hover {
    opacity: 0.8; }
  .shiryou_banner img {
    width: 80%;
    margin: -60px auto 0; }

@media screen and (max-width: 1000px) {
  .shiryou_banner {
    padding: 0px 0 40px; }
    .shiryou_banner img {
      width: 100%;
      margin: 0 auto; } }
/*----   資料ダウンロード　バナー---*/
/* 各コンバージョンエリア */
#plan-conversion {
  padding: 59px 0 70px;
  text-align: center; }
  #plan-conversion.standard {
    background: #f0fcf6; }
  #plan-conversion.trial {
    background: rgba(253, 105, 37, 0.08); }
  #plan-conversion.sx {
    background: rgba(10, 151, 217, 0.08); }
  #plan-conversion p {
    margin: 0; }
    #plan-conversion p:first-of-type {
      line-height: 1.8461538461538463;
      font-size: 1.625em;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
    #plan-conversion p:last-of-type {
      line-height: 1.65;
      margin: 9px 0 30px; }
      #plan-conversion p:last-of-type .price {
        padding-bottom: 5px;
        font-size: 1.875rem;
        font-family: "FOT-UD角ゴ_スモール Pr6N B"; }

@media screen and (max-width: 1000px) {
  #plan-conversion {
    padding: 35px 15px 45px; }
    #plan-conversion p:first-of-type {
      line-height: 1.5555555555555556;
      font-size: 1.125em; }
    #plan-conversion p:last-of-type {
      margin: 5px 0 0; } }
/* コンバージョンボタン */
.apply {
  display: block;
  margin: 25px auto 0;
  width: 417px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em; }
  .apply.trial {
    background: #fd6925; }
  .apply.sx {
    background: #0a97d9; }

/*.apply.standard {
  background: #179F5B;
}*/
.download_bt_last {
  position: relative;
  width: 416px;
  line-height: 64px;
  padding-right: 22px;
  margin-right: 60px;
  text-decoration: none;
  border-radius: 64px; }

.contact_bt_last {
  width: 416px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 64px; }

.download_bt_last:after {
  display: block;
  position: absolute;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  content: "";
  background: url("../images/download_white.svg") no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 98px; }

@media screen and (max-width: 1000px) {
  .contact_bt_last {
    max-width: 100%;
    width: 416px;
    margin-top: 10px; }

  .download_bt_last {
    max-width: 100%;
    width: 416px;
    margin-right: 0;
    margin-top: 15px; }
    .download_bt_last:after {
      right: 17%; }

  /*.apply {
    width: 327px;
    height: 60px;
    line-height: 60px;
    margin: 23px auto 0;
    font-size: 1em;
  }*/ }
/* トライアルプラン */
#common-section .trial-area {
  display: flex;
  max-width: 1000px;
  margin: 0 auto; }
  #common-section .trial-area .course {
    width: 50%;
    padding: 21px 0 20px;
    border: 1px solid #e1e4e8; }
    #common-section .trial-area .course:last-child {
      border-left: transparent; }
  #common-section .trial-area .trial-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 23px; }
    #common-section .trial-area .trial-head figure {
      text-align: center;
      width: auto;
      min-width: 60px;
      margin: 0;
      padding: 9px 10px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid rgba(253, 105, 37, 0.5); }
      #common-section .trial-area .trial-head figure figcaption {
        color: #fd6925;
        font-size: 0.625em;
        font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
      #common-section .trial-area .trial-head figure img {
        width: auto;
        height: auto; }
    #common-section .trial-area .trial-head .text {
      margin-left: 20px; }
      #common-section .trial-area .trial-head .text p {
        margin: 0; }
        #common-section .trial-area .trial-head .text p:first-child {
          color: #fd6925;
          font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
        #common-section .trial-area .trial-head .text p:last-child {
          line-height: 1.8;
          font-size: 0.9375em; }
  #common-section .trial-area .trial-lists ul {
    margin: 24px 20px 0;
    padding: 25px 44px 25px 20px;
    border-radius: 9px;
    background: rgba(253, 105, 37, 0.05); }
    #common-section .trial-area .trial-lists ul li {
      position: relative;
      line-height: 1.625;
      padding-left: 15px;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
      #common-section .trial-area .trial-lists ul li::before {
        position: absolute;
        display: block;
        content: "";
        top: 12px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #fd6925;
        border-radius: 50%; }
      #common-section .trial-area .trial-lists ul li + li {
        margin-top: 15px; }
      #common-section .trial-area .trial-lists ul li span {
        font-size: 0.875rem;
        font-family: "FOT-UD角ゴ_スモール Pr6N R"; }
  #common-section .trial-area .course.b .trial-lists ul {
    height: 169px; }
    #common-section .trial-area .course.b .trial-lists ul li + li {
      margin-top: 10px; }
#common-section.apply-flow .wrap h2 {
  margin: 45px 0 70px; }
#common-section.apply-flow .wrap figure {
  max-width: 840px; }
  #common-section.apply-flow .wrap figure img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 1000px) {
  #common-section.apply-flow {
    margin-bottom: 50px; }
  #common-section .trial-area {
    flex-direction: column;
    margin: 0 9px; }
    #common-section .trial-area .course {
      width: 100%;
      padding: 20px 0 11px; }
    #common-section .trial-area .trial-head {
      flex-direction: column;
      text-align: center;
      padding-right: 0; }
      #common-section .trial-area .trial-head .text {
        margin: 0; }
        #common-section .trial-area .trial-head .text p:first-child {
          line-height: 1.5;
          margin: 11px 0 0;
          font-size: 1em; }
        #common-section .trial-area .trial-head .text p:last-child {
          line-height: 1.5714285714285714;
          margin: 7px 0 0;
          font-size: 0.875em; }
    #common-section .trial-area .course:last-child {
      border-top: transparent;
      border-left: 1px solid #e1e4e8; }
    #common-section .trial-area .trial-lists ul {
      margin: 16px 11px 0 11px;
      padding: 16px 15px 21px 15px;
      border-radius: 10px; }
      #common-section .trial-area .trial-lists ul li {
        font-size: 0.875rem; }
        #common-section .trial-area .trial-lists ul li::before {
          top: 10px; }
        #common-section .trial-area .trial-lists ul li span {
          font-size: 0.8125rem; }
    #common-section .trial-area .course.b .trial-lists ul {
      height: auto; } }
/* トライアル フロー */
@media screen and (max-width: 1000px) {
  #common-section.apply-flow .wrap h2 {
    margin: 29px 0; }
  #common-section.apply-flow .wrap figure {
    padding: 0 9px; } }
.practice-lists ul {
  list-style: none;
  padding: 0;
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; }
  .practice-lists ul li {
    width: 29.6296296%;
    margin: 0;
    padding: 0 !important;
    position: relative; }
    .practice-lists ul li .list_item {
      display: block;
      text-decoration: none;
      color: #111;
      width: 100%;
      transition: color .3s ease; }
      .practice-lists ul li .list_item img {
        width: 100%;
        height: 196px;
        object-fit: cover; }
    .practice-lists ul li a {
      cursor: pointer; }
      .practice-lists ul li a:hover {
        color: #179F5B; }
    .practice-lists ul li .corporate-name {
      margin: 0 !important;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
      .practice-lists ul li .corporate-name span {
        color: #179F5B; }
    .practice-lists ul li .corporate-category {
      margin: 6px 0 0 0;
      font-size: 0.875em;
      font-family: "FOT-UD角ゴ_スモール Pr6N B"; }
    .practice-lists ul li .corporate-text {
      margin: 0 !important;
      font-size: 0.875em;
      line-height: 1.8; }

@media screen and (max-width: 1000px) {
  /* 実践企業 */
  .practice-lists ul {
    margin: 0 !important;
    width: 100%;
    flex-direction: column; }
    .practice-lists ul li {
      width: 100%;
      margin: 0; }
      .practice-lists ul li:after {
        display: none; }
      .practice-lists ul li + li {
        margin-top: 30px; }
      .practice-lists ul li .list_item img {
        width: 100%;
        height: auto; } }
#faq {
  background: #f0fcf6;
  margin: 80px 0;
  text-align: center;
  padding: 70px 0 80px 0; }
  @media screen and (max-width: 1000px) {
    #faq {
      margin: 40px 0;
      padding: 40px 0; } }
  #faq .wrap {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      #faq .wrap {
        width: 100%;
        padding: 0 15px; } }
    #faq .wrap h2 {
      font-size: 1.625em;
      font-family: "FOT-UD角ゴ_スモール Pr6N B";
      margin: 0 0 30px 0;
      text-align: left;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1000px) {
        #faq .wrap h2 {
          font-size: 18px; } }
      #faq .wrap h2 i {
        margin-right: 25px; }
        @media screen and (max-width: 1000px) {
          #faq .wrap h2 i {
            margin-right: 10px; } }
      #faq .wrap h2 img {
        width: 64px;
        height: auto; }
        @media screen and (max-width: 1000px) {
          #faq .wrap h2 img {
            width: 32px; } }
  #faq .faq_list {
    list-style: none;
    padding: 0;
    width: calc(100% - 80px);
    text-align: left;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      #faq .faq_list {
        width: 100%; } }
    #faq .faq_list li {
      margin: 20px auto; }
      @media screen and (max-width: 1000px) {
        #faq .faq_list li {
          margin: 10px; } }
    #faq .faq_list dl {
      padding: 30px;
      background: #fff;
      border: 1px solid #e1e4e8;
      border-top: 5px solid #179f5b; }
      @media screen and (max-width: 1000px) {
        #faq .faq_list dl {
          padding: 20px; } }
    #faq .faq_list dt, #faq .faq_list dd {
      font-size: 18px;
      display: grid;
      grid-template-columns: 36px 1fr;
      align-items: flex-start;
      gap: 10px; }
      @media screen and (max-width: 1000px) {
        #faq .faq_list dt, #faq .faq_list dd {
          font-size: 14px;
          grid-template-columns: 19px 1fr; } }
      #faq .faq_list dt:before, #faq .faq_list dd:before {
        content: "";
        display: inline-block;
        width: 36px;
        height: 36px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1000px) {
          #faq .faq_list dt:before, #faq .faq_list dd:before {
            width: 19px;
            height: 19px; } }
    #faq .faq_list dt {
      font-family: "FOT-UD角ゴ_スモール Pr6N DB"; }
      #faq .faq_list dt:before {
        background-image: url(../images/faq_q.svg); }
    #faq .faq_list dd {
      font-family: "FOT-UD角ゴ_スモール Pr6N M";
      margin: 30px 0 0; }
      @media screen and (max-width: 1000px) {
        #faq .faq_list dd {
          margin-top: 20px; } }
      #faq .faq_list dd:before {
        background-image: url(../images/faq_a.svg); }

/* 取り組み事例 */
@media screen and (max-width: 1000px) {
  .sdg-cases .practice-lists .list_wrap {
    overflow-y: scroll; } }
.sdg-cases .practice-lists .list_wrap .corporate-lists {
  width: 100%;
  margin: 0 !important; }
  @media screen and (max-width: 1000px) {
    .sdg-cases .practice-lists .list_wrap .corporate-lists {
      width: 1015px;
      flex-flow: nowrap;
      flex-direction: row;
      gap: 10px; }
      .sdg-cases .practice-lists .list_wrap .corporate-lists li {
        width: 80% !important; }
      .sdg-cases .practice-lists .list_wrap .corporate-lists li + li {
        margin-top: 0 !important; } }

.more_cases {
  text-align: right;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 1000px) {
    .more_cases {
      margin-top: 35px; } }
  .more_cases a {
    color: #179F5B;
    text-decoration: none;
    font-family: "FOT-UD角ゴ_スモール Pr6N DB"; }
  .more_cases span {
    background-color: #179F5B;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }

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