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

    /*===============================

	common

    ================================*/
    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header .inner {
        padding: 0 30px;
    }

    header .logo {
        max-width: 250px;
    }

    /* header .header-inner ul.wrapper li {
        padding: 15px 20px 15px 0;
    }

    header .header-inner ul.wrapper li:first-of-type {
        padding-left: 20px;
    } */

    /*===============================

	top

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    .mv .img {
        max-width: 350px;
    }

    .mv .CatchCopy {
        font-size: 32px;
        letter-spacing: 3px;
    }

    /* .mv .CatchCopy p:after {
        height: 3px;
    } */

    .mv .CatchCopy .SmallLetter {
        font-size: 25px;
    }

}

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

    /*===============================

	common

    ================================*/
    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header .logo {
        max-width: 220px;
    }

    header .header-inner.wrapper {
        padding-top: 30px;
    }

    /* header .header-inner ul.wrapper li {
        padding: 15px 15px 15px 0;
    }

    header .header-inner ul.wrapper li:first-of-type {
        padding-left: 15px;
    } */

    /*===============================

	top

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/

    .mv .img {
        max-width: 300px;
    }

    /* .mv .CatchCopy {
        font-size: 30px;
    } */

    /* .mv .CatchCopy .SmallLetter {
        font-size: 23px;
    } */

}

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

    /*===============================

	common

    ================================*/
    .W780,
    .W900 {
        padding: 50px 25px 0px;
    }

    .W700 {
        max-width: 85%;
        padding: 50px 25px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .tb-only {
        display: block;
    }

    .main-content .page {
        padding: 50px 20px;
        top: -300px;
    }

    /*-------------------------*/
    /*  image                  */
    /*-------------------------*/
    .img-right {
        margin-left: 10px;
    }

    /*-------------------------*/
    /*  title                  */
    /*-------------------------*/
    .title {
        font-size: 20px;
    }

    .title .en {
        font-size: 16px;
    }

    #PAGES .title {
        padding-top: 40px;
    }

    /*-------------------------*/
    /*  font                 */
    /*-------------------------*/
    .Fs30 {
        font-size: 25px;
    }

    .Fs35 {
        font-size: 30px;
    }

    /*-------------------------*/
    /*  margin                 */
    /*-------------------------*/
    .Mb20 {
        margin-bottom: 15px;
    }

    .Mb30 {
        margin-bottom: 10px;
    }

    .Mb40 {
        margin-bottom: 20px;
    }

    .Mb60 {
        margin-bottom: 40px;
    }

    .Mb80 {
        margin-bottom: 60px;
    }

    .Mb100 {
        margin-bottom: 80px;
    }

    /*-------------------------*/
    /*  Btn                    */
    /*-------------------------*/
    /* ページトップ戻るボタン */
    .TopBtn {
        right: 15px;
        bottom: 30px;
        padding-top: 15px;
    }

    .TopBtn::after {
        top: -22px;
        right: 12px;
        bottom: 0;
    }

    .TopBtn::before {
        content: '';
        width: 23px;
        height: 23px;
        background: #CF0106;
        border-radius: 50%;
        position: absolute;
        top: -23px;
        right: 3.5px;
        bottom: 0;
        margin: auto;
    }

    .TopBtn a {
        display: block;
        padding: 20px 15px;
        border-radius: 50px;
    }


    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header {
        padding-bottom: 50px;
        padding-top: 25px;
    }

    #TOP header {
        padding-top: 20px;
    }

    header .logo {
        max-width: 260px;
    }

    header .inner {
        padding: 0 20px;
    }

    header .header-inner.wrapper {
        padding-top: 15px;
    }

    header .header-inner .pc-menu {
        display: none;
    }

    /*-------------------------*/
    /*  footer                 */
    /*-------------------------*/
    footer {
        padding: 30px 0 8px;
    }

    footer .footer-inner .wrapper:first-of-type {
        display: block;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    footer .footer-inner .wrapper .contact .MoreBtn {
        margin: 0;
    }

    footer .footer-inner .sitemap .wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0px;
        justify-content: start;
    }

    footer .footer-inner .sitemap ul li {
        padding: 20px 20px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 50%;
        margin: -1px -1px 0px;
        position: relative;
    }

    footer .footer-inner .sitemap ul li:nth-child(even) {
        border-right: 0;
    }

    /*===============================

	top

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    .mv {
        border-bottom: 0;
    }

    .mv .img {
        max-width: 300px;
        margin: 0 auto;
    }

    .mv .wrapper {
        display: block;
    }

    .mv .CatchCopy {
        padding: 0;
        font-size: 35px;
    }

    .mv .wrapper p .tb-only {
        background-color: #CF0106;
        color: #fff;
        padding: 20px 0;
        font-size: 25px;
        text-align: center;
        font-weight: 700;
    }

    /* .mv.wrapper {
        flex-direction: column-reverse;
    }

    .mv .CatchCopy {
        font-size: 33px;
        text-align: center;
        background-color: #fff;
        width: 100%;
        border-top: #CF0106 solid 5px;
        line-height: 1.4;
        padding: 10px;
    }

    .mv .CatchCopy p:after {
        background-color: transparent;
    }

    .mv .CatchCopy .SmallLetter {
        font-size: 25px;
    } */

    /*-------------------------*/
    /*  news                   */
    /*-------------------------*/
    .news .content dl.wrapper {
        display: block;
    }

    .news .content dl {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .news .content dl dt {
        margin-bottom: 5px;
    }

    /*-------------------------*/
    /*  trouble                */
    /*-------------------------*/
    #TOP .trouble .exc_title {
        font-size: 20px;
        margin-bottom: 50px;
    }

    #TOP .trouble .exc_title .sub {
        margin-bottom: 5px;
        display: inline-block;
        padding: 0 20px;
    }

    #TOP .trouble .content .wrapper {
        display: block;
        margin-bottom: 50px;
    }


    #TOP .trouble .content .wrapper .unit {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    #TOP .trouble .content .wrapper .unit .img {
        width: 20%;
        margin: 0 30px 0px 0;
    }

    #TOP .trouble .content .wrapper .unit p {
        width: 80%;
        height: 100%;
    }

    #TOP .trouble .content .wrapper .unit p::before {
        bottom: 20%;
        left: -3%;
        margin-left: -8px;
        border: 10px solid transparent;
        border-right: 18px solid #fff;
    }


    #TOP .Bg .trouble.Obi {
        padding: 30px 10px;
        line-height: 1.5;
        font-size: 20px;
    }

    /*-------------------------*/
    /*  service                */
    /*-------------------------*/
    #TOP .service .content .wrapper {
        justify-content: space-between;
    }

    #TOP .service .content .unit {
        width: 45%;
    }

    #TOP .service .content .unit p {
        padding: 20px 27px 5px 0;
        line-height: 1.5;
    }

    /*-------------------------*/
    /*  access                 */
    /*-------------------------*/
    #TOP .access .content .wrapper {
        flex-direction: column-reverse;
    }

    #TOP .access .content iframe {
        width: 100%;
        height: 300px;
    }

    #TOP .access .content .info {
        width: 100%;
        display: flex;
        align-items: end;
        padding: 0;
    }

    #TOP .access .content .info .img {
        width: 30%;
        margin: 0 auto 20px;
    }

    #TOP .access .content .info p {
        margin-right: 20px;
        width: 70%;
    }

    /*-------------------------*/
    /*  link                   */
    /*-------------------------*/

    #TOP .link.Bg {
        height: 250px;
    }


    #TOP .link .content .img {
        max-width: 500px;
    }

    /*===============================

	pages

    ================================*/
    /*-------------------------*/
    /*  about                  */
    /*-------------------------*/
    #PAGES .about .content h3 {
        font-size: 16px;
    }

    #PAGES .about .content .info table {
        width: 100%;
    }

    #PAGES .about .content .info table th,
    #PAGES .about .content .info table td {
        display: block;
    }


    #PAGES .about .content .info table tr th {
        border-bottom: 0px;
        padding: 10px 10px 3px 10px;
        text-align: start;
    }

    #PAGES .about .content .info table tr td {
        padding: 3px 10px 10px 10px;
    }

    /*-------------------------*/
    /*  service                */
    /*-------------------------*/
    #PAGES .service .content .article .wrapper {
        flex-direction: column-reverse;
    }

    #PAGES .service .content .article .txt {
        padding: 0;
    }

    #PAGES .service .content .article .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #PAGES .service .content .article .img img {
        width: 50vmin;
        height: 50vmin;
    }

    #PAGES .service.other .contact .img {
        max-width: 45px;
    }

    #PAGES .service.other .contact .tel {
        font-size: 24px;
        padding-left: 10px;
    }

    #PAGES .service.other .contact .tel p {
        font-size: 16px;
    }

    /*-------------------------*/
    /*  price                  */
    /*-------------------------*/
    #PAGES .price .article.fee dl {
        padding: 0 0 10px 0;
    }

    #PAGES .price .article.fee dt {
        padding-right: 15px;
        width: 65%;
    }

    #PAGES .price .article.fee dd {
        padding-right: 20px;
        width: 35%;
        padding: 0;
    }


    #PAGES .price .content .flow .wrapper {
        display: block;
    }

    #PAGES .price .content .flow .img {
        display: table-cell;
        text-align: center;
        padding-right: 60px;
    }

    #PAGES .price .content .flow .img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    #PAGES .price .content .flow .en {
        /* right: 0; */
        /* margin: 0 auto; */
        left: 60px;
        top: -150px;
        width: 55px;
        height: 55px;
        font-size: 30px;
    }

    #PAGES .price .content .flow .txt {
        margin-left: 0px;
        padding-top: 0;
        margin-bottom: 60px;
    }

    #PAGES .price .content .flow .txt p:first-of-type {
        color: #CF0106;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    /*-------------------------*/
    /*  consultant             */
    /*-------------------------*/
    #PAGES .consultant .contact {
        max-width: 100%;
        padding: 40px 15px;
    }

    #PAGES .consultant .content .article .wrapper {
        display: block;
    }

    #PAGES .consultant .content .article .unit {
        width: 85%;
        margin: 0 auto 40px;
    }

    #PAGES .consultant .content .article .unit .group {
        height: auto;
    }

    #PAGES .consultant .contact .wrapper {
        display: block;
    }

    #PAGES .consultant .contact .info .wrapper {
        display: flex;
        justify-content: center;
    }

    #PAGES .consultant .contact .info {
        width: 100%;
        padding: 0;
    }

    #PAGES .consultant .contact .info p {
        text-align: center;
        font-size: 18px;
    }


    #PAGES .consultant .contact .info img {
        width: 25px;
    }

    #PAGES .consultant .contact .info .wrapper .tel {
        font-size: 22px;
    }

    #PAGES .consultant .contact .wrapper .img {
        width: 50%;
        margin: 0 auto 20px;
    }

}


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

    /*===============================

	common

    ================================*/
    .W780,
    .W900 {
        padding: 40px 20px 0;
    }

    /*-------------------------*/
    /*  font                   */
    /*-------------------------*/
    .Fs30 {
        font-size: 20px;
    }

    .Fs35 {
        font-size: 25px;
    }

    /*-------------------------*/
    /*  image                  */
    /*-------------------------*/
    .img-right {
        margin-left: 10px;
        float: none;
        margin: 0 auto 20px;
    }

    /*-------------------------*/
    /*  Btn                    */
    /*-------------------------*/
    /* お問い合わせボタン */
    .MoreBtn.ContactBtn {
        max-width: 235px;
        min-width: 235px;
    }

    /*-------------------------*/
    /*  header                 */
    /*-------------------------*/
    header {
        padding-top: 15px;
    }

    #TOP header {
        padding-top: 20px;
    }

    header .logo {
        max-width: 230px;
        padding-top: 10px;
    }

    /*===============================

	top

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    .mv .img {
        max-width: 250px;
    }

    .mv .CatchCopy {
        font-size: 25px;
    }

    .mv .CatchCopy p {
        padding: 10px 10px;
    }

    .mv.wrapper p .tb-only {
        padding: 15px 0;
        font-size: 20px;
    }

    /*-------------------------*/
    /*  trouble                */
    /*-------------------------*/
    #TOP .trouble .exc_title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #TOP .trouble .exc_title .sub {
        font-size: 18px;
    }

    #TOP .trouble .content .wrapper .unit .img {
        width: 30%;
    }

    #TOP .trouble .content .wrapper .unit p {
        width: 70%;
    }

    #TOP .trouble .content .wrapper .unit p::before {
        left: -7%;
    }

    #TOP .Bg .trouble.Obi span {
        font-size: 25px;
    }

    #TOP .Bg .trouble.Obi {
        padding: 30px 10px;
        line-height: 1.5;
        font-size: 18px;
    }

    /*-------------------------*/
    /*  service                */
    /*-------------------------*/
    #TOP .service .content .unit {
        width: 80%;
        margin: 0 auto 30px;
    }

    /*-------------------------*/
    /*  access                 */
    /*-------------------------*/
    #TOP .access .content .info {
        flex-direction: column-reverse;
    }

    #TOP .access .content iframe {
        height: 200px;
    }

    #TOP .access .content .info .img {
        width: 60%;
    }

    #TOP .access .content .info p {
        width: 100%;
        margin-right: 0;
    }

    /*-------------------------*/
    /*  link                   */
    /*-------------------------*/
    #TOP .link.Bg {
        top: 170px;
        max-height: 55vw;
        margin-bottom: 200px;
    }

    #TOP .link .content {
        top: -220px;
    }

    #TOP .link .content .img {
        max-width: 100%;
    }

    /*===============================

	pages

    ================================*/
    /*-------------------------*/
    /*  service                */
    /*-------------------------*/
    #PAGES .service .content .article .img img {
        width: 60vmin;
        height: 60vmin;
    }

    #PAGES .service.other .contact .wrapper {
        display: block;
        text-align: center;
    }

    #PAGES .service.other .contact .img {
        margin: 0 auto 15px;
    }

    #PAGES .service.other .contact .tel {
        padding-left: 0px;
        font-size: 20px;
    }

    #PAGES .service.other .contact .tel p {
        margin-bottom: 5px;
    }

    /*-------------------------*/
    /*  consultant             */
    /*-------------------------*/
    #PAGES .consultant .contact {
        padding: 20px;
    }

    #PAGES .consultant .content .article .unit {
        width: 100%;
    }

    #PAGES .consultant .content .article .unit .group p {
        word-break: normal;
    }

    #PAGES .consultant .contact .info p {
        font-size: 15px;
    }

    #PAGES .consultant .contact .info img {
        width: 20px;
    }

    #PAGES .consultant .contact .info .wrapper .tel {
        font-size: 17px;
    }

    #PAGES .consultant .contact .wrapper .img {
        width: 70%;
    }

    /*-------------------------*/
    /*  error                  */
    /*-------------------------*/
    #PAGES .error .img {
        max-width: 200px;
        margin: 0 auto 30px;
    }

    #PAGES .error .txt {
        text-align: start;
    }

}