@charset "UTF-8";
/*

ペットのMRI検査とCT検査

*/
/* Vendor */
/* Variable */
/*

breakpoints

*/
/*

base color

*/
/*

text color

*/
/*

table color

*/
/*

button color

*/
/*

width

*/
/*

webfonts

*/
/* Mixin */
/*

clearfix

*/
/*

メディアクエリ

ブレークポイント定義
```sass
$breakpoints:(
	tablet: 959px,
	sp: 679px
);
```

● max-widthで指定する
```sass
@include mq(sp) {
	height:40px;
}
```
```output css
@media screen and (max-width: 679px) {
	height: 40px;
}
```

● 範囲指定する場合は、引数に2つ入れる
```sass
@include mq(sp tablet) {
	height:40px;
}
```
```output css
@media screen and (min-width: 680px) and (max-width: 959px) {
	height: 40px;
}
```

● min-widthで指定する場合は第2引数をtrueにする
```sass
@include mq(tablet, true) {
	height:40px;
}
```
```output css
@media screen and (min-width: 960px) {
	height: 40px;
}
```

*/
/* Function */
body.about-inspection {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif; }
  body.about-inspection .mv.green {
    background-image: url("../../images/about-inspection/pc_mv.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    body.about-inspection .mv.green .mv__contents p {
      text-align: left; }
    @media screen and (max-width: 575px) {
      body.about-inspection .mv.green {
        background-image: url("../../images/about-inspection/sp_mv.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 550px; }
        body.about-inspection .mv.green h1 {
          font-size: 23px;
          font-size: 2.3rem; }
        body.about-inspection .mv.green p {
          padding-left: 5%;
          padding-right: 5%; } }
  body.about-inspection .contents_bg {
    padding-bottom: 125px;
    background-image: url("../../images/about-inspection/contents_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: repeat; }
    @media screen and (max-width: 575px) {
      body.about-inspection .contents_bg {
        padding-bottom: 60px; } }
  body.about-inspection .mri_ct {
    background-color: rgba(199, 232, 250, 0.15); }
    @media screen and (max-width: 575px) {
      body.about-inspection .mri_ct {
        background-color: transparent; } }
    body.about-inspection .mri_ct .title_blueline {
      padding: 50px 0 30px; }
      body.about-inspection .mri_ct .title_blueline h2 {
        color: #009e96; }
        body.about-inspection .mri_ct .title_blueline h2::before, body.about-inspection .mri_ct .title_blueline h2::after {
          border-color: #009e96;
          width: 25%; }
      @media screen and (max-width: 991px) {
        body.about-inspection .mri_ct .title_blueline {
          padding: 20px 0 10px; }
          body.about-inspection .mri_ct .title_blueline h2::before,
          body.about-inspection .mri_ct .title_blueline h2::after {
            width: 20%; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .title_blueline {
          padding: 20px 0 10px;
          background-color: rgba(199, 232, 250, 0.15); }
          body.about-inspection .mri_ct .title_blueline h2::before,
          body.about-inspection .mri_ct .title_blueline h2::after {
            width: 20%; } }
    body.about-inspection .mri_ct .mri__title,
    body.about-inspection .mri_ct .ct__title {
      line-height: 1;
      font-weight: 600;
      display: inline-block;
      font-size: 40px;
      font-size: 4rem;
      position: relative; }
      body.about-inspection .mri_ct .mri__title::after,
      body.about-inspection .mri_ct .ct__title::after {
        content: "";
        width: 100%;
        height: 5px;
        background-color: #009e96;
        position: absolute;
        bottom: -20px;
        left: 0; }
      body.about-inspection .mri_ct .mri__title span,
      body.about-inspection .mri_ct .ct__title span {
        color: #009e96; }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .mri__title,
        body.about-inspection .mri_ct .ct__title {
          background-color: rgba(199, 232, 250, 0.15);
          font-size: 30px;
          font-size: 3rem; } }
    body.about-inspection .mri_ct .mri__sub_title,
    body.about-inspection .mri_ct .ct__sub_title {
      line-height: 1;
      font-weight: 600;
      font-size: 24px;
      font-size: 2.4rem;
      color: #009e96; }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .mri__sub_title,
        body.about-inspection .mri_ct .ct__sub_title {
          font-size: 18px;
          font-size: 1.8rem; } }
    body.about-inspection .mri_ct .mri__intro,
    body.about-inspection .mri_ct .ct__intro {
      margin-top: 35px;
      line-height: 2;
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .mri__intro,
        body.about-inspection .mri_ct .ct__intro {
          font-size: 12px;
          font-size: 1.2rem; } }
    body.about-inspection .mri_ct .mri .caution,
    body.about-inspection .mri_ct .ct .caution {
      color: #ED1C24;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .mri .caution,
        body.about-inspection .mri_ct .ct .caution {
          font-size: 12px;
          font-size: 1.2rem; } }
    body.about-inspection .mri_ct .mri {
      background-image: url("../../images/about-inspection/bg_mri.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      padding-top: 80px;
      padding-bottom: 100px; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .mri_ct .mri {
          background-size: cover; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .mri_ct .mri {
          padding-bottom: 30px; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .mri {
          background-image: url("");
          padding-top: 25px;
          margin-bottom: 30px;
          padding-bottom: 0;
          position: relative;
          z-index: 10; }
          body.about-inspection .mri_ct .mri::before {
            content: "";
            width: 100vw;
            height: 500px;
            background-image: url("../../images/about-inspection/bg_mri_02.jpg");
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; } }
      body.about-inspection .mri_ct .mri .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 991px) {
          body.about-inspection .mri_ct .mri .wrap {
            display: block; } }
        body.about-inspection .mri_ct .mri .wrap .inner:first-child {
          width: 54%; }
          @media screen and (max-width: 991px) {
            body.about-inspection .mri_ct .mri .wrap .inner:first-child {
              width: 100%; } }
        body.about-inspection .mri_ct .mri .wrap .inner:nth-child(2) {
          width: 42%; }
          @media screen and (max-width: 991px) {
            body.about-inspection .mri_ct .mri .wrap .inner:nth-child(2) {
              width: 100%; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .mri_ct .mri .wrap_01 .inner:nth-child(2) {
          margin-top: 20px; } }
    body.about-inspection .mri_ct .ct {
      background-image: url("../../images/about-inspection/bg_ct.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: contain;
      background-color: #f9f9f9;
      padding: 60px 0 50px; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .mri_ct .ct {
          background-size: cover; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .mri_ct .ct {
          background-image: url("");
          padding: 30px 0 25px;
          position: relative;
          background-color: transparent;
          z-index: 10; }
          body.about-inspection .mri_ct .ct::before {
            content: "";
            width: 100vw;
            height: 590px;
            background-image: url("../../images/about-inspection/bg_ct_02.jpg");
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; } }
      body.about-inspection .mri_ct .ct .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 991px) {
          body.about-inspection .mri_ct .ct .wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        body.about-inspection .mri_ct .ct .wrap .inner:first-child {
          width: 42%; }
          @media screen and (max-width: 991px) {
            body.about-inspection .mri_ct .ct .wrap .inner:first-child {
              width: 100%; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .mri_ct .ct .inner {
          margin-top: 20px; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .mri_ct .ct .main__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
      body.about-inspection .mri_ct .ct__contents {
        margin-top: 20px; }
        @media screen and (max-width: 575px) {
          body.about-inspection .mri_ct .ct__contents {
            margin-top: 5px; } }
        body.about-inspection .mri_ct .ct__contents .ct__img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 1199px) {
            body.about-inspection .mri_ct .ct__contents .ct__img {
              width: 50%; } }
          body.about-inspection .mri_ct .ct__contents .ct__img p {
            width: 48%; }
          @media screen and (max-width: 991px) {
            body.about-inspection .mri_ct .ct__contents .ct__img {
              display: none; } }
        body.about-inspection .mri_ct .ct__contents .ct__img_sp {
          display: none; }
          @media screen and (max-width: 991px) {
            body.about-inspection .mri_ct .ct__contents .ct__img_sp {
              display: inline-block;
              text-align: center;
              margin-top: 10px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              body.about-inspection .mri_ct .ct__contents .ct__img_sp p {
                width: 48%; } }
      body.about-inspection .mri_ct .ct__heading {
        width: 54%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .mri_ct .ct__heading {
            width: 100%; } }
      body.about-inspection .mri_ct .ct__sub_title {
        margin-top: 40px; }
        @media screen and (max-width: 575px) {
          body.about-inspection .mri_ct .ct__sub_title {
            margin-top: 50px; } }
      body.about-inspection .mri_ct .ct__text {
        width: 45%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .mri_ct .ct__text {
            width: 100%; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .mri_ct .ct__text {
            width: 100%;
            font-size: 11px;
            font-size: 1.1rem;
            margin-top: 10px; } }
      body.about-inspection .mri_ct .ct .movie__btn {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-top: 20px; }
        body.about-inspection .mri_ct .ct .movie__btn a {
          height: 35px;
          line-height: 35px;
          border: 1px #009e96 solid;
          font-size: 13px;
          font-size: 1.3rem;
          color: #009e96;
          text-align: center;
          display: block;
          position: relative;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          text-decoration: none; }
          body.about-inspection .mri_ct .ct .movie__btn a .arrow {
            width: 17%;
            height: 1px;
            background: #009e96;
            position: absolute;
            top: 50%;
            left: 94%;
            -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
            body.about-inspection .mri_ct .ct .movie__btn a .arrow::after {
              content: "";
              width: 23px;
              height: 1px;
              background-color: #009e96;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              -webkit-transform: translateY(-50%) rotate(29.5deg);
              -ms-transform: translateY(-50%) rotate(29.5deg);
              transform: translateY(-50%) rotate(29.5deg);
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
          body.about-inspection .mri_ct .ct .movie__btn a:hover {
            background-color: #009e96;
            color: #fff; }
            body.about-inspection .mri_ct .ct .movie__btn a:hover .arrow {
              background: #fff; }
              body.about-inspection .mri_ct .ct .movie__btn a:hover .arrow::after {
                background: #fff; }
          body.about-inspection .mri_ct .ct .movie__btn a .arrow {
            width: 8%;
            left: 97.5%; }
            body.about-inspection .mri_ct .ct .movie__btn a .arrow::after {
              width: 12px; }
  body.about-inspection .about .title_blueline {
    padding-top: 70px; }
    @media screen and (max-width: 575px) {
      body.about-inspection .about .title_blueline {
        padding-top: 35px; } }
    body.about-inspection .about .title_blueline h2 {
      color: #009e96; }
      body.about-inspection .about .title_blueline h2::before, body.about-inspection .about .title_blueline h2::after {
        border-color: #009e96;
        width: 25%; }
  body.about-inspection .about__contents {
    width: 61%;
    min-width: 1220px;
    margin: 40px auto 0; }
    @media screen and (max-width: 1199px) {
      body.about-inspection .about__contents {
        width: 80%;
        min-width: auto; } }
    @media screen and (max-width: 575px) {
      body.about-inspection .about__contents {
        width: 90%;
        min-width: auto;
        margin-top: 20px; } }
    body.about-inspection .about__contents__img {
      width: 55%;
      position: relative;
      z-index: 5; }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__img {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: static; } }
      body.about-inspection .about__contents__img::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 158, 150, 0.1);
        position: absolute;
        left: 30px;
        top: 25px;
        z-index: -1; }
        @media screen and (max-width: 991px) {
          body.about-inspection .about__contents__img::after {
            display: none; } }
    body.about-inspection .about__contents__img_02 {
      margin: 0 0 0 auto; }
      @media screen and (max-width: 575px) {
        body.about-inspection .about__contents__img_02 {
          margin: auto; } }
    body.about-inspection .about__contents__inner {
      width: 68.2%;
      position: relative;
      z-index: 5; }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__inner {
          width: 100%; } }
      body.about-inspection .about__contents__inner::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 247, 153, 0.2);
        position: absolute;
        left: 30px;
        top: 25px;
        z-index: -1; }
        @media screen and (max-width: 575px) {
          body.about-inspection .about__contents__inner::after {
            top: 20px;
            left: 10px;
            height: 99.5%; } }
      body.about-inspection .about__contents__inner h3 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 700;
        padding: 20px;
        background-color: #009e96;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 991px) {
          body.about-inspection .about__contents__inner h3 {
            font-size: 28px;
            font-size: 2.8rem; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .about__contents__inner h3 {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 15px 0; } }
      body.about-inspection .about__contents__inner .inner__details {
        background-color: #fff;
        padding: 35px; }
        @media screen and (max-width: 575px) {
          body.about-inspection .about__contents__inner .inner__details {
            padding: 20px; } }
        body.about-inspection .about__contents__inner .inner__details__intro {
          padding-bottom: 35px; }
          @media screen and (max-width: 575px) {
            body.about-inspection .about__contents__inner .inner__details__intro {
              font-size: 10px;
              font-size: 1rem;
              padding-bottom: 20px; } }
        body.about-inspection .about__contents__inner .inner__details__box {
          padding: 35px 0;
          margin: 0 auto;
          border-top: 1px dashed #d1d1d1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media screen and (max-width: 575px) {
            body.about-inspection .about__contents__inner .inner__details__box {
              padding: 20px 0; } }
          body.about-inspection .about__contents__inner .inner__details__box:last-of-type {
            padding-bottom: 0; }
          body.about-inspection .about__contents__inner .inner__details__box .box__text {
            width: 48%; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .box__text {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
          body.about-inspection .about__contents__inner .inner__details__box .explain {
            margin-top: 10px; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .explain {
                width: 100%;
                font-size: 10px;
                font-size: 1rem; } }
          body.about-inspection .about__contents__inner .inner__details__box h4 {
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 700;
            color: #009e96; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box h4 {
                font-size: 15px;
                font-size: 1.5rem; } }
          body.about-inspection .about__contents__inner .inner__details__box .box__img {
            width: 48%; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .box__img {
                width: 100%;
                margin-top: 10px; } }
          body.about-inspection .about__contents__inner .inner__details__box .img_xray {
            margin-top: 30px; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .img_xray {
                margin-top: 10px;
                width: 48%; } }
          @media screen and (max-width: 575px) {
            body.about-inspection .about__contents__inner .inner__details__box .img__chicken {
              width: 45%;
              padding-top: 13%;
              margin-top: 5%; } }
          @media screen and (max-width: 991px) {
            body.about-inspection .about__contents__inner .inner__details__box .img__egg {
              padding-top: 60px; } }
          @media screen and (max-width: 575px) {
            body.about-inspection .about__contents__inner .inner__details__box .img__egg {
              display: none; } }
          body.about-inspection .about__contents__inner .inner__details__box .img__egg_sp {
            display: none; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .img__egg_sp {
                display: inline-block;
                width: 45%;
                margin-top: 5%; } }
          body.about-inspection .about__contents__inner .inner__details__box .smallbox {
            width: 48%;
            margin-top: 20px;
            border: 1px #009e96 solid; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box .smallbox {
                width: 100%;
                margin-top: 10px; } }
            body.about-inspection .about__contents__inner .inner__details__box .smallbox h5 {
              background-color: #009e96;
              border: 1px #009e96 solid;
              text-align: center;
              color: #fff;
              padding: 15px 0;
              font-size: 24px;
              font-size: 2.4rem;
              font-weight: 700; }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box .smallbox h5 {
                  padding: 10px 0;
                  font-size: 15px;
                  font-size: 1.5rem; } }
            body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner {
              padding: 25px 30px; }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner {
                  padding: 23px; } }
              body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner__img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner__img p {
                  width: 49%; }
              body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner__text {
                margin-top: 20px; }
                @media screen and (max-width: 575px) {
                  body.about-inspection .about__contents__inner .inner__details__box .smallbox__inner__text {
                    font-size: 10px;
                    font-size: 1rem;
                    margin-top: 10px; } }
        body.about-inspection .about__contents__inner .inner__details__box_02 {
          display: block; }
          body.about-inspection .about__contents__inner .inner__details__box_02:first-of-type {
            padding-top: 0;
            border-top: none; }
          body.about-inspection .about__contents__inner .inner__details__box_02 dl {
            margin-top: 10px; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box_02 dl {
                font-size: 10px;
                font-size: 1rem; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .about__contents__inner .inner__details__text {
            font-size: 10px;
            font-size: 1rem; } }
        body.about-inspection .about__contents__inner .inner__details__box_03 {
          border-top: none;
          -webkit-box-align: normal;
          -ms-flex-align: normal;
          align-items: normal; }
          @media screen and (max-width: 575px) {
            body.about-inspection .about__contents__inner .inner__details__box_03 {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
          body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03 {
            width: 45%; }
            @media screen and (max-width: 575px) {
              body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03 {
                width: 45%; } }
            body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03 h4 {
              font-size: 28px;
              font-size: 2.8rem;
              text-align: center; }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03 h4 {
                  font-size: 14px;
                  font-size: 1.4rem; } }
            body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03__img {
              margin-top: 15px; }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03__img {
                  margin-top: 0px; } }
            body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03__text {
              margin-top: 10px; }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .smallbox_03__text {
                  font-size: 10px;
                  font-size: 1rem; } }
          body.about-inspection .about__contents__inner .inner__details__box_03 .rightarrow {
            position: relative; }
            body.about-inspection .about__contents__inner .inner__details__box_03 .rightarrow span {
              width: 0;
              height: 0;
              display: block;
              border-left: 35px solid #009e96;
              border-top: 25px solid transparent;
              border-bottom: 25px solid transparent;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              @media screen and (max-width: 1199px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .rightarrow span {
                  border-left: 25px solid #009e96;
                  border-top: 15px solid transparent;
                  border-bottom: 15px solid transparent; } }
              @media screen and (max-width: 991px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .rightarrow span {
                  border-left: 10px solid #009e96;
                  border-top: 7px solid transparent;
                  border-bottom: 7px solid transparent; } }
              @media screen and (max-width: 575px) {
                body.about-inspection .about__contents__inner .inner__details__box_03 .rightarrow span {
                  top: 40%;
                  border-left: 10px solid #009e96;
                  border-top: 7px solid transparent;
                  border-bottom: 7px solid transparent; } }
    body.about-inspection .about__contents__inner_01 {
      margin: -1000px 0 0 auto; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .about__contents__inner_01 {
          margin-top: -650px; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__inner_01 {
          margin: auto; } }
    body.about-inspection .about__contents__inner_02 {
      margin-top: -530px; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .about__contents__inner_02 {
          margin-top: -350px; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__inner_02 {
          margin: auto; } }
    body.about-inspection .about__contents__inner_03 {
      margin: -400px 0 0 auto; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .about__contents__inner_03 {
          margin-top: -250px; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__inner_03 {
          margin: auto; } }
    body.about-inspection .about__contents__img_02::after, body.about-inspection .about__contents__inner_02::after {
      content: "";
      left: -30px; }
      @media screen and (max-width: 575px) {
        body.about-inspection .about__contents__img_02::after, body.about-inspection .about__contents__inner_02::after {
          left: -10px; } }
    @media screen and (max-width: 991px) {
      body.about-inspection .about__contents__img_02 .img__cat_pc, body.about-inspection .about__contents__inner_02 .img__cat_pc {
        display: none; } }
    body.about-inspection .about__contents__img_02 .img__cat_sp, body.about-inspection .about__contents__inner_02 .img__cat_sp {
      display: none; }
      @media screen and (max-width: 991px) {
        body.about-inspection .about__contents__img_02 .img__cat_sp, body.about-inspection .about__contents__inner_02 .img__cat_sp {
          display: inline-block; } }
  body.about-inspection .about__contents_02, body.about-inspection .about__contents_03 {
    margin-top: 110px; }
    @media screen and (max-width: 575px) {
      body.about-inspection .about__contents_02, body.about-inspection .about__contents_03 {
        margin-top: 45px; } }
  body.about-inspection .lineup {
    background-image: url("../../images/about-inspection/bg_lineup_01.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: repeat;
    padding: 50px 0 270px; }
    @media screen and (max-width: 1199px) {
      body.about-inspection .lineup {
        padding-bottom: 280px; } }
    @media screen and (max-width: 991px) {
      body.about-inspection .lineup {
        padding-bottom: 450px; } }
    @media screen and (max-width: 575px) {
      body.about-inspection .lineup {
        padding-top: 30px;
        padding-bottom: 300px; } }
    body.about-inspection .lineup .title_blueline h2 {
      color: #009e96; }
      @media screen and (max-width: 1199px) {
        body.about-inspection .lineup .title_blueline h2 {
          font-size: 34px;
          font-size: 3.4rem; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .lineup .title_blueline h2 {
          font-size: 20px;
          font-size: 2rem;
          padding: 0; } }
      body.about-inspection .lineup .title_blueline h2::before, body.about-inspection .lineup .title_blueline h2::after {
        border-color: #009e96;
        width: 20%; }
        @media screen and (max-width: 1199px) {
          body.about-inspection .lineup .title_blueline h2::before, body.about-inspection .lineup .title_blueline h2::after {
            width: 13%; } }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .title_blueline h2::before, body.about-inspection .lineup .title_blueline h2::after {
            width: 4%; } }
    body.about-inspection .lineup .nerima,
    body.about-inspection .lineup .jonan,
    body.about-inspection .lineup .saitama,
    body.about-inspection .lineup .higashitokyo {
      width: 100%;
      position: relative; }
      body.about-inspection .lineup .nerima__img_01,
      body.about-inspection .lineup .jonan__img_01,
      body.about-inspection .lineup .saitama__img_01,
      body.about-inspection .lineup .higashitokyo__img_01 {
        width: 33.5vw;
        position: relative;
        z-index: 10; }
        body.about-inspection .lineup .nerima__img_01 img,
        body.about-inspection .lineup .jonan__img_01 img,
        body.about-inspection .lineup .saitama__img_01 img,
        body.about-inspection .lineup .higashitokyo__img_01 img {
          width: 100%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__img_01,
          body.about-inspection .lineup .jonan__img_01,
          body.about-inspection .lineup .saitama__img_01,
          body.about-inspection .lineup .higashitokyo__img_01 {
            width: 89.3vw; } }
        body.about-inspection .lineup .nerima__img_01::before,
        body.about-inspection .lineup .jonan__img_01::before,
        body.about-inspection .lineup .saitama__img_01::before,
        body.about-inspection .lineup .higashitokyo__img_01::before {
          content: "";
          width: 33.5vw;
          height: 22vw;
          position: absolute;
          top: 2vw;
          z-index: -10; }
          @media screen and (max-width: 991px) {
            body.about-inspection .lineup .nerima__img_01::before,
            body.about-inspection .lineup .jonan__img_01::before,
            body.about-inspection .lineup .saitama__img_01::before,
            body.about-inspection .lineup .higashitokyo__img_01::before {
              width: 89.3vw;
              height: 60vw;
              top: 0;
              -webkit-transform: translateY(20px);
              -ms-transform: translateY(20px);
              transform: translateY(20px); } }
      body.about-inspection .lineup .nerima__blk,
      body.about-inspection .lineup .jonan__blk,
      body.about-inspection .lineup .saitama__blk,
      body.about-inspection .lineup .higashitokyo__blk {
        width: 41.6vw;
        background-color: #fff;
        padding-bottom: 30px;
        position: absolute;
        top: 5vw;
        z-index: 100; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__blk,
          body.about-inspection .lineup .jonan__blk,
          body.about-inspection .lineup .saitama__blk,
          body.about-inspection .lineup .higashitokyo__blk {
            width: 82.7vw;
            padding-bottom: 15px;
            top: 92.5%; } }
        body.about-inspection .lineup .nerima__blk__title,
        body.about-inspection .lineup .jonan__blk__title,
        body.about-inspection .lineup .saitama__blk__title,
        body.about-inspection .lineup .higashitokyo__blk__title {
          background-color: #009e96;
          line-height: 1;
          font-weight: 600;
          font-size: 32px;
          font-size: 3.2rem;
          color: #fff;
          text-align: center;
          padding: 30px 0 80px; }
          @media screen and (max-width: 991px) {
            body.about-inspection .lineup .nerima__blk__title,
            body.about-inspection .lineup .jonan__blk__title,
            body.about-inspection .lineup .saitama__blk__title,
            body.about-inspection .lineup .higashitokyo__blk__title {
              font-size: 28px;
              font-size: 2.8rem;
              padding: 15px 0 40px; } }
          @media screen and (max-width: 575px) {
            body.about-inspection .lineup .nerima__blk__title,
            body.about-inspection .lineup .jonan__blk__title,
            body.about-inspection .lineup .saitama__blk__title,
            body.about-inspection .lineup .higashitokyo__blk__title {
              font-size: 17px;
              font-size: 1.7rem;
              padding: 15px 0 35px; } }
      body.about-inspection .lineup .nerima__inner,
      body.about-inspection .lineup .jonan__inner,
      body.about-inspection .lineup .saitama__inner,
      body.about-inspection .lineup .higashitokyo__inner {
        padding: 0 30px;
        margin-top: -40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__inner,
          body.about-inspection .lineup .jonan__inner,
          body.about-inspection .lineup .saitama__inner,
          body.about-inspection .lineup .higashitokyo__inner {
            padding: 0 15px;
            margin-top: -20px; } }
      body.about-inspection .lineup .nerima__img_02, body.about-inspection .lineup .nerima__img_03, body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
      body.about-inspection .lineup .jonan__img_02,
      body.about-inspection .lineup .jonan__img_03,
      body.about-inspection .lineup .jonan__content_01,
      body.about-inspection .lineup .jonan__content_02,
      body.about-inspection .lineup .saitama__img_02,
      body.about-inspection .lineup .saitama__img_03,
      body.about-inspection .lineup .saitama__content_01,
      body.about-inspection .lineup .saitama__content_02,
      body.about-inspection .lineup .higashitokyo__img_02,
      body.about-inspection .lineup .higashitokyo__img_03,
      body.about-inspection .lineup .higashitokyo__content_01,
      body.about-inspection .lineup .higashitokyo__content_02 {
        width: 44%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__img_02, body.about-inspection .lineup .nerima__img_03, body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
          body.about-inspection .lineup .jonan__img_02,
          body.about-inspection .lineup .jonan__img_03,
          body.about-inspection .lineup .jonan__content_01,
          body.about-inspection .lineup .jonan__content_02,
          body.about-inspection .lineup .saitama__img_02,
          body.about-inspection .lineup .saitama__img_03,
          body.about-inspection .lineup .saitama__content_01,
          body.about-inspection .lineup .saitama__content_02,
          body.about-inspection .lineup .higashitokyo__img_02,
          body.about-inspection .lineup .higashitokyo__img_03,
          body.about-inspection .lineup .higashitokyo__content_01,
          body.about-inspection .lineup .higashitokyo__content_02 {
            width: 48%; } }
        body.about-inspection .lineup .nerima__img_02 img, body.about-inspection .lineup .nerima__img_03 img, body.about-inspection .lineup .nerima__content_01 img, body.about-inspection .lineup .nerima__content_02 img,
        body.about-inspection .lineup .jonan__img_02 img,
        body.about-inspection .lineup .jonan__img_03 img,
        body.about-inspection .lineup .jonan__content_01 img,
        body.about-inspection .lineup .jonan__content_02 img,
        body.about-inspection .lineup .saitama__img_02 img,
        body.about-inspection .lineup .saitama__img_03 img,
        body.about-inspection .lineup .saitama__content_01 img,
        body.about-inspection .lineup .saitama__content_02 img,
        body.about-inspection .lineup .higashitokyo__img_02 img,
        body.about-inspection .lineup .higashitokyo__img_03 img,
        body.about-inspection .lineup .higashitokyo__content_01 img,
        body.about-inspection .lineup .higashitokyo__content_02 img {
          width: 100%; }
      body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
      body.about-inspection .lineup .jonan__content_01,
      body.about-inspection .lineup .jonan__content_02,
      body.about-inspection .lineup .saitama__content_01,
      body.about-inspection .lineup .saitama__content_02,
      body.about-inspection .lineup .higashitokyo__content_01,
      body.about-inspection .lineup .higashitokyo__content_02 {
        line-height: 1.88;
        font-size: 10px;
        font-size: 1rem;
        white-space: nowrap;
        margin-top: 25px;
        margin-bottom: 20px; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
          body.about-inspection .lineup .jonan__content_01,
          body.about-inspection .lineup .jonan__content_02,
          body.about-inspection .lineup .saitama__content_01,
          body.about-inspection .lineup .saitama__content_02,
          body.about-inspection .lineup .higashitokyo__content_01,
          body.about-inspection .lineup .higashitokyo__content_02 {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
          body.about-inspection .lineup .jonan__content_01,
          body.about-inspection .lineup .jonan__content_02,
          body.about-inspection .lineup .saitama__content_01,
          body.about-inspection .lineup .saitama__content_02,
          body.about-inspection .lineup .higashitokyo__content_01,
          body.about-inspection .lineup .higashitokyo__content_02 {
            font-size: 10px;
            font-size: 1rem; } }
        body.about-inspection .lineup .nerima__content_01 .br_sp, body.about-inspection .lineup .nerima__content_02 .br_sp,
        body.about-inspection .lineup .jonan__content_01 .br_sp,
        body.about-inspection .lineup .jonan__content_02 .br_sp,
        body.about-inspection .lineup .saitama__content_01 .br_sp,
        body.about-inspection .lineup .saitama__content_02 .br_sp,
        body.about-inspection .lineup .higashitokyo__content_01 .br_sp,
        body.about-inspection .lineup .higashitokyo__content_02 .br_sp {
          display: none; }
          @media screen and (max-width: 1199px) {
            body.about-inspection .lineup .nerima__content_01 .br_sp, body.about-inspection .lineup .nerima__content_02 .br_sp,
            body.about-inspection .lineup .jonan__content_01 .br_sp,
            body.about-inspection .lineup .jonan__content_02 .br_sp,
            body.about-inspection .lineup .saitama__content_01 .br_sp,
            body.about-inspection .lineup .saitama__content_02 .br_sp,
            body.about-inspection .lineup .higashitokyo__content_01 .br_sp,
            body.about-inspection .lineup .higashitokyo__content_02 .br_sp {
              display: block; } }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__content_01, body.about-inspection .lineup .nerima__content_02,
          body.about-inspection .lineup .jonan__content_01,
          body.about-inspection .lineup .jonan__content_02,
          body.about-inspection .lineup .saitama__content_01,
          body.about-inspection .lineup .saitama__content_02,
          body.about-inspection .lineup .higashitokyo__content_01,
          body.about-inspection .lineup .higashitokyo__content_02 {
            margin-top: 12.5px;
            margin-bottom: 10px; } }
      body.about-inspection .lineup .nerima__btn,
      body.about-inspection .lineup .jonan__btn,
      body.about-inspection .lineup .saitama__btn,
      body.about-inspection .lineup .higashitokyo__btn {
        width: 100%;
        height: 35px;
        line-height: 35px; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__btn,
          body.about-inspection .lineup .jonan__btn,
          body.about-inspection .lineup .saitama__btn,
          body.about-inspection .lineup .higashitokyo__btn {
            height: 30px;
            line-height: 30px; } }
        body.about-inspection .lineup .nerima__btn a,
        body.about-inspection .lineup .jonan__btn a,
        body.about-inspection .lineup .saitama__btn a,
        body.about-inspection .lineup .higashitokyo__btn a {
          height: 35px;
          line-height: 35px;
          border: 1px #009e96 solid;
          font-size: 13px;
          font-size: 1.3rem;
          color: #009e96;
          text-align: center;
          display: block;
          position: relative;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          text-decoration: none; }
          body.about-inspection .lineup .nerima__btn a .arrow,
          body.about-inspection .lineup .jonan__btn a .arrow,
          body.about-inspection .lineup .saitama__btn a .arrow,
          body.about-inspection .lineup .higashitokyo__btn a .arrow {
            width: 17%;
            height: 1px;
            background: #009e96;
            position: absolute;
            top: 50%;
            left: 94%;
            -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
            body.about-inspection .lineup .nerima__btn a .arrow::after,
            body.about-inspection .lineup .jonan__btn a .arrow::after,
            body.about-inspection .lineup .saitama__btn a .arrow::after,
            body.about-inspection .lineup .higashitokyo__btn a .arrow::after {
              content: "";
              width: 23px;
              height: 1px;
              background-color: #009e96;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              -webkit-transform: translateY(-50%) rotate(29.5deg);
              -ms-transform: translateY(-50%) rotate(29.5deg);
              transform: translateY(-50%) rotate(29.5deg);
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
          body.about-inspection .lineup .nerima__btn a:hover,
          body.about-inspection .lineup .jonan__btn a:hover,
          body.about-inspection .lineup .saitama__btn a:hover,
          body.about-inspection .lineup .higashitokyo__btn a:hover {
            background-color: #009e96;
            color: #fff; }
            body.about-inspection .lineup .nerima__btn a:hover .arrow,
            body.about-inspection .lineup .jonan__btn a:hover .arrow,
            body.about-inspection .lineup .saitama__btn a:hover .arrow,
            body.about-inspection .lineup .higashitokyo__btn a:hover .arrow {
              background: #fff; }
              body.about-inspection .lineup .nerima__btn a:hover .arrow::after,
              body.about-inspection .lineup .jonan__btn a:hover .arrow::after,
              body.about-inspection .lineup .saitama__btn a:hover .arrow::after,
              body.about-inspection .lineup .higashitokyo__btn a:hover .arrow::after {
                background: #fff; }
          @media screen and (max-width: 991px) {
            body.about-inspection .lineup .nerima__btn a,
            body.about-inspection .lineup .jonan__btn a,
            body.about-inspection .lineup .saitama__btn a,
            body.about-inspection .lineup .higashitokyo__btn a {
              height: 30px;
              line-height: 30px;
              font-size: 10px;
              font-size: 1rem; } }
          body.about-inspection .lineup .nerima__btn a .arrow,
          body.about-inspection .lineup .jonan__btn a .arrow,
          body.about-inspection .lineup .saitama__btn a .arrow,
          body.about-inspection .lineup .higashitokyo__btn a .arrow {
            width: 8%;
            left: 97.5%; }
            @media screen and (max-width: 991px) {
              body.about-inspection .lineup .nerima__btn a .arrow,
              body.about-inspection .lineup .jonan__btn a .arrow,
              body.about-inspection .lineup .saitama__btn a .arrow,
              body.about-inspection .lineup .higashitokyo__btn a .arrow {
                width: 10.7%; } }
            @media screen and (max-width: 575px) {
              body.about-inspection .lineup .nerima__btn a .arrow,
              body.about-inspection .lineup .jonan__btn a .arrow,
              body.about-inspection .lineup .saitama__btn a .arrow,
              body.about-inspection .lineup .higashitokyo__btn a .arrow {
                width: 40px; } }
            body.about-inspection .lineup .nerima__btn a .arrow::after,
            body.about-inspection .lineup .jonan__btn a .arrow::after,
            body.about-inspection .lineup .saitama__btn a .arrow::after,
            body.about-inspection .lineup .higashitokyo__btn a .arrow::after {
              width: 12px; }
      body.about-inspection .lineup .nerima::before,
      body.about-inspection .lineup .jonan::before,
      body.about-inspection .lineup .saitama::before,
      body.about-inspection .lineup .higashitokyo::before {
        content: "";
        width: 41.6vw;
        height: 27.5vw;
        position: absolute;
        background-color: rgba(204, 204, 204, 0.2);
        top: 7.3vw; }
        @media screen and (max-width: 1199px) {
          body.about-inspection .lineup .nerima::before,
          body.about-inspection .lineup .jonan::before,
          body.about-inspection .lineup .saitama::before,
          body.about-inspection .lineup .higashitokyo::before {
            height: 36.5vw; } }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima::before,
          body.about-inspection .lineup .jonan::before,
          body.about-inspection .lineup .saitama::before,
          body.about-inspection .lineup .higashitokyo::before {
            width: 82.7vw;
            height: 390px;
            top: 100%; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .lineup .nerima::before,
          body.about-inspection .lineup .jonan::before,
          body.about-inspection .lineup .saitama::before,
          body.about-inspection .lineup .higashitokyo::before {
            height: 280px; } }
    body.about-inspection .lineup .jonan,
    body.about-inspection .lineup .saitama,
    body.about-inspection .lineup .higashitokyo {
      margin-top: 270px; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .jonan,
        body.about-inspection .lineup .saitama,
        body.about-inspection .lineup .higashitokyo {
          margin-top: 430px; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .lineup .jonan,
        body.about-inspection .lineup .saitama,
        body.about-inspection .lineup .higashitokyo {
          margin-top: 330px; } }
    body.about-inspection .lineup .nerima__img_01,
    body.about-inspection .lineup .saitama__img_01 {
      margin-left: 12.5vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .nerima__img_01,
        body.about-inspection .lineup .saitama__img_01 {
          margin: 0 auto; } }
      body.about-inspection .lineup .nerima__img_01::before,
      body.about-inspection .lineup .saitama__img_01::before {
        background-color: rgba(199, 232, 250, 0.35);
        left: 1.5vw; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .nerima__img_01::before,
          body.about-inspection .lineup .saitama__img_01::before {
            left: 5.35vw; } }
    body.about-inspection .lineup .nerima__blk,
    body.about-inspection .lineup .saitama__blk {
      left: 32vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .nerima__blk,
        body.about-inspection .lineup .saitama__blk {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    body.about-inspection .lineup .nerima::before,
    body.about-inspection .lineup .saitama::before {
      left: 33.3vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .nerima::before,
        body.about-inspection .lineup .saitama::before {
          left: 11.95%; } }
    body.about-inspection .lineup .nerima {
      margin-top: 20px; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .nerima {
          margin-top: 10px; } }
    body.about-inspection .lineup .jonan__img_01,
    body.about-inspection .lineup .higashitokyo__img_01 {
      margin-left: 54vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .jonan__img_01,
        body.about-inspection .lineup .higashitokyo__img_01 {
          margin: 0 auto; } }
      body.about-inspection .lineup .jonan__img_01::before,
      body.about-inspection .lineup .higashitokyo__img_01::before {
        background-color: rgba(201, 231, 229, 0.4);
        left: -1.5vw; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .jonan__img_01::before,
          body.about-inspection .lineup .higashitokyo__img_01::before {
            left: 5.35vw; } }
    body.about-inspection .lineup .jonan__blk,
    body.about-inspection .lineup .higashitokyo__blk {
      left: 26.7vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .jonan__blk,
        body.about-inspection .lineup .higashitokyo__blk {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      body.about-inspection .lineup .jonan__blk__title,
      body.about-inspection .lineup .higashitokyo__blk__title {
        background-color: #00A5B9; }
    body.about-inspection .lineup .jonan__btn a,
    body.about-inspection .lineup .higashitokyo__btn a {
      border-color: #00a5b9;
      color: #00a5b9;
      text-align: center;
      display: block;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      body.about-inspection .lineup .jonan__btn a .arrow,
      body.about-inspection .lineup .higashitokyo__btn a .arrow {
        width: 17%;
        height: 1px;
        background: #00a5b9;
        position: absolute;
        top: 50%;
        left: 94%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        body.about-inspection .lineup .jonan__btn a .arrow::after,
        body.about-inspection .lineup .higashitokyo__btn a .arrow::after {
          content: "";
          width: 23px;
          height: 1px;
          background-color: #00a5b9;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          -webkit-transform: translateY(-50%) rotate(29.5deg);
          -ms-transform: translateY(-50%) rotate(29.5deg);
          transform: translateY(-50%) rotate(29.5deg);
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
      body.about-inspection .lineup .jonan__btn a:hover,
      body.about-inspection .lineup .higashitokyo__btn a:hover {
        background-color: #00a5b9;
        color: #fff; }
        body.about-inspection .lineup .jonan__btn a:hover .arrow,
        body.about-inspection .lineup .higashitokyo__btn a:hover .arrow {
          background: #fff; }
          body.about-inspection .lineup .jonan__btn a:hover .arrow::after,
          body.about-inspection .lineup .higashitokyo__btn a:hover .arrow::after {
            background: #fff; }
      body.about-inspection .lineup .jonan__btn a .arrow,
      body.about-inspection .lineup .higashitokyo__btn a .arrow {
        width: 8%;
        left: 97.5%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .lineup .jonan__btn a .arrow,
          body.about-inspection .lineup .higashitokyo__btn a .arrow {
            width: 40px; } }
        body.about-inspection .lineup .jonan__btn a .arrow::after,
        body.about-inspection .lineup .higashitokyo__btn a .arrow::after {
          width: 12px; }
    body.about-inspection .lineup .jonan::before,
    body.about-inspection .lineup .higashitokyo::before {
      left: 24.9vw; }
      @media screen and (max-width: 991px) {
        body.about-inspection .lineup .jonan::before,
        body.about-inspection .lineup .higashitokyo::before {
          left: 11.95%; } }
  body.about-inspection .others {
    padding: 100px 0 90px;
    width: 100%;
    background-image: url("../../images/about-inspection/contents_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: repeat;
    position: relative; }
    @media screen and (max-width: 991px) {
      body.about-inspection .others {
        background-image: none;
        padding: 0 0 30px;
        margin-top: 0px; }
        body.about-inspection .others::before {
          content: "";
          width: 100vw;
          height: 100%;
          background-color: rgba(0, 158, 150, 0.06);
          position: absolute;
          top: 0;
          left: 0; } }
    body.about-inspection .others .title_blueline {
      position: relative;
      padding-top: 25px;
      z-index: 10; }
      body.about-inspection .others .title_blueline h2 {
        color: #009e96; }
        body.about-inspection .others .title_blueline h2::before, body.about-inspection .others .title_blueline h2::after {
          border-color: #009e96; }
      @media screen and (max-width: 991px) {
        body.about-inspection .others .title_blueline {
          padding-top: 30px; }
          body.about-inspection .others .title_blueline h2::before,
          body.about-inspection .others .title_blueline h2::after {
            width: 23%; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .others .title_blueline h2::before,
        body.about-inspection .others .title_blueline h2::after {
          width: 26%; } }
      body.about-inspection .others .title_blueline::before {
        content: "";
        width: 63vw;
        height: 1240px;
        background-color: rgba(0, 158, 150, 0.06);
        position: absolute;
        top: 0;
        left: 25vw;
        z-index: -1; }
        @media (max-width:1199px) {
          body.about-inspection .others .title_blueline::before {
            height: 1040px;}
        }
        @media screen and (max-width: 991px) {
          body.about-inspection .others .title_blueline::before {
            display: none; } }
    body.about-inspection .others__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 20px auto 0;
      padding: 35px;
      background-color: rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 991px) {
        body.about-inspection .others__wrap {
          width: 89.3vw;
          margin-top: 15px; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .others__wrap {
          width: 90%;
          padding: 0; } }
    body.about-inspection .others__blk {
      width: 31.2%; }
      @media screen and (max-width: 991px) {
        body.about-inspection .others__blk {
          width: 47%; } }
      body.about-inspection .others__blk:nth-child(n + 4) {
        margin-top: 3.2%; }
        @media screen and (max-width: 991px) {
          body.about-inspection .others__blk:nth-child(n + 4) {
            margin-top: 0; } }
      @media screen and (max-width: 991px) {
        body.about-inspection .others__blk:nth-child(n + 3) {
          margin-top: 40px; } }
      @media screen and (max-width: 575px) {
        body.about-inspection .others__blk:nth-child(n + 3) {
          margin-top: 20px; } }
      body.about-inspection .others__blk__title {
        background-color: #009e96;
        line-height: 1;
        font-weight: 600;
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
        padding: 20px 0; }
        @media screen and (max-width: 1199px) {
          body.about-inspection .others__blk__title {
            font-size: 10px;
            font-size: 1rem;
            padding: 10px 0; } }
        @media screen and (max-width: 991px) {
          body.about-inspection .others__blk__title {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .others__blk__title {
            font-size: 10px;
            font-size: 1rem; } }
      body.about-inspection .others__blk__img img {
        width: 100%; }
      body.about-inspection .others__blk__text {
        margin-top: 10px; }
        @media screen and (max-width: 991px) {
          body.about-inspection .others__blk__text {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 575px) {
          body.about-inspection .others__blk__text {
            font-size: 10px;
            font-size: 1rem; } }
