@charset "UTF-8";

#contact-footer {
    padding: 140px 48px 0;

    @media screen and (max-width: 767px) {
        padding: 70px 20px 0;
    }

    .container {
        background-color: #F0F6F7;
        border-radius: 32px 32px 0 0;
        padding-top: 90px;
        position: relative;

        @media screen and (max-width: 767px) {
            border-radius: 16px 16px 0 0;
            padding-top: 30px;
        }

        .contact {
            font-family: "EB Garamond";
            font-weight: normal;
            font-size: 24px;
            letter-spacing: 0.06em;
            line-height: 2em;
            text-align: center;
            color: #0c8d9d;

            @media screen and (max-width: 767px) {
                font-size: 16px;
            }
        }

        .soudan {
            font-family: "Noto Serif JP";
            font-weight: 600;
            font-size: 40px;
            letter-spacing: 0.1em;
            line-height: 56px;
            text-align: center;
            color: #126c77;
            padding-bottom: 32px;
            border-bottom: solid 1px #D3DADB;
            margin-bottom: 32px;

            @media screen and (max-width: 767px) {
                font-size: 20px;
                padding-bottom: 16px;
                margin-bottom: 16px;
            }
        }

        .description {
            font-family: "Noto Sans JP";
            font-weight: normal;
            font-size: 18px;
            letter-spacing: 0.15em;
            line-height: 32px;
            text-align: center;
            color: #393939;

            @media screen and (767px < width <1081px) {
				padding: 0 20px;
			}
            
            @media screen and (max-width: 767px) {
                font-size: 12px;
                line-height: 18px;
            }
        }

        .type {
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 28px;
            letter-spacing: 0.1em;
            text-align: center;
            color: #126c77;
            padding-bottom: 24px;

            @media screen and (max-width: 767px) {
                font-size: 14px;
                padding-bottom: 12px;
            }
        }

        .inner.w860 {
            @media screen and (max-width: 767px) {
                width: 100% !important;
            }
        }

        .by-phone {
            background-color: white;
            border-radius: 12px;
            padding: 30px;
            margin-top: 40px;

            @media screen and (max-width: 767px) {
                border-radius: 6px;
                padding: 15px;
                margin-top: 20px;
            }


            .telephone {
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                gap: 10px;
                padding: 32px 0 16px;

                @media screen and (max-width: 767px) {
                    gap: 6px;
                    padding: 16px 0 8px;
                }

                img {
                    @media screen and (max-width: 767px) {
                        transform: scale(0.5);
                    }

                }

                p {
                    font-family: "Noto Serif JP";
                    font-weight: bold;
                    font-size: 40px;
                    letter-spacing: 0.05em;
                    text-align: left;
                    color: #126C77;

                    @media screen and (max-width: 767px) {
                        font-size: 20px;
                    }
                }
            }

            .work-time {
                font-family: "Noto Sans JP";
                font-weight: bold;
                font-size: 16px;
                letter-spacing: 0.15em;
                line-height: 25px;
                text-align: center;
                color: #126C77;

                @media screen and (max-width: 767px) {
                    font-size: 12px;
                    line-height: 18px;
                }
            }
        }

        .by-web {
            background-color: white;
            border-radius: 12px;
            padding: 30px;
            margin-top: 40px;

            @media screen and (max-width: 767px) {
                border-radius: 6px;
                padding: 15px;
                margin-top: 20px;
            }

            .button {
                width: 448px;
                max-width:100%;
                padding: 24px 32px;
                margin: 32px auto 0;
                border: 1px solid #126C77;
                border-radius: 16px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                transition: all ease 0.3s;
                text-decoration: none;

                @media screen and (max-width: 767px) {
                    width: 200px;
                    padding: 0 0 0 16px;
                    border-radius: 10px;
                }

                &:hover {
                    opacity: 0.7;
                }

                p {
                    font-family: "Noto Sans JP";
                    font-weight: normal;
                    font-size: 24px;
                    letter-spacing: 0.05em;
                    text-align: left;
                    color: #126C77;

                    @media screen and (max-width: 767px) {
                        font-size: 12px;
                    }
                }

                img {
                    @media screen and (max-width: 767px) {
                        transform: scale(0.5);
                    }

                }
            }
        }
    }
}

footer {
    .container {
        background-color: #F0F6F7 !important;
        border-radius: 0 !important;
        padding-top: 40px !important;
    }

    .inner.w1280 {
        display: none !important;
    }

    .copyright {
        color: #393939 !important;
    }

    .privacy {
        color: #393939 !important;
    }
}