@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Yuji+Syuku&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    color: #267ab9;
    font-weight: 200;
    list-style: none;
    text-decoration: none;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

html {
    background: #EDF4FBD0;
    background: linear-gradient(0deg, rgba(237, 244, 251, 1) 0%, rgba(232, 255, 255, 0.616) 53%, rgba(220, 233, 242, 1) 100%);
}

h2 {
    align-items: center;
    font-size: 50px;
    letter-spacing: 10px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h5 {
    align-items: center;
    font-size: 15px;
    letter-spacing: 10px;
    font-weight: 300;
}

p {
    font-size: 20px;
}

article {
    padding-top: 70px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 70px;
}


button {
    width: 100%;
    margin-top: 10px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #267ab9;
    color: #fff;
    font-weight: 300;
}

button:hover {
    background-color: #ffffff;
    color: #267ab9;
    font-weight: 600;
}


.article_title {
    padding-bottom: 30px;
}

.article_title h5 {
    padding-left: 3px;
}

.mainarticle {}

#Service_content {
    display: flex;
    background: white;
    border-radius: 20px;
    border: solid;
    border-width: 1px;
}

.Service_content_size {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

#Service_content li {
    width: 33.3333333333333333333333333333333%;
    padding: 50px;
}

.Service {
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.Service div.article_title {
    text-align: center;
}

.Service_content_titel {
    padding-bottom: 15px;
    text-align: center;
}

.Service_content_titel h3 {
    padding-bottom: 5px;
}

.Service_content_moreinfo {
    width: 100%;
    margin-top: 10px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #267ab9;
    color: #fff;
    font-weight: 300;
}


.Service_content_moreinfo:hover {
    background-color: #ffffff;
    color: #267ab9;
    font-weight: 600;
}

.decolation {
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));

}

.profile_img {
    position: relative;
}

.profile_img img {
    position: absolute;
    width: 850px;
    transform: rotate(12deg);
    top: -170px;
    right: 20px;
    z-index: 100;
    transform: scale(1);
}

.profile_img img:hover {
    position: absolute;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
    z-index: 100;
    transform: scale(1.01);
}

.blog_link {
    position: relative;
}

.blog_button {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    right: 10px;
    top: 250px;
    background-color: #ffff;
    border: solid #ccecff 15px;
    color: #267ab9;
    transform-origin: center center;
    font-size: 20px;


}

.blog_button:hover {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #ffff;
    border: solid #ccecff 15px;
    color: #267ab9;
    font-weight: 600;
    transform: scale(1.02);
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}

.blog_button span {
    font-weight: 600;
}

.blog_button:hover span {
    font-size: 19.6px;
    font-weight: 600;
}

.about_office h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}

table {
    align-items: center;
    text-align: center;
}

tr {
    border-bottom: 1px solid;
}

th,
td {
    border-bottom: 1px solid;
    padding: 5px;
    padding-left: 20px;
    text-align: left;

}

.google_map_td {}

.google_map {
    right: 166px;
    font-weight: 300;
    white-space: 1;
    font-family: "Roboto Mono", monospace;
    letter-spacing: -0.6px;
}

.google_map:hover {
    font-weight: 500;
}

.about_moreinfo {
    text-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px;
    font-size: 25px;
}

.policy_content {
    display: block;
    background-color: white;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px;
    border: solid 1px;
}

.policy_content ul {
    display: flex;
}

.policy_content ul li {
    width: 50%;
    padding: 15px;
}

.policy_content li h3 {
    padding-bottom: 15px;
}

#Access_content {
    display: flex;
    height: auto;
    height: 100%;
}

#Access_content div {
    width: 100%;
}

#Access_content div p {
    text-align: left;
}

iframe {
    width: 100%;
    border: solid 2px;
    border-radius: 20px;
}

.map {
    border: solid 2px;
    border-radius: 20px;
    z-index: 99;
}

.contact {
    background-color: transparent;
    color: #267ab9;
    margin-top: auto;
}

.contact_content {
    text-align: center;
    padding: 20px;
    padding-left: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.contact_content_tell {
    padding-top: 10px;
}

/* Responsive Design */
@media screen and (max-width: 1722px) {
    .profile_img img {
        position: absolute;
        width: 850px;
        top: -180px;
        right: -40px;
        z-index: 100;
        transform: scale(0.78);
    }
    .profile_img img:hover {
    position: absolute;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
    z-index: 100;
    transform: scale(0.7878);
}

.blog_button {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    right: 10px;
    top: 200px;
    background-color: #ffff;
    border: solid #ccecff 15px;
    color: #267ab9;
    transform-origin: center center;
    font-size: 20px;


}
}


@media screen and (max-width: 1400px) {
    article {
        padding-left: 50px;
        padding-right: 50px;
    }

    #Service_content {
        flex-direction: column;
    }

    #Service_content li {
        width: 100%;
        padding: 30px 30px;
    }

    .profile_img img {
        display: none;
    }

    .blog_button {
        width: 300px;
        height: 300px;
        font-size: 16px;
        top: 250px;
    }

    .about_moreinfo {
        font-size: 20px;
        padding: 20px;
    }

    .policy_content ul {
        flex-direction: column;
    }

    .policy_content ul li {
        width: 100%;
    }

    #Access_content {
        flex-direction: column;
    }

    iframe {
        height: 300px;
    }
}

@media screen and (max-width: 1001px) {
    .blog_button{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    h3 {
        font-size: 18px;
    }

    h5 {
        font-size: 13px;
        letter-spacing: 3px;
    }

    p {
        font-size: 16px;
    }

    .blog_button {
        width: 150px;
        height: 150px;
        font-size: 14px;
        top: 150px;
    }

    .Service {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .contact_content {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .about_moreinfo {
        font-size: 18px;
        padding: 15px;
    }

    button {
        font-size: 14px;
        padding: 8px;
    }

    article {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}