#mobileContact {
    display: none;
}

#toc {
    background-color: #F2F6FA;
}

.contactUs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width: 1024px) {
    .contactUs {
        padding: 0 20px;
        width: calc(100% - 40px);
    }
}

.contactUsHead {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

@media screen and (min-width: 1024px) {
    .contactUsHead .actions {
        visibility: hidden;
    }
}

.contactUsHead .backLink {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #062D4E;
    width: fit-content;
}

html[lang="jp"] .contactUsHead .backLink {
    font-size: 16px;
}

.infoSection {
    display: flex;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 1px 4px 0px rgba(4, 29, 62, 0.12);
}

@media screen and (max-width: 820px) {
    .infoSection {
        flex-direction: column;
    }
}

.infoSection .contentColumn {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn {
        padding: 16px;
        gap: 12px;
    }
}

.infoSection .contentColumn .getInTouchBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn .getInTouchBlock {
       gap: 12px; 
    }

    .infoSection .h-topic-contact {
        font-size: 24px;
        line-height: 24px;
    }
}

html[lang="jp"] .h-topic-contact {
    font-size: 20px;
    line-height: 1;
}

.infoSection .contentColumn .getInTouchBlock .description {
    font-family: "DB_Adman", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #062D4E;
}

html[lang="jp"] .infoSection .contentColumn .getInTouchBlock .description {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn .getInTouchBlock .description {
        font-size: 18px;
    }
}

.infoSection .contentColumn .contactsBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn .contactsBlock {
        gap: 12px;
    }
}

.infoSection .contentColumn .exploreMoreBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
} 

.infoSection .contentColumn .exploreMoreBlock .exploreButtons {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn .exploreMoreBlock .exploreButtons {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.exploreButtons > :nth-child(n) {
    flex: 1 0 0;
    text-align: center;
}

.infoSection .contentColumn .socialsBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .infoSection .contentColumn .socialsBlock {
        gap: 12px;
    }
}

.contactUsButton {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    padding: 10px 24px;
    background: none;

    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #062D4E;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media screen and (max-width: 767px) {
    .desktopButton {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobileButton {
        display: none;
    }
}

html[lang="jp"] .contactUsButton {
    font-size: 14px;
}

.linkItem {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px 8px 8px;
    border-radius: 12px;
    border: 1px solid #DDE3E9;
}

@media screen and (max-width: 767px) {
    .linkItem {
        padding: 4px 12px 4px 4px;
    }
}

.linkItem div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.25px;
    flex: 1 0 0;
}

.linkItem img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .linkItem > img {
        width: 20px;
        height: 20px;
    }
}

.linkItem div .contactName {
    color: #97A3AE;
}

.linkItem div .contactData {
    color: #062D4E;
}

.addressSection {
    border-radius: 12px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0px 1px 4px 0px rgba(4, 29, 62, 0.12);
}

.addressSection .addressBlock {
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .addressSection .addressBlock {
        padding: 16px;
    }
}

.addressSection .addressBlock .addressInfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .addressSection .addressBlock .addressInfo {
        flex: 1 0 0;
    }
}

.addressSection .addressBlock .addressInfo address {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #062D4E;
}

html[lang="jp"] .addressSection .addressBlock .addressInfo address {
    font-size: 14px;
}

.addressSection .addressBlock .addressInfo .addressContactsWrapper {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.addressSection .addressBlock .addressInfo .addressContactsWrapper .addressContacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .addressSection .addressBlock .addressInfo .addressContactsWrapper .addressContacts {
        flex: 1 0 0;
    }
}

.addressSection .addressBlock .addressInfo .addressContactsWrapper .addressContacts li a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #262C31;
}

html[lang="jp"] .addressSection .addressBlock .addressInfo .addressContactsWrapper .addressContacts li a {
    font-size: 14px;
}

.addressSection .addressBlock .addressImage {
    width: 211px;
    height: 211px;
}

@media screen and (max-width: 767px) {
    .desktopImage {
        display: none;
        width: 0;
    }

    .addressSection .addressBlock .addressImage {
        width: 111px;
        height: 111px;
    }
}

@media screen and (min-width: 768px) {
    .mobileImage {
        display: none;
    }
}

#contacts {
    padding-bottom: 100px;
}

#contacts .contentWrapper .title {
    font-family: "DB_Adman", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.005em;
    text-align: left;
}

#contacts .contentWrapper .content .title {
    font-family: "DB_Adman", sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.005em;
    text-align: left;
}

#contacts .contentWrapper .text {
    font-family: "DB_Adman", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #262C31;
    margin-top: 16px;
}

#contacts .contentWrapper .textCenter {
    text-align: center;
}

#contacts .contentWrapper .tel {
    font-family: "DB_Adman", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    color: #262C31;
}

#contacts .contentWrapper .content {
    padding: 32px 20px 20px 20px;
    position: relative;
}

#contacts .contentWrapper .list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

#contacts .contentWrapper .list a {
    font-family: "DB_Adman", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;

    color: #262c31;

    text-decoration: underline;
}

#contacts .contentWrapper .list li:last-child a {
    font-weight: 300;
    text-decoration: none;
}

#contacts .contentWrapper .decorationImage {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#contacts .contentWrapper .googleMap {
    padding: 5px 0 0 0;
    position: relative;
}

#contacts .contentWrapper .googleMap iframe {
    height: 512px;
}

#contacts .contentWrapper .sendButton {
    max-width: 327px;
    width: 100%;
    padding: 10px 24px;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px auto 0 auto;
    font-family: "DB_Adman", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: capitalize;
}

.mobileContactLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobileContactLinkImg {
    width: 20px;
    height: 20px;
    margin-bottom: 16px;
}

.mobileContactLinkText {
    font-family: "DB_Adman", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-decoration: underline;
}

.mobileContactLinkDescription {
    font-family: "DB_Adman", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #9C9C9C;
}

.contactsList {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.ways_to_contact {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 32px 24px;


}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .ways_to_contact {
        flex-direction: row;
        padding: 32px 40px;
    }

    .ways_to_contact > .get_in_touch .title {
        line-height: 30px;
    }

    #contacts .ways_to_contact .get_in_touch .textCenter,
    #contacts .ways_to_contact .get_in_touch .text {
        text-align: left;
    }

    #contacts .contentWrapper .sendButton {
        width: fit-content;
        margin-left: 0;
    }

    .contactsList {
        margin-top: 0;
        min-width: 340px;
    }

    #contacts .contentWrapper .content {
        padding: 32px 40px;
    }

    #contacts .contentWrapper .text {
        max-width: 450px;
    }

    #contacts .contentWrapper .decorationImage {
        width: 208px;
        height: 208px;
        right: 70px;
        bottom: 32px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #header {
        display: none;
    }

    #navigationMobile {
        display: block;
    }

    #navigationMobile .navigationList {
        padding: 16px 30%;
    }

    .ways_to_contact {
        flex-direction: row;
        padding: 32px 64px;
        justify-content: space-between;
    }

    .ways_to_contact > .get_in_touch .title {
        line-height: 30px;
    }

    #contacts .ways_to_contact .get_in_touch .textCenter,
    #contacts .ways_to_contact .get_in_touch .text {
        text-align: left;
    }

    #contacts .contentWrapper .sendButton {
        width: fit-content;
        margin-left: 0;
    }

    .contactsList {
        margin-top: 0;
        min-width: 340px;
    }

    #contacts .contentWrapper .googleMap iframe {
        height: 512px;
    }

    #contacts .contentWrapper .content {
        padding: 32px 64px;
    }

    #contacts .contentWrapper .content .text {
        max-width: 70%;
    }

    #contacts .contentWrapper .decorationImage {
        width: 232px;
        right: 64px;
        bottom: 32px;
    }
}

@media screen and (max-width: 768px) {
    #contacts .contentWrapper .content .title {
        font-size: 28px;
    }

    #contacts .contactsList {
        margin-top: 0;
    }

    #contacts .contentWrapper .content {
        padding: 32px 24px 32px 24px;
    }

    #contacts .contentWrapper .content .text {
        max-width: 70%;
    }

    #contacts .contentWrapper .decorationImage {
        width: 208px;
        right: 20px;
    }

    #contacts .contentWrapper .googleMap iframe {
        height: 384px;
    }
}

@media screen and (max-width: 767px) {
    #contacts .contentWrapper .decorationImage {
        bottom: 0;
    }
}

@media screen and (max-width: 430px) {
    #contacts .contentWrapper .content .text {
        max-width: 100%;
    }

    #contacts .contentWrapper .googleMap iframe {
        height: 187px;
    }

    #contacts .contentWrapper .decorationImage {
        width: 110px;
        right: 0px;
    }
}

@media screen and (max-width: 375px) {
    #contacts .contentWrapper .googleMap iframe {
        height: 187px;
    }

    #contacts .contentWrapper .decorationImage {
        width: 110px;
    }
}
