@charset "utf-8";
/*---------------------------------------------------------------------
Parts Style
style.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
html {
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
/*===========================================================
    font-size
===========================================================*/

/*===========================================================
    parts
===========================================================*/
/*wbr*/
.wbr {
word-break: keep-all;
overflow-wrap: break-word;
}

/*circle-arrow*/
.circle-arrow {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    position: relative;
    transition: all 0.3s;
}
#circle-arrow__item__wrap {
    height: 60%;
}

/*link-btn*/
.link-btn {
    font-size: 150%;
    min-width: 15em;
    width: fit-content;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    padding: 0.5em;
    padding-left: 1em;
    border-radius: 100px;
    transition: all 0.3s;
}
.link-btn.orange {
    background: var(--orange);
}
.link-btn.green {
    background: var(--green);
}
.link-btn:hover {
    transform: scale(1.1);
}

/*===========================================================
    header
===========================================================*/
header {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    border-radius: 3.5em;
    position: fixed;
    top: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 1em 2em;
    transition: all 0.3s;
    z-index: 98;
}
/*h-logo*/
.h-logo {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.h-logo #amm-logo__icon {
    width: 3.75em;
}
#amm-logo__icon .st0 {fill: var(--light-orange);}
#amm-logo__icon .st1 {fill: var(--green);}
#amm-logo__icon .st2 {fill: var(--orange);}

.h-logo > span,
.h-logo small {
    display: block;
}
.h-logo small {
    font-size: 80%;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.h-logo #amm-logo__name {
    width: auto;
    height: 2.5em;
    padding-top: 0.2em;
}
#amm-logo__name .st0 {fill: var(--orange);}

/*h-nav*/
.h-nav {
    display: flex;
    gap: 1em;
}
.h-nav__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0 1em;
}
.h-nav__inner a {
    font-size: 120%;
    font-weight: 500;
}

/*h-nav__access*/
.h-nav__access {
    display: flex;
    align-items: center;
    gap: 1em;
    flex-shrink: 0;
}
.h-nav__tel a {
    font-size: 200%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
}
.h-nav__tel span {
    font-weight: 700;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
}
.h-nav__tel svg {
    height: 0.8em;
}
.h-nav__tel path {
    fill: var(--orange);
}
.h-nav__tel small {
    font-size: 60%;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}

.h-nav__experience a {
    font-size: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: block;
    border-radius: 200px;
    padding: 0.5em 1em;
}
.h-nav__experience small {
    font-size: 70%;
    text-align: center;
    font-weight: 500;
    display: block;
    border-radius: 100px;
    padding: 0 0.5em;
    margin-top: 0.5em;
}

/*hb*/
.hb {
    display: none;
}

/*header s-active*/
header.s-active {
    width: 100%;
    border-radius: 0 0 2em 2em;
    top: 0;
}

/*===========================================================
    wrap
===========================================================*/

/*===========================================================
    footer
===========================================================*/
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4em;
    padding-top: 6em;
}

/*f-logo*/
.f-logo {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.f-logo > span,
.f-logo small {
    display: block;
}
.f-logo small {
    font-size: 80%;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.f-logo #amm-logo__icon {
    width: 5em;
}
.f-logo small {
    font-size: 100%;
}
.f-logo #amm-logo__name {
    width: auto;
    height: 3em;
    padding-top: 0.2em;
}

/*f-sns*/
.f-sns {
    display: flex;
    gap: 2em;
}
.f-sns a {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.f-sns a:hover {
    transform: scale(1.05);
}
.f-sns svg {
    height: 3em;
}

/*f-nav*/
.f-nav {
    max-width: 1350px;
    width: 90%;
    margin: 0 auto;
}
.f-nav__inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5em;
}
.f-nav li {
    width: fit-content;
    padding-right: 1em;
    border-right: dotted 2px rgb(200, 200, 200);
}
.f-nav li a {
    font-size: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}
.f-nav li a:hover {
    opacity: 0.5;
}
.f-nav li:last-child {
    border-right: none;
    padding-right: 0;
}
.f-nav a svg {
    height: 1.25em;
}

/*f-other*/
.f-other {
    font-size: 120%;
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em;
}
.f-other a {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}
.f-other a:hover {
    opacity: 0.5;
}
.f-other a svg {
    height: 1em;
}

@media screen and (max-width: 959px) {
/*===========================================================
    font-size
===========================================================*/

/*===========================================================
    parts
===========================================================*/

/*===========================================================
    header
===========================================================*/

/*h-nav*/
.h-nav {
    max-width: 500px;
    width: 100%;
    height: fit-content;
    max-height: 95vh;
    max-height: 95svh;
    flex-direction: column;
    gap: 2em;
    background: var(--white);
    border-radius: 3.5em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2em;
    padding-top: 8em;
    transition: all 0.3s;
    transform: translateX(110%);
    pointer-events: none;
    overflow-y: auto;
}
header.h-active .h-nav {
    transform: translateX(0);
    pointer-events: auto;
}
.h-nav__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}
.h-nav__inner li {
    width: 100%;
}
.h-nav__inner a {
    display: block;
    border-bottom: dotted 4px var(--lightorange);
    padding-bottom: 1em;
    transition: all 0.3s;
}
.h-nav__inner a:hover {
    opacity: 0.5;
}

/*h-nav__access*/
.h-nav__access {
    justify-content: center;
}

/*hb*/
.hb {
    width: fit-content;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 130%;
    position: relative;
    z-index: 2;
}
.hb ul {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 50%;
    padding: 5px;
}
.hb ul li {
    width: 80%;
    height: 2px;
    transition: all 0.3s;

}
header.h-active .hb ul li:nth-child(1) {
    transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
}
header.h-active .hb ul li:nth-child(2) {
    opacity: 0;
}
header.h-active .hb ul li:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
}

/*===========================================================
    wrap
===========================================================*/

/*===========================================================
    footer
===========================================================*/
}

@media screen and (max-width: 482px) {
/*===========================================================
    font-size
===========================================================*/

/*===========================================================
    parts
===========================================================*/
/*link-btn*/
.link-btn {
    font-size: 125%;
}

/*===========================================================
    header
===========================================================*/
header {
    padding: 1em;
}

/*h-logo*/
#amm-logo__icon {
    width: 3em;
}
.h-logo small {
    font-size: 80%;
}
#amm-logo__name {
    height: 1.7em;
}

/*h-nav__access*/
.h-nav__access {
    flex-direction: column;
    gap: 2em;
}
.h-nav__access li,
.h-nav__access a {
    width: 100%;
}
.h-nav__tel a {
    font-size: 300%;
    gap: 0.1em;
}
.h-nav__tel small {
    font-size: 45%;
}

.h-nav__experience a {
    font-size: 200%;
}
.h-nav__experience small {
    font-size: 70%;
    margin-top: 0.75em;
}

/*===========================================================
    wrap
===========================================================*/

/*===========================================================
    footer
===========================================================*/
/*f-sns*/
.f-sns {
    gap: 1.5em;
}
.f-sns a {
    width: 4em;
    height: 4em;
}
.f-sns svg {
    height: 2em;
}
/*f-nav*/
.f-nav li {
    width: 100%;
    border-right: none;
    border-bottom: dotted 2px rgb(200, 200, 200);
    padding-right: 0;
    padding-bottom: 1.5em;
}
.f-nav li a {
    width: 100%;
}
}
