:root {
    --main-theme-color: #EC1A01;
}

* {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
html, body {
    font-size: 10px;
    overflow-x: hidden;
}
img {
    height: auto;
    max-width: 100%;
}
a:hover,
a img:hover {
    opacity: .8;
}
/* header */
.main-header {
    border-top: 8px solid var(--main-theme-color);
    padding:1.5% 0;
}
.main-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 95%;

}
.main-header__left {
    display: inline-block;
}
.main-header__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-header__nav-site-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 45px 0 0;
}
.main-header__nav-site-link li {
    display: inline-block;
}
.main-header__nav-site-link li:not(:last-child) {
    margin: 0 25px 0 0;
}
.main-header__nav-site-link li a span {
    color: #333;
    display: block;
    text-align: center;
}
.main-header__nav-site-link li a .nav-text__top {
    font-size: 1.8rem;
    font-weight: 500;
}
.main-header__nav-site-link li a .nav-text__bottom {
    color: var(--main-theme-color);
    font-size: 1.4rem;
}

.main-header__nav-social-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-header__nav-social-link li {
    display: inline-block;
}
.main-header__nav-social-link li:not(:last-child) {
    margin: 0 20px 0 0;
}

.main-header__nav-site-link li:hover .nav-text__top{color:#EC1A01;}
	

/* main */
.main-content {width: 100%;}
.main-content__header {
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    width: 1440px;
    max-width: 1440px;
}
.main-content__header-top__text {
    position: absolute;
    top: 50px;
    left: 10px;
}
.main-content__header-top__text h2 {
    color: var(--main-theme-color);
    font-size: 6.5rem;
    font-weight: bold;
    position: relative;
}
.main-content__header-maintenasu {
    position: absolute;
    bottom: -165px;
    right: -200px;
}

.main-content__header-bottom__text {
    position: absolute;
    bottom:100px;
    right: 0;padding-left: 5%;
    max-width: 69%;
}
.main-content__header-bottom__text .subcopy {
    color: var(--main-theme-color);
    font-size: 3.6rem;
    font-weight: bold;
    text-align: left;
}
.main-content__header-bottom__text h2 {
    font-size: 6rem;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
}
.main-content__header-bottom__text .description {
    font-size:2.5rem;
    font-weight: 400;
    line-height: 1.8em;
    text-align: left;width:85%;
}
.main-content__header_image-pc_1 {
    display: block;
    margin: 0 0 0 auto;width:65%;
}
.main-content__header_image-pc_2 {
    display: block;width: 32%;
    margin: -150px auto 0 0;
}

.main-content__pc-trouble {
    background: var(--main-theme-color);
    margin:20% 0 0;
    padding: 0 0 50px;
    position: relative;
}
.pc-trouble__eyecatch {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
}
.main-content__pc-trouble__title {
    padding: 100px 0 35px;
}
.main-content__pc-trouble__title h2 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
}
.main-content__pc-trouble__title p {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.main-content__pc-trouble__body {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px;
    width: 95%;
    max-width: 1145px;
}
.pc-trouble__items {
    margin: 0 0 35px;
    width: 31%;
}

.pc-trouble__title {
    margin: 15px 0;
    text-align: center;
}
.pc-trouble__category {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 8px;
}
.pc-trouble__name {
    background: var(--main-theme-color);
    border-radius: 15px;
    color: #fff;
    font-size: 1.8rem;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

.pc-trouble__list ul li {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
}
.pc-trouble__list ul li::before {
    content: "・";
    color: var(--main-theme-color);
}
/* Fee-related information */
.main-content__header-top__text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    color: #FFF;
}

/* company */
.company-head {
    background-color: #EC1A01;
    color: #fff; 
    font-size: 3rem;
}
.company-head span {
    font-size: 1.7rem;padding-left: 1rem;
}
.company {
    width:100%;max-width: 1000px;
    margin:8% auto 6%;
    font-size: 1.5rem;
    }
    
    .company th,
    .company td {
    border: 1px solid #ccc;
    padding:2.2%;
    }
    
    .company th {
    font-weight: bold;
    background-color: #dedede; 
    }

    .exterior {
        width:100%;max-width: 1000px;
        margin: 3% auto 8%;
        text-align: center;
        font-size: 1.3em;
    }
    
    /* map */
    .map {
        position: relative;
        width: 100%;max-width: 1000px;
        height: 52.5%;
        margin:7% auto;
        padding-top:40%;
    }
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      /* price list */

		.main-content_price {margin: 4% auto;max-width: 1000px;}
		.price {
        border: solid 1px #ccc;
        width:100%;
        font-size: 1.6rem;
        }
        .notes {
            font-size: 1.5rem; line-height: 2.2rem;          
            text-align: left;width: 100%;
            margin: 5% auto 4%;max-width: 1000px;
        }
		.notes p {padding-top:0;margin-top:-1%;}

      .price-head {
        color: #fff; 
        font-size: 1.2em;
        }
       .price-head th {
        background-color: #EC1A01;
        }

        .price-body tr:nth-child(even){
            background-color: #ddd;
          }
        .price th,
        .price td {
        padding: 1.6% 2%;
        }
        .price tbody .table-a {
            width: 50%;
            padding-left: 7%;
            padding-right: 7%;
            text-align: left;
        }
        .price tbody .table-b {
            width: 20%;
            text-align: center;
        }
        .price tbody .table-c {
            width: 30%;
            text-align: center;
        }

        


/* arrows */
.anime-arrows {
    margin: 25px 0;
    position: relative;
    width: 100%;
}
.anime-arrows::before {
    content: "";
    display: block;
    margin: auto;
    width: 10px;
    height: 25px;
    background: var(--main-theme-color);
    position: relative;
    left: 4px;
    transition: 1s;
    transition-delay: .2s;
}
.anime-arrows::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 10px solid var(--main-theme-color);
    border-left: 10px solid var(--main-theme-color);
    transform: rotate( -135deg);
    transition: 1s;
    transition-delay: .1s;
}
.anime-arrows.active::before {
    height: 217px;
}

.main-content__achievement p {
    color: var(--main-theme-color);
    font-size: 5rem;
    font-weight: 500;
    margin: 0 0 35px;
    text-align: center;
}
.main-content__achievement-flex {
    margin: 0 auto 50px;
    min-height: 500px;
    position: relative;
    width: 100%;
    max-width: 1000px;
}
.inview_achievement-items {
    position: absolute;
    right: -10000px;
    transition-duration: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-delay: .2s;
    width: 90%;
}
.inview_achievement-items.active {
    right: 0;
    left: 0;
    margin: auto;
}
.main-content__achievement-flex img {
    width: 50%;
}

.main-content__category {
    margin: 0 0 50px;
}
.main-content__category ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.main-content__category ul li {
    margin: 0 0 45px;
    width: 32%;
}
.main-content__category ul li a {
    color: #000;
}
.main-content__category ul li:nth-child(2),
.main-content__category ul li:nth-child(5) {
    margin: 50px 0 45px;
}
.main-content__category ul li p {
    font-size:2.2rem;
    font-weight: 500;
    margin: 1rem 0 0;
    text-align: center;
}
.main-content__category ul li:hover p {
color: #eb1a00;}
.main-content__category ul li a img:hover {
opacity: 1 !important;}


/* -----animation----- */
.circle {
    animation: fluffy1 3s ease infinite; 
}
@keyframes fluffy1 {
    0% {
      transform: translateY(0); }
    5% {
      transform: translateY(0); }
    10% {
      transform: translateY(0); }
    20% {
      transform: translateY(-10px); }
    25% {
      transform: translateY(0); }
    30% {
      transform: translateY(-10px); }
    50% {
      transform: translateY(0); }
    100% {
      transform: translateY(0); } }
.delay02 {
    animation-delay: 0.2s;
}
.delay04 {
    animation-delay: 0.4s;
}
.delay06 {
    animation-delay: 0.6s;
}
.delay08 {
    animation-delay: 0.8s;
}
.delay10 {
    animation-delay: 1s;
}
.main-content__last-image {
    margin: 4% auto 8%;
    position: relative;
    text-align: center;
    width: 85%;
    max-width: 1266px;
}
.main-content__last-floating__text {
    position: absolute;
    top: 80px;
    left: -50px;
    text-align: left;
}
.main-content__last-floating__text p {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 2px 10px;
    text-align: left;
}
.main-content__last-floating__text p:first-child {
    margin: 0 0 25px;
}

.main-content__service-bn {
    margin: 0 auto;position: absolute;
        top:70%;
        left:10%;
    text-align: center;
    width: 80%;
}



/* Fee-related information */
.main-content__header-fee {
background: url("../img/pc_rescue_sub_1.png") no-repeat center;  height: 300px !important; position: relative;background-size:cover;width: 100%;
}
.main-content__header-service {
background: url("../img/pc_service_sub.png") no-repeat center;  height: 300px !important; position: relative;background-size:cover;width: 100%;
}
.main-content__header-company {
background: url("../img/pc_company_sub.jpg") no-repeat center;  height: 300px !important; position: relative;background-size:cover;width: 100%;
}
.sub_ttl { text-align: center;font-size:4rem;display: block;}
.sub_ttl span { text-align: center;font-size:2rem;display: block;}

@media (max-width: 767.9px) {
.main-content__header-fee,.main-content__header-service,.main-content__header-company {height: 200px !important;}
	.sub_ttl { text-align: center;font-size:3.2rem;}
.sub_ttl span { text-align: center;font-size:1.6rem;}
}
/* .fee-cover {
    background-color: ;
} */
.main-content-fee-1 {
    width: 100%;
}
/* pc-repair-service */

.pc-repair-service {
    font-size: 3.5rem;
    font-weight: 600;
    margin: 5% auto;text-align: center;
  position: relative;
}

.pc-repair-service::before {
  background-color: #faed00; /* 線の色 */
  border-radius:8px; /* 線の両端を丸く */
  bottom: -18px; /* 線の位置 */
  content: "";
  height: 8px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width:8rem; /* 線の長さ */
}

.pc-repair-service span { font-size: 2rem;display: block;}

.button {
    position: absolute;
    color: #EC1A01;    
    background-color: #FFF;
    width: 80%;
    font-size: 1.9rem;
    padding: 5px;
    text-align: center;
    border-radius: 13px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fa-arrow-circle-right {
    color: #EC1A01;
    font-size: 1.5rem;
    margin-left: 8px;
}
.service-text {
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
    padding-bottom:50px ;
}
/* business-trip-fee */
table {
    width:100%;
    font-size: 2rem;
    margin: 0 auto;
}
.width1 {
    width: 60%;
}
.width2 {
    width: 40%;
}
.business-trip-fee {
    font-size: 1.5rem;
    width: 70%;
    margin: 30px auto 150px;
    /* padding-right: 10px;
    padding-left: 10px; */
}


/* footer */
.main-footer {
    margin: 50px 0 0;
    position: relative;
}
.footer-content__information {
    background: #FBECAB;
    margin: 0 0 6%;
    padding:4% 0 6%;
}
.footer-content__information-header {
    margin: 0 0 25px;
}
.footer-content__information-header h2 {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
}
.footer-content__information-header p {
    font-size: 1.8rem;
    text-align: center;
}

.footer-content__information-body {
    background: #fff;
    border-radius: 15px;
    margin:3% auto 0;
    padding: 35px 20px;
    width: 95%;
    max-width: 1145px;
}
.footer-content__information-body ul li {
    border-bottom: 3px solid #FBECAB;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
    padding: 0 10px 10px;
}
.footer-content__information-body ul li a {
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-content__information-body ul li a:hover {
	color: #eb1a00;
}
.footer-content__information-body ul li:last-child {
    margin: 0;
}
.information_date {
    font-size: 1.4rem;
}
.information_icon {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 15px;
    padding: 3px 10px;
    text-align: center;
}
.information_text {
    font-size: 1.4rem;
}

.footer-content__information-more__btn {
    margin: 35px 0 0;
    text-align: center;
}
.footer-content__information-more__btn a {
    background: var(--main-theme-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size:1.6rem;
    margin: 0 auto;
    padding:5px 35px 8px;
    text-align: center;
}
.footer-content__information-more__btn a i {
    color: #fff;
}

.footer-content__banner {
    margin: 0 0 60px;
}
.footer-content__banner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 95%;
    max-width: 1145px;
}
.footer-content__banner ul li {
    width: 32%;
}
.footer-content__last-inner {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}
img.footer-content__last-bg-pc {
    width: 100%;
}
img.footer-content__last-bg-sp {
    display: none;
}
.tel-pc {
    width: 100%;
}
.tel-sp {
    display: none;
}
.line-pc {
    width: 100%;
}
.line-sp {
    display: none;
}
.footer-content__corporation {
    position: absolute;
    top: 70px;
    left: 10%;
}
.footer-content__corporation p {
    color: #fff;
    font-size: 2rem;
    text-align: left;
}

.footer-content__floating-bn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-content__floating-bn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content__floating-bn ul li:nth-child(2) {
    margin: 0 15px;
}



  .main-content__header-top__text h2 {
        font-size:6rem;
        text-align: left;
        margin:5% auto;
    }




@media screen and (max-width:1439px) {
    /* main */
    .main-content__header {
        margin: 0 auto 50px;
        width: 95%;
    }
    .main-content__header_image-pc_1 {
        width: 65%;
    }
    .main-content__header-top__text h2 br {
        display: none;
    }
    .main-content__header-top__text h2 {
        font-size:4.8rem;
        text-align: left;
        width: 95%;padding-right:25% !important;
        margin: 0 auto;
    }
    .main-content__header-maintenasu {
        display: block;
        margin: 10px 0 0 auto;
        position: static;
        bottom: inherit;
        right: inherit;
        width: 80%;
    }
    .main-content__header_image-pc_2 {
        width: 32%;
    }
    .main-content__header-bottom__text .subcopy {
        font-size: 3rem;
    }
    .main-content__header-bottom__text h2 {
        font-size: 4.5rem;
    }
    .main-content__header-bottom__text .description {
        font-size: 2rem;
    }
}
@media screen and (max-width:1366px) {
    /* main */
    .main-content__header {
        margin: 0 auto 50px;
        width: 95%;
    }
    .main-content__header_image-pc_1 {
        margin: 0 auto;
        width: 100%;
    }
    .main-content__header-top__text {
        position: static;
        top: inherit;
        left: inherit;
        margin: 25px 0 0;
    }
    .main-content__header-top__text h2 br {
        display: none;
    }
    .main-content__header-top__text h2 {
        font-size:7.2rem;
        text-align: center !important;
        width: 95%;padding-right: 0 !important;
        margin: 5% auto;
    }
    .main-content__header-maintenasu {
        display: block;
        margin: 30px auto;
        width: 50%;
        right: 25%;
    }
    .main-content__header_image-pc_2 {
        margin:5% auto 3%;
        width:85%;
    }
    .main-content__header-bottom__text {
        position: static;
        bottom: inherit;
        right: inherit;
        margin:8% auto 5%;
        max-width: 100%;
    }
    .main-content__header-bottom__text .subcopy {
        font-size: 3rem;
        text-align: center;
    }
    .main-content__header-bottom__text h2 {
        font-size: 4.5rem;
        text-align: center;
    }
    .main-content__header-bottom__text .description {
        font-size: 2rem;
        width:80%;
        margin: 0 auto;
    }
    /* main */
    .main-content__header-top__text {
        font-size: 1.5em;
    }
    .pc-repair-service {
        font-size: 3em;
    }

	.pc-repair-service span { font-size: 1.7rem;}
    .position img {
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translate(-50%,10%);
    }
	
    .main-content__pc-trouble {
        margin:22% 0 0;
    }
}
@media screen and (max-width:1075px) {
    body.active {
        overflow: hidden;
        height: 100vh;
    }
    .price {
        width: 70%;
        font-size: 1.5em;
        }
    .notes {
        font-size: 1.5em;
        width: 70%;
    }
    .service-text {
        font-size: 1.8em;
        width: 70%;
        margin: 0 auto;
        text-align: left;
    }
     .main-content__header-top__text h2 {
        font-size: 4.5rem;
    } 
    /* header */
    .main-header {
        border-top: 8px solid var(--main-theme-color);
        padding: 25px 0;
    }
    .main-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 95%;
        max-width: 1440px;
    }
    .main-header__left {
        display: inline-block;
        width: 60%;
    }
    .main-header__logo {}
    .main-header__logo img {}

    .main-header__right {
        background: rgb(0 0 0 / 88%);
        padding: 100px 0 0;
        width: 100%;
        height: 100vh;
        position: fixed;
        right: 10000px;
    }
    .main-header__right.active {
        top: 0;
        right: 0;
        z-index: 1;
    }
    .main-header__nav {
        display: block;
    }
    .main-header__nav-site-link {
        display: block;
        margin: 0;
    }
    .main-header__nav-site-link li {
        display: block;
    }
    .main-header__nav-site-link li:not(:last-child) {
        margin: 0;
    }
    .main-header__nav-site-link li a {
        display: block;
        padding: 10px 0;
    }
    .main-header__nav-site-link li a span {
        color: #fff;
    }
    .main-header__nav-site-link li a .nav-text__top {
        font-size: 1.8rem;
    }
    .main-header__nav-site-link li a .nav-text__bottom {
        font-size: 1.4rem;
    }

    .main-header__nav-social-link {
        justify-content: center;
        margin: 35px 0 0;
    }

    /* hamberger */
    .btn-trigger {
        position: relative;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 3;
    }
    .btn-trigger.active {
        height: 40px;
    }
    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
    }
    .btn-trigger.active span {
        background-color: #fff;
    }
    .btn-trigger, .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .btn-trigger span:nth-of-type(1) {
        top: -1px;
    }
    .btn-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .btn-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    #header-menu__btn span:nth-of-type(1) {
        -webkit-animation: header-menu__bar01 .75s forwards;
        animation: header-menu__bar01 .75s forwards;
    }
}
    @-webkit-keyframes header-menu__bar01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    @keyframes header-menu__bar01 {
        0% {
            transform: translateY(20px) rotate(45deg);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    #header-menu__btn span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    #header-menu__btn span:nth-of-type(3) {
        -webkit-animation: header-menu__bar03 .75s forwards;
        animation: header-menu__bar03 .75s forwards;
    }
    @-webkit-keyframes header-menu__bar03 {
        0% {
            -webkit-transform: translateY(-20px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-20px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    @keyframes header-menu__bar03 {
        0% {
            transform: translateY(-20px) rotate(-45deg);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    #header-menu__btn.active span:nth-of-type(1) {
        -webkit-animation: active-header-menu__bar01 .75s forwards;
        animation: active-header-menu__bar01 .75s forwards;
    }
    @-webkit-keyframes active-header-menu__bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }
    }
    @keyframes active-header-menu__bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }
    #header-menu__btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    #header-menu__btn.active span:nth-of-type(3) {
        -webkit-animation: active-header-menu__bar03 .75s forwards;
        animation: active-header-menu__bar03 .75s forwards;
    }
    @-webkit-keyframes active-header-menu__bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-20px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-20px) rotate(-45deg);
        }
    }
    @keyframes active-header-menu__bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }

	

@media screen and (max-width:845px) {

    .main-content__pc-trouble {
        margin:33% 0 0;
    }
}
@media screen and (max-width: 767.9px) {
    /* .company, */
    .company tr,
    .company td,
    .company th {
        display:block;}
    .company th {width:auto;}
    .company {
        font-size: 1.3em;
        text-align: center;
    }
    .exterior td {
        display:block;
        width:auto;
        margin-bottom: 30px;
    }
	.map {padding-top:60%;}   
}
@media screen and (max-width:680px) {
    .price {
        border: none;
        width: 70%;
        margin-bottom: 10px;
    }
    .notes {
        margin-bottom: 35px;
    }
    .price-head {
        display: none; 
        font-size: 1.2em;
        }
    .price tr{
        display: block;
    }
    .price tbody .table-a {
        width: 100%;
        padding-left: 20px;
        text-align: center;
    }
    .price tbody .table-b {
        width: 100%;
    }
    .price tbody .table-c {
        width: 100%;
    }
    .price-body th,
    .price-body td {
      border: solid 1px #ccc;
      display: block;
      width: 100%;
    }
    .price-body th {
        background-color: #EC1A01;
        color: #FFF;
    }
    .price-body tr:nth-child(even){
    background-color: #fff;
    }
    /* main */
    .main-content__header-top__text {
        margin: 0;
    }
    .main-content__header-top__text h2 {
        font-size: 4rem;
    }
    .main-content__header-maintenasu {
      width:62%;margin: 2% auto;
    } 
	.main-content__header-bottom__text {
		margin:10% auto 2%;
	}
    .main-content__header-bottom__text .subcopy {
        font-size: 2rem;
    }
    .main-content__header-bottom__text h2 {
        font-size: 2.5rem;
    }
    .main-content__header-bottom__text .description {
        font-size: 1.6rem;width:98%;margin-bottom:30%;
    }

    .main-content__pc-trouble {
        margin:22% 0 0;
    }
    .pc-trouble__eyecatch {
        top: -6%;
        width: 65%;
    }
    .main-content__pc-trouble__title {
        padding: 25% 10px 35px;
    }
    .main-content__pc-trouble__title h2 {
        font-size: 2rem;
    }
    .main-content__pc-trouble__title p {
        font-size: 1.4rem;
    }
    .main-content__pc-trouble__body {
        padding: 20px 15px;
    }
    .pc-trouble__items {
        width: 49%;
    }
    .pc-trouble__category {
        font-size: 1.3rem;
    }
    .pc-trouble__name {
        font-size: 1.4rem;
    }
    .pc-trouble__list ul li {
        font-size: 1.2rem;
    }
    .business-trip-fee {
        margin: 30px auto;
    }
    /* arrows */
    .anime-arrows.active::before {
        height: 140px;
    }
    .main-content__achievement p {
        font-size: 2.5rem;
    }
    .main-content__achievement-flex {
        min-height: 20vh;
    }
    .inview_achievement-items {
        max-width: 95%;
    }
    .main-content__achievement-flex img {
        width: 50%;
    }

    .main-content__category {
        margin: 0 0 50px;
    }
    .main-content__category ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 95%;
        max-width: 1000px;
    }
    .main-content__category ul li {
        margin: 0 0 45px;
        width: 45%;
    }
    .main-content__category ul li:nth-child(2),
    .main-content__category ul li:nth-child(5) {
        margin: 0 0 45px;
    }
    .main-content__category ul li p {
        font-size:2rem;
    }

    .main-content__last-image {
        text-align: right;
        width: 95%;
    }
    .main-content__last-floating__text {
        position: absolute;
        top: 5%;
        left: 0;
        text-align: left;
    }
    .main-content__last-floating__text p {
        font-size: 1.8rem;
        padding: 2px 5px;
    }
    .main-content__last-floating__text p:first-child {
        margin: 0 0 10px;
    }
    .main-content__last-image img {
        width: 90%;
    }

    .pc-repair-service {
        font-size: 2.5em;
    }
	
	.pc-repair-service span { font-size: 1.3rem;}
    
    .service-text {
        text-align: left;
        padding-bottom: 0;
    }
    table {
        font-size: 1.5rem;
    }
    table td {
        padding-left: 10px;
    }
    .width1 {
        width: 50%;
    }
    .width2 {
        width: 50%;
    }

    .main-content__header-top__text2 {
        font-size: 1.5em;
    }

    /* footer */
    img.footer-content__last-bg-pc {
        display: none;
    }
    img.footer-content__last-bg-sp {
        width: 100%;
        display: block;
    }
    .tel-pc {
        display: none;
    }
    .tel-sp {
        width: 100%;
        display: block;
    }
    .line-pc {
        display: none;
    }
    .line-sp {
        width: 100%;
        display: block;
    }
    .main-footer {
        margin: 50px 0 0;
        position: relative;
    }
    .footer-content__information {
        background: #FBECAB;
        margin: 0 0 45px;
        padding: 25px 0 50px;
    }
    .footer-content__information-header h2 {
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
    }
    .footer-content__information-header p {
        font-size: 1.3rem;
        text-align: center;
    }
    .footer-content__information-body ul li {
        padding: 0 5px 10px;
    }
    .footer-content__information-body ul li a {
        width: 100%;
    }
    .information_date {
        font-size: 1.2rem;
        width: 22%;
    }
    .information_icon {
        font-size: 1.2rem;
        margin: 0 5px;
        padding: 3px 5px;
        width: 20%;
    }
    .information_text {
        font-size: 1.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 58%;
    }
    .footer-content__banner {
        margin: 0 0 35px;
    }
    .footer-content__banner ul {
        display: block;
        text-align: center;
        width: 70%;margin-bottom: 8%;
    }
    .footer-content__banner ul li {
        width: 80%;
        margin:3% auto;
    }
    .footer-content__last-inner {
        width: 100%;
    }
    .footer-content__corporation {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 70%;
    }
    .footer-content__corporation p {
        color: #fff;
        font-size: 1.5rem;
        text-align: left;
    }
    .footer-content__floating-bn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer-content__floating-bn ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-content__floating-bn ul li:nth-child(2) {
        margin: 0 5px;
    }
}




.main-header__logo {width:70% !important;}

@media screen and (max-width:1074.9px) {
	.main-header__logo {width:40% !important;}
    .main-header {
        padding:2% 0 1%;
    }
}








.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



.main-content__inner {max-width: 1200px !important;margin: 5% auto;width: 100% !important;padding:.2% 4%;}




.fee_table {
  border-collapse: collapse;
  margin:10% auto 5% !important;
  padding: 0;
  max-width:1000px;

}
.fee_table span {font-size: .65em;}
.fee_table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.fee_table th,
.fee_table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.fee_table th {
  font-size: .85em;
}
.sub-ttl {width: 50% !important;}
.sub-ttl span.ttl-sub02 {display: inline-block;font-size: .85em;}


.fee_table thead tr{
  background-color: #167F92;
  color:#fff;
}
.fee_table tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align:center;width: 18%;
   font-size: .85em;
}
.price{
  text-align: center;
  color: #167F92;font-size: .95em;
  font-weight: bold;
}


@media screen and (max-width:700px) {
.fee_table {
    border: 0; 
    width:100%
  }
.fee_table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
.fee_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.fee_table tr {
    display: block;
    margin-bottom: .625em;
  }
.fee_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
.fee_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
.fee_table td:last-child {
    border-bottom: 0;
  }
.fee_table tbody th {
    color: #fff;
}
.sub-ttl {width: 100% !important;}
.txt {width: 100% !important; text-align:right !important;}
.price { width: 100% !important;text-align:right !important;}
}

.service_area {width: 100%;margin: auto;padding:0 2%;}

.contents-flex {
    font-size: 0;
    margin:10% auto 6% !important;width: 100%;max-width: 1200px;    
    justify-content: space-between;    
}
.content {
    display: inline-block;
    position: relative;
    width: 31%;
    min-height: 350px;
    background-color: #EC1A01;
    border-radius: 5px;
    margin: auto 1% 100px;
}
.content p {
    position: absolute;
    top: 13%;
    font-size: 2.3rem;
    color: #FFF;
    padding: 30px;    
    line-height: 1.7;
}
.content img {
    width: 40%;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%,30%);
    text-align: center;
}
.position img {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%,15%);
}

@media screen and (max-width:1508px) {
    .content {
        height: 350px;
    }
    .content p {
        position: absolute;
        top: 10%;
        font-size: 2rem;
    }
    .content img {
        width: 40%;
        top: -30%;
        left: 50%;
        transform: translate(-50%,30%);
    }
}
@media screen and (max-width:1366px) {
	.service_area {margin:12% auto auto;}
        .content img {
        width: 40%;
        top: -25%;
        left: 50%;
        transform: translate(-50%,25%);
    }
	}
@media screen and (max-width:900px) {
	.service_area {margin:18% auto auto;}
    .contents-flex {
        margin-right: 0;
        justify-content: space-between;    
    }
    .content {
        width: 48%;
    }
    .content p {
        font-size: 2rem; top: 20%;
    }
    .content img {
        top: -30%;
        left: 50%;
        transform: translate(-50%,30%);
    }
    .position img {
        top: -25%;
        left: 50%;
        transform: translate(-50%,15%);
    }
	    .main-content__pc-trouble {
        margin:25% 0 0;
    }
}

	@media screen and (max-width:845px) {
    .content p {
        font-size: 1.8rem;  
    }
    .content img {
        top: -20%;
        left: 50%;
        transform: translate(-50%,20%);
    }
    .position img {
        top: -15%;
        left: 50%;
        transform: translate(-50%,5%);
    }

	}
	
@media screen and (max-width:680px) {
	    .contents-flex {
        margin:auto;text-align: center;
        justify-content: space-between;    
    }
    .content {
        width: 80%;min-height: 260px;text-align: center;
        margin:auto auto 8% !important; height:300px !important;

    }

    .content img {
        width: 30%;
        height: auto;
        top: -20%;
        left: 50%;
        transform: translate(-50%,20%);
        text-align: center; 
    }
    .position img {
        top: -10%;
        left: 50%;
        transform: translate(-50%,0%);
    }
     .content p {
        top: 28%;text-align: center;margin:auto !important;
     }
}
	
	@media screen and (max-width:520px) {
    /* main */
    .contents-flex {
        margin-left: 0;
        margin-right: 0;
        text-align: center;  
    }

    .content p {
        font-size: 1.7rem; 
    }
    .button {
        font-size:1.7rem;
    }
    .content img {
        width: 40%;
        top: -20%;
        left: 50%;
        transform: translate(-50%,20%);
    }
    .position img {
        top: -20%;
        left: 50%;
        transform: translate(-50%,10%);
    }
}
	@media screen and (max-width:460px) {
		.content {margin:5% auto 8% !important;}
}




.service_naiyo {
    width: 100%;
    max-width: 1280px;
    margin:10% auto 0;
}
.service_left {width: 48%;display: inline-block;vertical-align:top;
}
.service_right {width: 48%;display: inline-block;vertical-align: top;
}
.service_list {margin-left:6% !important;font-size:2.2rem;line-height:3.5rem;}
.service_list li {margin-bottom:3%;padding-left:1em; text-indent: -.5em;border-bottom: red dotted 3px;padding-bottom:1.5%;
}

@media screen and (max-width:1094px) {
.service_list {font-size:1.8rem;line-height:2.6rem;}
.service_left,.service_right {vertical-align:top;}
}

@media screen and (max-width:800px) {
.service_left,.service_right {width: 100%;display:block;margin-bottom:5%;}
.service_list {margin:auto 2% 5% !important;}

}

.service_txt {font-size: 2rem; margin:8% auto -4%;text-align: center;line-height: 3rem;}
.service_txt02 {font-size:2rem; margin:6% auto 2%;text-align: center;line-height:3rem;}

.service_txt03 {margin-left:6% !important;font-size:1.8rem;text-align:left;line-height:3rem;}
.service_txt04 {font-weight: 600; margin:8% auto -3%;font-size:3rem;text-align:center;color:red; line-height:4rem;}
.service_txt05 {font-weight: 600;padding:1.2%; margin:8% auto -5%;font-size:3rem;text-align:center;background-color:red; line-height:4rem;color: #fff;}

@media screen and (max-width:1094px) {
.service_txt,.service_txt02 {font-size:1.8rem;}
	.service_txt03 {font-size:1.8rem;margin:auto 2%;}
}

.main-content_company {max-width: 1200px; width: 100%; margin: auto;}


.hosyu_naiyo {
    width: 100%;
    max-width: 1280px;
    margin:10% auto 0;
}
.hosyu_naiyo img {width: 92%; margin: auto;}
.hosyu_left {width: 48%;display: inline-block;vertical-align:top;
}
.hosyu_right {width: 48%;display: inline-block;vertical-align: top;
}


@media screen and (max-width:800px) {
.hosyu_left,.hosyu_right {width:98%;display:block;margin:auto auto 3%;}

}

.info_txt_area {width: 95%; margin:10% auto 5%;max-width:750px;}
.info_text {font-size: 1.7rem; line-height: 3.3rem;text-align:center;}

@media screen and (max-width:800px) {
	.info_txt_area {width: 90%;margin:14% auto 8%;}
	.info_text {font-size: 1.4rem; line-height: 2.8rem;}
}
