@charset "UTF-8";
/*//////////////////////////////////////////////////

	事業内容css

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.page__ttl {
  background-image: url("/img/works/works01/bg_ttl_sp.jpg");
  height: 223px; }
  .page__ttl.p_item {
    background-image: url("/img/works/works01/item/bg_ttl_sp.jpg"); }

.sp-tab {
  display: revert; }

@media screen and (min-width: 769px) {
  .sp-tab {
    display: revert; } }
@media screen and (min-width: 961px) {
  .sp-tab {
    display: none; } }
.toplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 335px;
  margin: 0 auto 40px; }
  .toplink .btn__wrap {
    flex: 0 1 calc((100% - 17px) / 2);
    width: calc((100% - 17px) / 2);
    max-width: calc((100% - 17px) / 2);
    margin: 0; }
    .toplink .btn__wrap .btn {
      box-sizing: border-box;
      border: 1px solid #005AB2;
      height: 41px;
      line-height: 41px;
      border-radius: 20px/50%;
      color: #005AB2;
      box-shadow: none; }
      .toplink .btn__wrap .btn.active {
        background: #005AB2;
        color: #FFF; }

.works01 {
  padding-top: 35px; }
  .works01__about {
    margin-bottom: 60px; }
    .works01__about-ttl {
      margin-bottom: 45px;
      font-size: 2.5rem;
      line-height: 1.4; }
      @media (min-width: 769px) {
        .works01__about-ttl {
          font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
      @media (min-width: 1180px) {
        .works01__about-ttl {
          font-size: 3.5rem; } }
      .works01__about-ttl.blue {
        margin-bottom: 14px;
        line-height: 1;
        color: #004480; }
    .works01__about-subttl {
      margin-bottom: 18px;
      font-size: 1.8rem;
      line-height: 1;
      text-align: center; }
      @media (min-width: 769px) {
        .works01__about-subttl {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        .works01__about-subttl {
          font-size: 2rem; } }
    .works01__about-txt {
      font-size: 1.5rem;
      line-height: 1.8666666667; }
  .works01__chooseus-txt {
    background: url("/img/works/works01/bg_choose_us_sp.jpg") top center/cover no-repeat;
    padding: 56.5px 0; }
    .works01__chooseus-txt .ttl {
      margin-bottom: 25px;
      font-size: 2rem;
      line-height: 1;
      color: #fff; }
      @media (min-width: 769px) {
        .works01__chooseus-txt .ttl {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
      @media (min-width: 1180px) {
        .works01__chooseus-txt .ttl {
          font-size: 3rem; } }
    .works01__chooseus-txt .txt {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.625;
      color: #fff; }
      @media (min-width: 769px) {
        .works01__chooseus-txt .txt {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
      @media (min-width: 1180px) {
        .works01__chooseus-txt .txt {
          font-size: 2rem; } }
      .works01__chooseus-txt .txt span {
        font-size: 1.6rem;
        border-bottom: 1px solid #fff; }
        @media (min-width: 769px) {
          .works01__chooseus-txt .txt span {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
        @media (min-width: 1180px) {
          .works01__chooseus-txt .txt span {
            font-size: 2.2rem; } }
  .works01__chooseus-reason {
    padding: 40px 0 48px; }
    .works01__chooseus-reason .reason__txt-ttl {
      position: relative;
      margin-bottom: 47px;
      font-size: 2rem;
      line-height: 1.75; }
      @media (min-width: 769px) {
        .works01__chooseus-reason .reason__txt-ttl {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.2165450122 ); } }
      @media (min-width: 1180px) {
        .works01__chooseus-reason .reason__txt-ttl {
          font-size: 2.5rem; } }
      .works01__chooseus-reason .reason__txt-ttl span {
        color: #004480; }
      .works01__chooseus-reason .reason__txt-ttl:after {
        position: absolute;
        content: '';
        bottom: -17px;
        left: 50%;
        width: 60px;
        height: 1px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #004480; }
    .works01__chooseus-reason .reason__txt-txt {
      margin-bottom: 48px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.8666666667; }
      .works01__chooseus-reason .reason__txt-txt span {
        font-size: 1.8rem;
        color: #005AB2; }
    .works01__chooseus-reason .reason__wp-content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      margin-left: 3.45%;
      width: 96.41%;
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
      padding: 21px 22px 21px 42px;
      border-radius: 11px; }
      .works01__chooseus-reason .reason__wp-content .content-number {
        position: absolute;
        top: -10px;
        left: -12px;
        font-size: 4.5rem;
        line-height: 1;
        color: #005AB2; }
        @media (min-width: 769px) {
          .works01__chooseus-reason .reason__wp-content .content-number {
            font-size: calc( 4.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media (min-width: 1180px) {
          .works01__chooseus-reason .reason__wp-content .content-number {
            font-size: 5.5rem; } }
      .works01__chooseus-reason .reason__wp-content .content-img {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; }
      .works01__chooseus-reason .reason__wp-content .content-txt {
        flex: 0 1 68.461%;
        width: 68.461%;
        max-width: 68.461%; }
        .works01__chooseus-reason .reason__wp-content .content-txt-ttl {
          margin-bottom: 13px;
          font-size: 1.5rem;
          line-height: 1; }
          @media (min-width: 769px) {
            .works01__chooseus-reason .reason__wp-content .content-txt-ttl {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
          @media (min-width: 1180px) {
            .works01__chooseus-reason .reason__wp-content .content-txt-ttl {
              font-size: 1.7rem; } }
        .works01__chooseus-reason .reason__wp-content .content-txt-txt {
          font-size: 1.3rem;
          line-height: 1.6; }
          @media (min-width: 769px) {
            .works01__chooseus-reason .reason__wp-content .content-txt-txt {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
          @media (min-width: 1180px) {
            .works01__chooseus-reason .reason__wp-content .content-txt-txt {
              font-size: 1.4rem; } }
    .works01__chooseus-reason .reason__wp {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0% 5.33% 0% 5.33%; }
      .works01__chooseus-reason .reason__wp .reason__wp-content + .reason__wp-content {
        margin-top: 26px; }
      .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(1) .content-img {
        flex: 0 1 20.465%;
        width: 20.465%;
        max-width: 20.465%; }
      .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(2) .content-img {
        flex: 0 1 22.847%;
        width: 22.847%;
        max-width: 22.847%; }
      .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(3) .content-img {
        flex: 0 1 21.236%;
        width: 21.236%;
        max-width: 21.236%; }
      .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(4) .content-img {
        flex: 0 1 18.522%;
        width: 18.522%;
        max-width: 18.522%; }
  .works01__photo {
    margin-bottom: 50px; }
    .works01__photo figure {
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
      .works01__photo figure:before {
        content: '';
        display: block;
        padding-top: 56%; }
      .works01__photo figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .works01__tktype {
    background: #F5F5F5;
    padding: 46px 0 60px;
    margin-bottom: 46px; }
    .works01__tktype-txt {
      margin-bottom: 79px; }
      .works01__tktype-txt .ttl {
        position: relative;
        margin-bottom: 11px;
        font-size: 2.5rem;
        line-height: 1;
        color: #004480; }
        @media (min-width: 769px) {
          .works01__tktype-txt .ttl {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media (min-width: 1180px) {
          .works01__tktype-txt .ttl {
            font-size: 3.5rem; } }
        .works01__tktype-txt .ttl:after {
          position: absolute;
          content: '';
          bottom: -44px;
          left: 50%;
          width: 60px;
          height: 1px;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translate(-50%);
          background-color: #004480; }
      .works01__tktype-txt .txt {
        text-align: center;
        font-size: 1.3rem;
        line-height: 1; }
        @media (min-width: 769px) {
          .works01__tktype-txt .txt {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          .works01__tktype-txt .txt {
            font-size: 1.5rem; } }
    .works01__tktype-wp {
      max-width: 830px;
      margin: 0 auto; }
      .works01__tktype-wp .works01__tktype-content + .works01__tktype-content {
        margin-top: 60px; }
    .works01__tktype-content .content-img {
      margin: 0 auto 35px;
      max-width: 251px; }
    .works01__tktype-content .content-subttl {
      margin-bottom: 18px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1; }
      @media (min-width: 769px) {
        .works01__tktype-content .content-subttl {
          font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
      @media (min-width: 1180px) {
        .works01__tktype-content .content-subttl {
          font-size: 1.8rem; } }
    .works01__tktype-content .content-ttl {
      margin-bottom: 20px;
      font-size: 1.8rem;
      line-height: 1;
      color: #004480; }
      @media (min-width: 769px) {
        .works01__tktype-content .content-ttl {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        .works01__tktype-content .content-ttl {
          font-size: 2rem; } }
    .works01__tktype-content .content-txt {
      font-size: 1.3rem;
      line-height: 1.6; }
      @media (min-width: 769px) {
        .works01__tktype-content .content-txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
      @media (min-width: 1180px) {
        .works01__tktype-content .content-txt {
          font-size: 1.4rem; } }
  .works01__tkcoating {
    margin-bottom: 69px; }
    .works01__tkcoating .inner {
      max-width: 830px; }
    .works01__tkcoating-txt {
      margin-bottom: 56px; }
      .works01__tkcoating-txt .ttl {
        position: relative;
        font-size: 2.5rem;
        line-height: 1;
        color: #004480; }
        @media (min-width: 769px) {
          .works01__tkcoating-txt .ttl {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media (min-width: 1180px) {
          .works01__tkcoating-txt .ttl {
            font-size: 3.5rem; } }
        .works01__tkcoating-txt .ttl:after {
          position: absolute;
          content: '';
          bottom: -16px;
          left: 50%;
          width: 60px;
          height: 1px;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translate(-50%);
          background-color: #004480; }
    .works01__tkcoating-img {
      margin-bottom: 34px; }
    .works01__tkcoating-desc {
      text-align: center;
      margin: 0 auto 40px; }
      .works01__tkcoating-desc span {
        display: inline-block;
        text-align: left; }
    .works01__tkcoating .btn__wrap {
      margin: 0; }
      .works01__tkcoating .btn__wrap a {
        max-width: 264px;
        font-size: 1.5rem; }
  .works01__records {
    margin-bottom: 82.7px; }
    .works01__records .inner {
      max-width: 830px; }
    .works01__records-txt {
      margin-bottom: 49px; }
      .works01__records-txt .ttl {
        position: relative;
        font-size: 2.5rem;
        line-height: 1;
        color: #004480; }
        @media (min-width: 769px) {
          .works01__records-txt .ttl {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media (min-width: 1180px) {
          .works01__records-txt .ttl {
            font-size: 3.5rem; } }
        .works01__records-txt .ttl:after {
          position: absolute;
          content: '';
          bottom: -19px;
          left: 50%;
          width: 60px;
          height: 1px;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translate(-50%);
          background-color: #004480; }
    .works01__records-content {
      margin-bottom: 20px; }
      .works01__records-content + .works01__records-content {
        margin-bottom: 0; }
      .works01__records-content.active {
        margin-bottom: 66px; }
        .works01__records-content.active .content__ttl {
          margin-bottom: 30px; }
          .works01__records-content.active .content__ttl i {
            transform: translateY(-50%) rotate(180deg); }
      .works01__records-content .content__ttl {
        background: #004480;
        position: relative;
        padding: 10px 0;
        cursor: pointer; }
        .works01__records-content .content__ttl i {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.4rem;
          color: #FFF;
          transform-origin: center;
          transition: .3s; }
        .works01__records-content .content__ttl figure {
          position: absolute;
          top: 50%;
          left: 50%; }
          .works01__records-content .content__ttl figure.car {
            max-width: 42px;
            transform: translate(calc(-50% - 68px), -55%); }
          .works01__records-content .content__ttl figure.house {
            max-width: 30px;
            transform: translate(calc(-50% - 89.3px), -55%); }
        .works01__records-content .content__ttl .ttl {
          color: #FFF;
          font-size: 1.8rem;
          line-height: 1; }
          @media (min-width: 769px) {
            .works01__records-content .content__ttl .ttl {
              font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 2.9197080292 ); } }
          @media (min-width: 1180px) {
            .works01__records-content .content__ttl .ttl {
              font-size: 3rem; } }
      .works01__records-content .content__body {
        display: none; }
        .works01__records-content .content__body-caption {
          margin-bottom: 48.3px;
          font-size: 1.5rem;
          line-height: 1.8; }
          @media (min-width: 769px) {
            .works01__records-content .content__body-caption {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
          @media (min-width: 1180px) {
            .works01__records-content .content__body-caption {
              font-size: 1.8rem; } }
        .works01__records-content .content__body-img {
          max-width: 668px;
          margin: 0 auto 60.3px; }
        .works01__records-content .content__body-usagettl {
          position: relative;
          margin-bottom: 30px;
          font-size: 1.5rem;
          line-height: 1; }
          @media (min-width: 769px) {
            .works01__records-content .content__body-usagettl {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.2165450122 ); } }
          @media (min-width: 1180px) {
            .works01__records-content .content__body-usagettl {
              font-size: 2rem; } }
          .works01__records-content .content__body-usagettl:after {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 50%;
            width: 195px;
            height: 1px;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translate(-50%);
            background: #000000; }
        .works01__records-content .content__body-list {
          margin: 0 0 0 7.767%; }
          .works01__records-content .content__body-list .list__left {
            margin-bottom: 14.3px; }
          .works01__records-content .content__body-list .list__item {
            font-size: 1.5rem;
            line-height: 1.5;
            margin-bottom: 8.3px;
            letter-spacing: 0;
            padding-left: 3.4rem;
            text-indent: -3.4rem; }
            @media (min-width: 769px) {
              .works01__records-content .content__body-list .list__item {
                font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
            @media (min-width: 1180px) {
              .works01__records-content .content__body-list .list__item {
                font-size: 1.6rem; } }
            .works01__records-content .content__body-list .list__item:last-child {
              margin-bottom: 0; }
            .works01__records-content .content__body-list .list__item span {
              box-sizing: border-box;
              margin-right: 10.8px;
              padding: 4.5px 6.855px;
              background: #333333;
              transform: translateY(-50%);
              line-height: 21px;
              color: #fff;
              font-size: 1.2rem;
              text-align: center; }
              @media (min-width: 769px) {
                .works01__records-content .content__body-list .list__item span {
                  font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
              @media (min-width: 1180px) {
                .works01__records-content .content__body-list .list__item span {
                  font-size: 1.3rem; } }
              .works01__records-content .content__body-list .list__item span.ten {
                padding: 4.5px 3.21px; }
  .works01__tkquality {
    background: #F5F5F5;
    padding: 46px 0 70px; }
    .works01__tkquality-txt {
      margin-bottom: 40.2px; }
      .works01__tkquality-txt .ttl {
        position: relative;
        margin-bottom: 55.8px;
        font-size: 2.5rem;
        line-height: 1;
        color: #004480; }
        @media (min-width: 769px) {
          .works01__tkquality-txt .ttl {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media (min-width: 1180px) {
          .works01__tkquality-txt .ttl {
            font-size: 3.5rem; } }
        .works01__tkquality-txt .ttl:after {
          position: absolute;
          content: '';
          bottom: -16px;
          left: 50%;
          width: 60px;
          height: 1px;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translate(-50%);
          background-color: #004480; }
      .works01__tkquality-txt .txt {
        max-width: 575px;
        width: 89.545%;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.8; }
    .works01__tkquality-facility {
      box-sizing: border-box;
      background: #FFFFFF;
      max-width: 671px;
      margin: 0 auto 30px;
      padding: 24px 17.5px 25px; }
      .works01__tkquality-facility .ttl {
        padding-bottom: 3px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E6E6E6;
        font-size: 1.8rem;
        line-height: 1;
        text-align: left; }
        @media (min-width: 769px) {
          .works01__tkquality-facility .ttl {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          .works01__tkquality-facility .ttl {
            font-size: 2rem; } }
      .works01__tkquality-facility .txt {
        max-width: 575px;
        width: 89.545%;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.8666666667; }
    .works01__tkquality-img {
      max-width: 830px;
      margin: 0 auto; }
      .works01__tkquality-img figure + figure {
        margin-top: 10px; }
  .works01__washer {
    padding: 0 0 116px; }
    .works01__washer .inner {
      max-width: 830px; }
    .works01__washer-ttl {
      position: relative;
      margin: 46px 0 56px;
      font-size: 2.5rem;
      line-height: 1;
      color: #004480; }
      @media (min-width: 769px) {
        .works01__washer-ttl {
          font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
      @media (min-width: 1180px) {
        .works01__washer-ttl {
          font-size: 3.5rem; } }
      .works01__washer-ttl:after {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 50%;
        width: 60px;
        height: 1px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        background: #004480; }
    .works01__washer-txt {
      max-width: 575px;
      padding: 0 5.374%;
      margin: 0 auto 45px;
      font-size: 1.5rem;
      line-height: 1.8; }
    .works01__washer-img figure + figure {
      margin-top: 19px; }

#washer {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

.item {
  padding: 35px 0 100px; }
  .item__head {
    position: relative;
    margin-bottom: 90px; }
    .item__head-main {
      margin-bottom: 20px;
      font-size: 2.5rem;
      line-height: 1;
      color: #004480; }
      @media (min-width: 769px) {
        .item__head-main {
          font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
      @media (min-width: 1180px) {
        .item__head-main {
          font-size: 3.5rem; } }
    .item__head-sub {
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.8666666667; }
    .item__head:after {
      position: absolute;
      content: '';
      bottom: -20px;
      left: 50%;
      width: 60px;
      height: 1px;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translate(-50%);
      background-color: #004480; }
    .item__head .item__download {
      padding: 40px 0; }
  .item__list {
    margin-bottom: 70px; }
    .item__list-content {
      margin-bottom: 70px; }
      .item__list-content:last-of-type {
        margin-bottom: 0; }
      .item__list-content .content-img {
        margin-bottom: 25px; }
        .item__list-content .content-img.noimage {
          position: relative;
          background: #ddd;
          padding-top: 56.25%; }
          .item__list-content .content-img.noimage:before {
            content: '只今準備中';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            text-align: center; }
      .item__list-content .content-txt .txt_wrap {
        margin-bottom: 13px;
        font-size: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #E6E6E6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start; }
        .item__list-content .content-txt .txt_wrap .name {
          margin-right: 15px;
          flex: 0 1 auto;
          width: auto;
          max-width: auto;
          font-size: 2.2rem;
          line-height: 1;
          color: #004480; }
          @media (min-width: 769px) {
            .item__list-content .content-txt .txt_wrap .name {
              font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
          @media (min-width: 1180px) {
            .item__list-content .content-txt .txt_wrap .name {
              font-size: 3rem; } }
        .item__list-content .content-txt .txt_wrap .tag_wrap {
          flex: 0 1 auto;
          width: auto;
          max-width: auto; }
          .item__list-content .content-txt .txt_wrap .tag_wrap .tag {
            display: inline-block;
            box-sizing: border-box;
            font-size: 1.2rem;
            color: #FFF;
            line-height: 1;
            padding: 6px 10px; }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag + .tag {
              margin-left: 5px; }
            @media (min-width: 769px) {
              .item__list-content .content-txt .txt_wrap .tag_wrap .tag {
                font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
            @media (min-width: 1180px) {
              .item__list-content .content-txt .txt_wrap .tag_wrap .tag {
                font-size: 1.5rem; } }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag.high {
              background: #DF0D14; }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag.medium {
              background: #0B9B3D; }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag.low {
              background: #008ACB; }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag.seal {
              padding: 5px 10px;
              color: #000000;
              border: 1px solid #000000; }
            .item__list-content .content-txt .txt_wrap .tag_wrap .tag.repeat {
              padding: 5px 10px;
              color: #004480;
              border: 1px solid #000000; }
      .item__list-content .content-txt .type {
        font-size: 1.5rem;
        color: #004480; }
        @media (min-width: 769px) {
          .item__list-content .content-txt .type {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
        @media (min-width: 1180px) {
          .item__list-content .content-txt .type {
            font-size: 1.8rem; } }
        .item__list-content .content-txt .type + .temperature {
          margin-top: 10px; }
        .item__list-content .content-txt .type + .desc {
          margin-top: 18px; }
      .item__list-content .content-txt .temperature {
        line-height: 1;
        font-size: 1.3rem;
        color: #004480; }
        @media (min-width: 769px) {
          .item__list-content .content-txt .temperature {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          .item__list-content .content-txt .temperature {
            font-size: 1.5rem; } }
        .item__list-content .content-txt .temperature + .desc {
          margin-top: 17px; }
      .item__list-content .content-txt .desc {
        font-size: 1.3rem;
        letter-spacing: 0; }
        @media (min-width: 769px) {
          .item__list-content .content-txt .desc {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          .item__list-content .content-txt .desc {
            font-size: 1.5rem; } }
  .item__download .btn__wrap {
    margin: 0;
    position: relative; }
    .item__download .btn__wrap .btn {
      max-width: 267px; }
      .item__download .btn__wrap .btn figure {
        display: flex;
        position: absolute;
        top: 50%;
        right: 18.6px;
        transform: translateY(-50%); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .works01__about .inner {
    text-align: center; }
  .works01__about-txt {
    display: inline-block;
    text-align: left; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  .page__ttl {
    background-image: url("/img/works/works01/bg_ttl.jpg");
    height: 240px; }
    .page__ttl.p_item {
      background-image: url("/img/works/works01/item/bg_ttl.jpg"); }

  .toplink {
    max-width: 372px;
    margin: 0 auto 80px; }
    .toplink .btn__wrap {
      flex: 0 1 calc((100% - 20px) / 2);
      width: calc((100% - 20px) / 2);
      max-width: calc((100% - 20px) / 2);
      margin: 0; }
      .toplink .btn__wrap .btn {
        height: 45px;
        line-height: 45px; }
        .toplink .btn__wrap .btn:hover {
          background: #005AB2;
          color: #FFF; }

  .works01 {
    padding-top: 45px; }
    .works01__about {
      margin-bottom: 65px; }
      .works01__about-ttl {
        margin-bottom: 47px;
        line-height: 1.4285714286; }
        .works01__about-ttl.blue {
          margin-bottom: 19px; }
    .works01__chooseus {
      position: relative;
      padding-bottom: 460px; }
      .works01__chooseus-txt {
        background: url("/img/works/works01/bg_choose_us.jpg") top center/cover no-repeat;
        padding: 71px 0 289px; }
        .works01__chooseus-txt .ttl {
          margin-bottom: 40px; }
        .works01__chooseus-txt .txt {
          line-height: 1.75; }
      .works01__chooseus-reason {
        position: absolute;
        border-radius: 21px;
        box-sizing: border-box;
        padding: 55px 65px 49px;
        margin: 0;
        width: 100%;
        max-width: 1180px;
        top: 285px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
        background: #FAFAFA; }
        .works01__chooseus-reason .reason__txt-ttl {
          margin-bottom: 67px;
          line-height: 1.8; }
          .works01__chooseus-reason .reason__txt-ttl:after {
            bottom: -27px; }
        .works01__chooseus-reason .reason__txt-txt {
          margin-bottom: 70px; }
        .works01__chooseus-reason .reason__wp {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0; }
          .works01__chooseus-reason .reason__wp .reason__wp-content {
            margin: 0;
            flex: 0 1 22.766%;
            width: 22.766%;
            max-width: 22.766%;
            background: #fff;
            padding: 38.25px 29px 27px; }
            .works01__chooseus-reason .reason__wp .reason__wp-content + .reason__wp-content {
              margin-top: 0; }
            .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(1) .content-img {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%;
              max-width: 67px;
              margin: 0 auto 27px; }
            .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(2) .content-img {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%;
              max-width: 74.47px;
              margin: 0 auto 23.5px; }
            .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(3) .content-img {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%;
              max-width: 71px;
              margin: 0 auto 25px; }
            .works01__chooseus-reason .reason__wp .reason__wp-content:nth-child(4) .content-img {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%;
              max-width: 63.76px;
              margin: 0 auto 28.2px; }
            .works01__chooseus-reason .reason__wp .reason__wp-content .content-number {
              top: -26px;
              left: 50%;
              transform: translateX(-50%); }
            .works01__chooseus-reason .reason__wp .reason__wp-content .content-img {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%; }
            .works01__chooseus-reason .reason__wp .reason__wp-content .content-txt {
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%; }
              .works01__chooseus-reason .reason__wp .reason__wp-content .content-txt-ttl {
                margin-bottom: 17px;
                text-align: center; }
              .works01__chooseus-reason .reason__wp .reason__wp-content .content-txt-txt {
                font-size: 1.3rem;
                line-height: 1.7; } }
              @media screen and (min-width: 961px) and (min-width: 769px) {
                .works01__chooseus-reason .reason__wp .reason__wp-content .content-txt-txt {
                  font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
              @media screen and (min-width: 961px) and (min-width: 1180px) {
                .works01__chooseus-reason .reason__wp .reason__wp-content .content-txt-txt {
                  font-size: 1.4rem; } }
@media screen and (min-width: 961px) {
    .works01__photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 127px; }
      .works01__photo figure {
        flex: 0 1 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%; }
        .works01__photo figure:before {
          content: none; }
        .works01__photo figure img {
          position: revert;
          width: 100%;
          height: auto;
          transform: none; }
    .works01__tktype {
      background: #F5F5F5;
      padding: 70px 0 114px;
      margin-bottom: 100px; }
      .works01__tktype-txt {
        margin-bottom: 90px; }
      .works01__tktype-wp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .works01__tktype-wp .works01__tktype-content + .works01__tktype-content {
          margin-top: 0; }
        .works01__tktype-wp .works01__tktype-content:nth-child(1) {
          flex: 0 1 45.422%;
          width: 45.422%;
          max-width: 45.422%; }
        .works01__tktype-wp .works01__tktype-content:nth-child(2) {
          flex: 0 1 46.145%;
          width: 46.145%;
          max-width: 46.145%; }
      .works01__tktype-content .content-img {
        margin: 0 0 45px;
        max-width: 100%; }
      .works01__tktype-content .content-subttl {
        margin-bottom: 20px; }
      .works01__tktype-content .content-txt {
        margin: 0 auto;
        max-width: 324px;
        line-height: 1.7; }
    .works01__tkcoating {
      margin-bottom: 130px; }
      .works01__tkcoating-txt {
        margin-bottom: 86px; }
        .works01__tkcoating-txt .ttl {
          position: relative;
          font-size: 2.5rem;
          line-height: 1;
          color: #004480; } }
        @media screen and (min-width: 961px) and (min-width: 769px) {
          .works01__tkcoating-txt .ttl {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
        @media screen and (min-width: 961px) and (min-width: 1180px) {
          .works01__tkcoating-txt .ttl {
            font-size: 3.5rem; } }
@media screen and (min-width: 961px) {
          .works01__tkcoating-txt .ttl:after {
            position: absolute;
            content: '';
            bottom: -26px;
            left: 50%;
            width: 60px;
            height: 1px;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translate(-50%);
            background-color: #004480; }
      .works01__tkcoating-img {
        margin-bottom: 60px; }
      .works01__tkcoating-desc {
        margin: 0 auto 60px; }
      .works01__tkcoating .btn__wrap {
        margin: 0; }
        .works01__tkcoating .btn__wrap a {
          max-width: 300px;
          font-size: 1.4rem; }
    .works01__records {
      margin-bottom: 106px; }
      .works01__records-txt {
        margin-bottom: 90px; }
        .works01__records-txt .ttl:after {
          bottom: -26px; }
      .works01__records-content {
        margin-bottom: 50px; }
        .works01__records-content.active {
          margin-bottom: 134px; }
          .works01__records-content.active .content__ttl {
            margin-bottom: 30px; }
            .works01__records-content.active .content__ttl i {
              transform: translateY(-50%) rotate(180deg); }
        .works01__records-content .content__ttl {
          padding: 17px 0; }
          .works01__records-content .content__ttl figure.car {
            max-width: 68px;
            transform: translate(calc(-50% - 105px), -50%); }
          .works01__records-content .content__ttl figure.house {
            max-width: 49px;
            transform: translate(calc(-50% - 135px), -50%); }
        .works01__records-content .content__body-caption {
          margin-bottom: 42px;
          line-height: 1; }
        .works01__records-content .content__body-img {
          margin-bottom: 64.7px; }
        .works01__records-content .content__body-usagettl {
          margin-bottom: 46.3px; }
          .works01__records-content .content__body-usagettl:after {
            bottom: -10px;
            width: 336px; }
        .works01__records-content .content__body-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .works01__records-content .content__body-list .list__left {
            flex: 0 1 48%;
            width: 48%;
            max-width: 48%;
            margin-bottom: 0; }
          .works01__records-content .content__body-list .list__right {
            flex: 0 1 48%;
            width: 48%;
            max-width: 48%; }
          .works01__records-content .content__body-list .list__single {
            flex: 0 1 100%;
            width: 100%;
            max-width: 100%;
            max-width: 480px;
            margin: 0 auto; }
          .works01__records-content .content__body-list .list__item {
            box-sizing: border-box;
            margin-bottom: 10px; }
            .works01__records-content .content__body-list .list__item span {
              height: 25px;
              width: 25px;
              line-height: 25px; }
    .works01__tkquality {
      padding: 70px 0 128px; }
      .works01__tkquality-txt {
        margin-bottom: 43px; }
        .works01__tkquality-txt .ttl {
          margin-bottom: 66px; }
          .works01__tkquality-txt .ttl:after {
            bottom: -26px; }
        .works01__tkquality-txt .txt {
          width: 100%; }
      .works01__tkquality-facility {
        box-sizing: border-box;
        background: #FFFFFF;
        max-width: 680px;
        margin: 0 auto 58px;
        padding: 26px 96px 32px 81px; }
        .works01__tkquality-facility .ttl {
          padding-bottom: 3px;
          margin-bottom: 20px;
          border-bottom: 1px solid #E6E6E6;
          font-size: 1.8rem;
          line-height: 1;
          text-align: left; } }
        @media screen and (min-width: 961px) and (min-width: 769px) {
          .works01__tkquality-facility .ttl {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media screen and (min-width: 961px) and (min-width: 1180px) {
          .works01__tkquality-facility .ttl {
            font-size: 2rem; } }
@media screen and (min-width: 961px) {
        .works01__tkquality-facility .txt {
          max-width: 100%;
          width: 100%;
          letter-spacing: 0; }
      .works01__tkquality-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .works01__tkquality-img figure {
          flex: 0 1 46.266%;
          width: 46.266%;
          max-width: 46.266%; }
          .works01__tkquality-img figure + figure {
            margin-top: 0; }
    .works01__washer {
      padding: 0 0 160px; }
      .works01__washer-ttl {
        margin: 80px 0 66px; }
        .works01__washer-ttl:after {
          bottom: -26px; }
      .works01__washer-txt {
        margin: 0 auto 70px;
        padding: 0; }
      .works01__washer-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .works01__washer-img figure {
          flex: 0 1 46.386%;
          width: 46.386%;
          max-width: 46.386%; }
          .works01__washer-img figure + figure {
            margin-top: 0; }

  .item {
    padding: 45px 0 125px; }
    .item__head {
      position: relative;
      margin-bottom: 124px; }
      .item__head-main {
        margin-bottom: 30px; }
      .item__head:after {
        bottom: -40px; }
      .item__head .item__download {
        padding: 40px 0 20px; }
    .item__list {
      margin-bottom: 86px; }
      .item__list .inner {
        max-width: 830px; }
      .item__list-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .item__list-content .content-img {
          flex: 0 1 39.759%;
          width: 39.759%;
          max-width: 39.759%;
          margin-bottom: 0px; }
          .item__list-content .content-img.noimage {
            padding: 0; }
        .item__list-content .content-txt {
          flex: 0 1 51.204%;
          width: 51.204%;
          max-width: 51.204%; }
          .item__list-content .content-txt .txt_wrap {
            border-bottom: 0px solid #E6E6E6;
            margin-bottom: 14px; }
            .item__list-content .content-txt .txt_wrap .name {
              order: 2;
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%;
              white-space: nowrap;
              line-height: 1; }
            .item__list-content .content-txt .txt_wrap .tag_wrap {
              order: 1;
              margin-bottom: 14px;
              flex: 0 1 100%;
              width: 100%;
              max-width: 100%; }
              .item__list-content .content-txt .txt_wrap .tag_wrap .tag + .tag {
                margin-left: 8px; }
          .item__list-content .content-txt .type {
            white-space: nowrap;
            line-height: 1; }
            .item__list-content .content-txt .type + .temperature {
              margin-top: 8px; }
            .item__list-content .content-txt .type + .desc {
              margin-top: 20px; }
          .item__list-content .content-txt .temperature {
            line-height: 1;
            font-size: 1.3rem;
            color: #004480; } }
          @media screen and (min-width: 961px) and (min-width: 769px) {
            .item__list-content .content-txt .temperature {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
          @media screen and (min-width: 961px) and (min-width: 1180px) {
            .item__list-content .content-txt .temperature {
              font-size: 1.5rem; } }
@media screen and (min-width: 961px) {
            .item__list-content .content-txt .temperature + .desc {
              margin-top: 20px; }
          .item__list-content .content-txt .desc {
            font-size: 1.3rem;
            letter-spacing: 0;
            line-height: 1.8; } }
          @media screen and (min-width: 961px) and (min-width: 769px) {
            .item__list-content .content-txt .desc {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
          @media screen and (min-width: 961px) and (min-width: 1180px) {
            .item__list-content .content-txt .desc {
              font-size: 1.5rem; } }
@media screen and (min-width: 961px) {
    .item__download .btn__wrap {
      margin: 0; } }
/*------------------------------
		1181px以上
------------------------------*/

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