@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  /*▼▼全体▼▼*/
  img {
    height: auto;
  }
  .navigation__button {
    background-color: #f4f4f4;
  }
  footer {
    background-color: #e6e8eb;
  }
  /*▲▲全体▲▲*/

  #contents h3 {
    font-size: 40px;
    line-height: 1.3;
  }
  #conts_service {
    margin-bottom: 181px;
  }
  #conts_service h2 {
    margin-bottom: 89px;
  }
  #conts_service .service_wrapper {
    text-align: center;
  }
  #conts_service .service_wrapper h3 {
    margin-bottom: 19px;
  }
  #conts_service .service_wrapper .text {
    max-width: 856px;
    margin: 0 auto 63px;
  }
  #conts_service .service_wrapper .img {
    margin-bottom: 49px;
  }
  #conts_service .service_wrapper:last-of-type .img {
    margin-bottom: 0;
  }
  #conts_service .slider6 {
    margin-bottom: 156px;
  }
  #conts_service .swiper-container {
    margin-bottom: 170px;
  }
  #conts_service .logo_list {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  #conts_service .logo_list .swiper-slide {
    height: 42px;
    width: auto;
  }
  #conts_service .logo_list .swiper-slide img {
    width: auto;
    height: 100%;
  }
  #conts_detail {
    margin-bottom: 170px;
  }
  #conts_detail .auto {
    width: 1325px;
  }
  #conts_detail .detail_wrapper h3 {
    width: 607px;
    margin-left: calc(100% - 600px);
    margin-bottom: 16px;
  }
  #conts_detail .detail_wrapper .text {
    width: 607px;
    margin-left: calc(100% - 600px);
    margin-bottom: 34px;
  }
  #conts_detail .detail_wrapper {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 92px;
  }
  #conts_detail .detail_wrapper .img {
    max-width: 658px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_detail .detail_wrapper .artifact_list {
    width: 607px;
    margin-left: calc(100% - 600px);
    display: flex;
    flex-wrap: wrap;
  }
  #conts_detail .detail_wrapper .artifact_list li {
    display: inline-block;
    line-height: 1.5;
    padding-left: 23px;
    margin: 0 30px 12px 0;
    position: relative;
  }
  #conts_detail .detail_wrapper .artifact_list li::before {
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 19px;
    height: 8px;
    border-left: 3px solid #b8b8b8;
    border-bottom: 3px solid #b8b8b8;
    transform: rotate(-51deg);
    position: absolute;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) h3 {
    margin-left: 0
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .text {
    margin-left: 0;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .artifact_list {
    margin-left: 0;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
  }
  #conts_company {
    text-align: center;
    margin-bottom: 150px;
  }
  #conts_company h3 {
    max-width: 856px;
    margin: 0 auto 7px;
  }
  #conts_company .text {
    max-width: 856px;
    margin: 0 auto 50px;
  }
  #conts_company .list_wrapper {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 85px;
    justify-content: space-between;
  }
  #conts_company .list_wrapper .company_list {
    width: calc(100%/3 - 15px);
  }
  #conts_company .list_wrapper .company_list li {
    border-top: 1px solid #e1e1e1;
    padding: 23px 0;
  }
  #conts_company .list_wrapper .company_list li:last-of-type {
    border-bottom: 1px solid #e1e1e1;
  }
  #conts_company .btn {
    width: 400px;
    margin: 0 auto;
    border-radius: 45px;
    overflow: hidden;
  }
  #conts_company .btn a {
    background-color: #000;
    color: #fff;
    padding: 16px 0 14px;
    position: relative;
  }
  #conts_company .btn a::after {
    content: "";
    display: block;
    width: 61px;
    height: 11px;
    background-image: url("../img/share/arrow_02.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 61px;
    transition-duration: .3s;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_company .btn a:hover::after {
    right: 15px;
  }
}
/*===============================================
●画面の横幅が770px以上1200px以下
===============================================*/
@media screen and (min-width: 770px) and (max-width: 1200px) {
  #contents h3 {
    font-size: 34px;
  }
  #conts_detail {
    margin-bottom: 50px;
  }
  #conts_detail .auto {
    width: 90%;
  }
  #conts_detail .detail_wrapper h3 {
    text-align: center;
    margin: 0 auto 25px;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) h3 {
    margin: 0 auto 25px;
  }
  #conts_detail .detail_wrapper .text {
    margin: 0 auto 29px;
    width: 90%;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .text {
    margin: 0 auto 29px;
  }
  #conts_detail .detail_wrapper {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 55px;
  }
  #conts_detail .detail_wrapper .img {
    margin-bottom: 19px;
    position: relative;
    top: 0;
    transform: translate(0px);
    margin: 0 auto 20px;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .img {
    position: relative;
    top: 0;
    transform: translate(0px);
    right: 0
  }
  #conts_detail .detail_wrapper .artifact_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #conts_detail .detail_wrapper:nth-of-type(2n) .artifact_list {
    margin-left: 0;
  }
  #conts_detail .detail_wrapper .artifact_list li {
    display: inline-block;
    line-height: 1.5;
    padding-left: 23px;
    margin: 0 16px 11px 0;
    position: relative;
  }
  #conts_detail .detail_wrapper .artifact_list li::before {
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 19px;
    height: 8px;
    border-left: 3px solid #b8b8b8;
    border-bottom: 3px solid #b8b8b8;
    transform: rotate(-51deg);
    position: absolute;
  }
  #conts_company .list_wrapper .company_list {
    width: calc(100% / 3 - 8px);
  }
  #conts_company .list_wrapper .company_list {
    font-size: 15px;
    letter-spacing: -.02em;
  }
}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  /*▼▼全体▼▼*/
  img {
    height: auto;
  }
  .navigation__button {
    background-color: #f4f4f4;
  }
  footer {
    background-color: #e6e8eb;
  }
  /*▲▲全体▲▲*/

  #contents img {
    height: auto;
  }
  #contents h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #conts_service {
    margin-bottom: 86px;
  }
  #conts_service h2 {
    margin-bottom: 48px;
  }
  #conts_service .service_wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  #conts_service .service_wrapper:last-of-type {
    margin-bottom: 0;
  }
  #conts_service .service_wrapper .text {
    margin: 0 auto 40px;
    text-align: left;
  }
  #conts_service .service_wrapper:last-of-type .img {
    margin-bottom: 0;
  }
  #conts_service .swiper-container {
    margin: -26px 0 60px;
  }
  #conts_service .logo_list {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  #conts_service .logo_list .swiper-slide {
    height: 31px;
    width: auto;
  }
  #conts_service .logo_list .swiper-slide img {
    width: auto;
    height: 100%;
  }
  #conts_detail {
    margin-bottom: 50px;
  }
  #conts_detail .auto {
    width: 90%;
  }
  #conts_detail .detail_wrapper h3 {
    text-align: center;
    margin-bottom: 17px;
  }
  #conts_detail .detail_wrapper .text {
    margin-bottom: 29px;
  }
  #conts_detail .detail_wrapper {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 55px;
  }
  #conts_detail .detail_wrapper .img {
    margin-bottom: 19px;
  }
  #conts_detail .detail_wrapper .artifact_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #conts_detail .detail_wrapper .artifact_list li {
    display: inline-block;
    line-height: 1.5;
    padding-left: 23px;
    margin: 0 16px 11px 0;
    position: relative;
  }
  #conts_detail .detail_wrapper .artifact_list li::before {
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 19px;
    height: 8px;
    border-left: 3px solid #b8b8b8;
    border-bottom: 3px solid #b8b8b8;
    transform: rotate(-51deg);
    position: absolute;
  }
  #conts_company {
    text-align: center;
    margin-bottom: 122px;
  }
  #conts_company h3 {
    width: 100%;
    margin: 0 auto 7px;
  }
  #conts_company .text {
    margin: 0 auto 50px;
    text-align: left;
  }
  #conts_company .list_wrapper {
    width: 90%;
    margin: 0 auto 55px;
    border-bottom: 1px solid #e1e1e1;
  }
  #conts_company .list_wrapper .company_list {
    width: 100%;
  }
  #conts_company .list_wrapper .company_list li {
    border-top: 1px solid #e1e1e1;
    padding: 18px 0;
  }
  #conts_company .btn {
    width: 90%;
    margin: 0 auto;
    border-radius: 45px;
    overflow: hidden;
  }
  #conts_company .btn a {
    background-color: #000;
    color: #fff;
    padding: 16px 0 14px;
    position: relative;
  }
  #conts_company .btn a::after {
    content: "";
    display: block;
    width: 48px;
    height: 11px;
    background-image: url("../img/share/arrow_02.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 61px;
    transition-duration: .3s;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
}