@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.40579710144928%;
    margin-right: auto;
    margin-left: auto; } }

/**
 * Fonts
 */
/*
$fonts: (
  NotoSans:  'noto-sans, sans-serif', 
  // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
  NotoSerif: 'Noto Serif JP, serif',  
  // 400 -> Regular, 
  Oswald:    'Oswald, sans-serif',
   // 400 -> Regular
  Roboto:    'Roboto, sans-serif',
   // 400 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
    NotoSans: 'noto-sans, sans-serif', 
    // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
    NotoSerif:'Noto Serif JP, serif',  
    // 400 -> Regular
    Oswald:   'Oswald, sans-serif',
    // 400 -> Regular
    Roboto:   'Roboto, sans-serif',
    // 400 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.service .pageHeader {
  background: url(../img/service/service_pageheader.png) no-repeat center center/cover; }
  @media screen and (max-width: 828px) {
    .service .pageHeader {
      background: url(../img/service/service_pageheader_sp.png) no-repeat center center/cover; } }

.service_main {
  padding-top: 64px; }
  @media screen and (max-width: 1366px) {
    .service_main {
      padding-top: 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .service_main {
      padding-top: 9.66184vw; } }

.serviceDetail {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .serviceDetail {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .serviceDetail {
      margin-top: 11.5942vw; } }
  .serviceDetail_item:not(:first-child) {
    margin-top: 64px; }
    @media screen and (max-width: 1366px) {
      .serviceDetail_item:not(:first-child) {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetail_item:not(:first-child) {
        margin-top: 15.45894vw; } }

.serviceDetailColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 828px) {
    .serviceDetailColumn {
      display: block; } }
  .serviceDetailColumn-right .serviceDetailColumn_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .serviceDetailColumn-right .serviceDetailColumn_contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 64px; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn-right .serviceDetailColumn_contentWrapper {
        padding-right: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn-right .serviceDetailColumn_contentWrapper {
        padding-right: 0; } }
  .serviceDetailColumn-left .serviceDetailColumn_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .serviceDetailColumn-left .serviceDetailColumn_contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 64px; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn-left .serviceDetailColumn_contentWrapper {
        padding-left: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn-left .serviceDetailColumn_contentWrapper {
        padding-left: 0; } }
  .serviceDetailColumn_image {
    width: 480px; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn_image {
        width: 35.13909vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_image {
        width: 100%; } }
  .serviceDetailColumn_contentWrapper {
    width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn_contentWrapper {
        width: 35.13909vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_contentWrapper {
        width: 100%; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_contentWrapper {
        width: 100%;
        margin-top: 7.72947vw; } }
  .serviceDetailColumn_title {
    font-size: 2.4rem; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn_title {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_title {
        font-size: 4.83092vw; } }
  .serviceDetailColumn_text {
    line-height: 2.0;
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn_text {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_text {
        margin-top: 5.7971vw; } }
  .serviceDetailColumn_button {
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .serviceDetailColumn_button {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .serviceDetailColumn_button {
        margin-top: 7.72947vw; } }

.stepList {
  padding-left: 80px; }
  @media screen and (max-width: 1366px) {
    .stepList {
      padding-left: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .stepList {
      padding-left: 9.66184vw; } }
  .stepList::before {
    content: "";
    width: 3px;
    height: calc(100% - 40px);
    background: #51005B;
    position: absolute;
    top: 40px;
    left: 23px; }
    @media screen and (max-width: 1366px) {
      .stepList::before {
        width: 0.21962vw;
        height: calc(100% - vw_pc( 40 ));
        top: 2.92826vw;
        left: 1.68375vw; } }
    @media screen and (max-width: 828px) {
      .stepList::before {
        width: 0.72464vw;
        height: calc(100% - vw_sp( 40 ));
        top: 9.66184vw;
        left: 0.72464vw; } }
  .stepList_item {
    border-bottom: 1px solid #ccc;
    padding: 40px 0; }
    @media screen and (max-width: 1366px) {
      .stepList_item {
        padding: 2.92826vw 0; } }
    @media screen and (max-width: 828px) {
      .stepList_item {
        padding: 9.66184vw 0; } }
  .stepList_title {
    font-size: 2.4rem; }
    @media screen and (max-width: 1366px) {
      .stepList_title {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .stepList_title {
        font-size: 5.7971vw; } }
    .stepList_title span {
      display: block;
      background: #51005B;
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      line-height: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -80px;
      margin: auto; }
      @media screen and (max-width: 1366px) {
        .stepList_title span {
          width: 3.66032vw;
          height: 3.66032vw;
          left: -5.85652vw; } }
      @media screen and (max-width: 828px) {
        .stepList_title span {
          width: 9.66184vw;
          height: 9.66184vw;
          left: -13.28502vw; } }
  .stepList_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
    @media screen and (max-width: 1366px) {
      .stepList_column {
        margin-top: 1.46413vw; } }
    @media screen and (max-width: 828px) {
      .stepList_column {
        display: block;
        margin-top: 4.83092vw; } }
  .stepList_image {
    width: 390px;
    min-width: 390px; }
    @media screen and (max-width: 1366px) {
      .stepList_image {
        width: 28.55051vw;
        min-width: 28.55051vw; } }
    @media screen and (max-width: 828px) {
      .stepList_image {
        width: 100%; } }
  .stepList_body {
    width: 450px;
    min-width: 450px;
    line-height: 2.0;
    top: -8px; }
    @media screen and (max-width: 1366px) {
      .stepList_body {
        width: 32.9429vw;
        min-width: 32.9429vw;
        top: 0.58565vw; } }
    @media screen and (max-width: 828px) {
      .stepList_body {
        width: 100%;
        margin-top: 5.7971vw;
        top: 1.93237vw; } }
  .stepList_text_item:not(:first-child) {
    margin-top: 24px; }
    @media screen and (max-width: 1366px) {
      .stepList_text_item:not(:first-child) {
        margin-top: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .stepList_text_item:not(:first-child) {
        margin-top: 5.7971vw; } }
  .stepList_text a {
    display: inline;
    color: #51005B;
    text-decoration: underline; }
  .stepList_data:not(:first-child) {
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .stepList_data:not(:first-child) {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .stepList_data:not(:first-child) {
        margin-top: 5.7971vw; } }
  .stepList_data_title {
    font-weight: 700;
    line-height: 1.8; }
  .stepList_data_text {
    margin-top: 8px; }
    @media screen and (max-width: 1366px) {
      .stepList_data_text {
        margin-top: 0.58565vw; } }
    @media screen and (max-width: 828px) {
      .stepList_data_text {
        margin-top: 1.93237vw; } }
  .stepList_detail {
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .stepList_detail {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .stepList_detail {
        margin-top: 5.7971vw; } }
    .stepList_detail_title {
      font-weight: 700; }
    .stepList_detail_data {
      background: #F8F8F8;
      margin-top: 12px;
      padding: 20px; }
      @media screen and (max-width: 1366px) {
        .stepList_detail_data {
          margin-top: 0.87848vw;
          padding: 1.46413vw; } }
      @media screen and (max-width: 828px) {
        .stepList_detail_data {
          margin-top: 2.89855vw;
          padding: 4.83092vw 2.41546vw; } }
      .stepList_detail_data_text:not(:first-child) {
        margin-top: 8px; }
        @media screen and (max-width: 1366px) {
          .stepList_detail_data_text:not(:first-child) {
            margin-top: 0.58565vw; } }
        @media screen and (max-width: 828px) {
          .stepList_detail_data_text:not(:first-child) {
            margin-top: 1.93237vw; } }

.flow {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .flow {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .flow {
      margin-top: 19.32367vw; } }
  .flow .detailData {
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .flow .detailData {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .flow .detailData {
        width: 100%;
        margin-top: 5.7971vw; } }
  .flow .table {
    margin-top: 32px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 1366px) {
      .flow .table {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .flow .table {
        width: 100%;
        margin-top: 5.7971vw; } }
    .flow .table tr:not(:last-child) th, .flow .table tr:not(:last-child) td {
      border-bottom: 1px solid #ccc; }
    .flow .table th, .flow .table td {
      padding: 24px; }
      @media screen and (max-width: 1366px) {
        .flow .table th, .flow .table td {
          padding: 1.75695vw; } }
      @media screen and (max-width: 828px) {
        .flow .table th, .flow .table td {
          padding: 2.41546vw 3.86473vw; } }
    .flow .table th {
      background: #F8F8F8;
      width: 260px;
      border-right: 1px solid #ccc;
      text-align: center; }
      @media screen and (max-width: 1366px) {
        .flow .table th {
          width: 19.03367vw; } }
      @media screen and (max-width: 828px) {
        .flow .table th {
          width: 32.85024vw; } }
  @media screen and (max-width: 828px) {
    .flow .youtube {
      width: 100%; } }
  .flow .youtube_iframe {
    height: 405px;
    margin: 64px auto 0; }
    @media screen and (max-width: 1366px) {
      .flow .youtube_iframe {
        height: 29.64861vw;
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .flow .youtube_iframe {
        width: 100%;
        height: 49.75845vw;
        margin-top: 9.66184vw; } }
    .flow .youtube_iframe iframe {
      width: 100%;
      height: 100%; }
  .flow .youtube_text {
    margin-top: 40px;
    line-height: 2.0; }
    @media screen and (max-width: 1366px) {
      .flow .youtube_text {
        margin-top: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .flow .youtube_text {
        width: 100%;
        margin-top: 7.72947vw; } }
  .flow .stepList {
    margin-top: 72px; }
    @media screen and (max-width: 1366px) {
      .flow .stepList {
        margin-top: 5.27086vw; } }
    @media screen and (max-width: 828px) {
      .flow .stepList {
        margin-top: 3.86473vw; } }

.recycle {
  padding-top: 64px; }
  @media screen and (max-width: 1366px) {
    .recycle {
      padding-top: 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .recycle {
      padding-top: 9.66184vw; } }
  .recycle_wrapper, .recycle_wrapperCommon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 64px;
    padding-bottom: 82px; }
    @media screen and (max-width: 828px) {
      .recycle_wrapper, .recycle_wrapperCommon {
        display: block;
        padding-bottom: 5.7971vw; } }
    .recycle_wrapper::after, .recycle_wrapperCommon::after {
      content: "";
      position: absolute;
      background: #E4D8E6;
      width: 52%;
      max-width: 460px;
      height: 30px;
      bottom: 0; }
      @media screen and (max-width: 828px) {
        .recycle_wrapper::after, .recycle_wrapperCommon::after {
          display: none; } }
  .recycle_wrapperCommon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 0; }
    .recycle_wrapperCommon:after {
      content: "";
      display: none; }
  .recycle_list, .recycle_listCommon {
    max-width: 350px;
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .recycle_list::before, .recycle_listCommon::before {
      content: "";
      position: absolute;
      z-index: -1;
      background: #E4D8E6;
      width: 30px;
      top: 0;
      height: calc( 100% + 82px);
      left: calc( ( 100% - 30px ) / 2); }
      @media screen and (max-width: 828px) {
        .recycle_list::before, .recycle_listCommon::before {
          top: 100px;
          height: 95%; } }
    .recycle_list:last-child, .recycle_listCommon:last-child {
      margin-left: 80px; }
      @media screen and (max-width: 828px) {
        .recycle_list:last-child, .recycle_listCommon:last-child {
          margin-left: 0; } }
    .recycle_list_title, .recycle_listCommon_title {
      width: 100%;
      max-width: 250px;
      display: inline-block;
      background-color: #51005B;
      border-radius: 50px;
      padding: 5px;
      color: #fff;
      text-align: center;
      font-size: 2.4rem; }
      @media screen and (max-width: 1366px) {
        .recycle_list_title, .recycle_listCommon_title {
          font-size: 1.75695vw; } }
      @media screen and (max-width: 828px) {
        .recycle_list_title, .recycle_listCommon_title {
          font-size: 5.7971vw; } }
  @media screen and (max-width: 828px) {
    .recycle_list {
      width: 100%;
      max-width: initial;
      display: none;
      padding-bottom: 0; } }
  @media screen and (max-width: 828px) {
    .recycle_list-active {
      display: block; } }
  .recycle_listCommon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: initial;
    width: 80%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    margin-top: 30px; }
    .recycle_listCommon:before {
      content: "";
      background: url(../img/service/recycle_listCommon_arrow.svg) no-repeat center center/cover;
      width: 65px;
      height: 52px;
      top: -30px;
      left: 15%; }
      @media screen and (max-width: 828px) {
        .recycle_listCommon:before {
          left: calc( ( 100% - 61px ) / 2);
          width: 62px; } }
    .recycle_listCommon:last-child {
      margin-left: 0; }
    @media screen and (max-width: 828px) {
      .recycle_listCommon {
        width: 100%; } }
  .recycle_item, .recycle_itemCommon {
    padding: 16px;
    margin-top: 32px;
    border: solid #51005B 1px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 828px) {
      .recycle_item, .recycle_itemCommon {
        padding: 3.86473vw;
        margin-top: 9.66184vw; } }
    .recycle_item_title, .recycle_itemCommon_title {
      font-size: 2.4rem;
      margin-bottom: 16px; }
      @media screen and (max-width: 1366px) {
        .recycle_item_title, .recycle_itemCommon_title {
          font-size: 1.75695vw;
          margin-bottom: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .recycle_item_title, .recycle_itemCommon_title {
          font-size: 5.7971vw;
          margin-bottom: 3.86473vw; } }
    .recycle_item_image, .recycle_itemCommon_image {
      width: 100%;
      margin-bottom: 16px; }
    .recycle_item_text, .recycle_itemCommon_text {
      font-size: 1.4rem;
      text-align: center; }
      @media screen and (max-width: 1366px) {
        .recycle_item_text, .recycle_itemCommon_text {
          font-size: 1.02489vw; } }
      @media screen and (max-width: 828px) {
        .recycle_item_text, .recycle_itemCommon_text {
          font-size: 3.38164vw; } }
      .recycle_item_text span, .recycle_itemCommon_text span {
        font-size: 1.6rem;
        display: block;
        text-align: center;
        margin-bottom: 4px; }
        @media screen and (max-width: 1366px) {
          .recycle_item_text span, .recycle_itemCommon_text span {
            font-size: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .recycle_item_text span, .recycle_itemCommon_text span {
            font-size: 3.86473vw; } }
  .recycle_itemCommon {
    border: none;
    width: 42%;
    max-width: 250px;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 828px) {
      .recycle_itemCommon {
        width: 100%;
        max-width: initial;
        margin-bottom: 9.66184vw; } }
    .recycle_itemCommon:after {
      content: "";
      background: url(../img/service/recycle_listCommon_triangle.svg) no-repeat center center/cover;
      width: 15px;
      height: 25px;
      top: 35%;
      right: -25%;
      position: absolute; }
      @media screen and (max-width: 828px) {
        .recycle_itemCommon:after {
          rotate: 90deg;
          top: 108%;
          right: calc( (100% - 15px) / 2); } }
    .recycle_itemCommon:nth-child(2n):after {
      display: none; }
      @media screen and (max-width: 828px) {
        .recycle_itemCommon:nth-child(2n):after {
          display: block; } }
    @media screen and (max-width: 828px) {
      .recycle_itemCommon:last-child:after {
        display: none; } }
  .recycle_tab {
    display: none; }
    @media screen and (max-width: 828px) {
      .recycle_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: solid 1px #51005B;
        padding: 0;
        margin-top: 9.66184vw;
        width: 100%; } }
    .recycle_tab_item {
      padding: 20px 0;
      margin: 0;
      width: 50%;
      background-color: #fff;
      position: relative;
      color: #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .recycle_tab_item-active {
        background-color: #51005B;
        color: #fff;
        width: 50%; }
        .recycle_tab_item-active:after {
          content: "";
          background: url(../img/service/recycle_listCommon_triangle.svg) no-repeat center center/cover;
          width: 15px;
          height: 25px;
          position: absolute; }
          @media screen and (max-width: 828px) {
            .recycle_tab_item-active:after {
              rotate: 90deg;
              bottom: -46px;
              left: 48%; } }
