@charset "utf-8";
/*---------------------------------------------------------------------
PC Style
pc.css
-----------------------------------------------------------------------
Copyright 2026 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2026.04.07
---------------------------------------------------------------------*/
/*===========================================================
    font-size
===========================================================*/
.access-logo {
    font-size: 200%;
}
.greeting-contents h3 {
    font-size: 150%;
}
.access-logo small {
    font-size: 100%;
}
/*===========================================================
    parts
===========================================================*/


/*===========================================================
    article-company
===========================================================*/
.article-company {
    display: flex;
    flex-direction: column;
    gap: 10em;
}

/* section-greeting */
.section-greeting {
    max-width: 1350px;
    gap: 5em;
    justify-content: flex-start;
}
.section-greeting .section-title {
    width: 8em;
    flex-shrink: 0;
}
.greeting-contents {
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.greeting-contents h3 {
    font-weight: 600;
}
.greeting-contents p {
    line-height: 1.8em;
}
.greeting-contents p span {
    display: block;
    padding-top: 1em;
}
.greeting-name {
    width: fit-content;
    flex-direction: column;
    margin: 0 0 0 auto;
}
.greeting-img {
    width: auto;
    height: 3em;
}

/* section-company */
.section-company {
    max-width: 1080px;
    border-radius: 1em;
    padding: 5em 3em;
    padding-top: 7em;
    margin: 0 auto;
}
.company-contents {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-top: 5em;
}
.company-contents dl {
    display: flex;
    align-items: stretch;
}
.company-contents dt {
    width: 15em;
    height: auto;
    font-weight: 600;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 1em;
}
.company-contents dd {
    width: 100%;
    line-height: 1.8em;
    display: flex;
    align-items: center;
    padding: 1em;
}

/* section-access */
.access-contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6em;
    padding-top: 5em;
}
/* access-detail */
.access-detail {
    min-width: 400px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/* access-logo */
.access-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25em 0.5em;
    padding-bottom: 1rem;
}
.access-logo small  {
    font-weight: 800;
    display: block;
}
.access-logo span {
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.25em;
}
.access-logo img {
    width: auto;
    height: 1em;
}

.access-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
}
.access-contact dt {
    width: fit-content;
    font-weight: 700;
    border-radius: 200px;
    padding: 0.5em 1em;
}
.access-contact dd,
.access-contact dd a {
    font-weight: 600;
}

/* access-directions */
.access-directions {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-radius: 1em;
    padding: 2em;
}
.access-directions dt {
    width: fit-content;
    font-weight: 700;
    border-radius: 200px;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

/* access-map */
.access-map {
    width: 100%;
    aspect-ratio: 4 / 3;
}