body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
}

.l-header {
    background: transparent;
}
.l-container {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);

}
.l-header .l-container {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
}
a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: inherit;
}
a:hover {
    opacity: 0.7;
}
.u-pc-only {
    display: none;
}
.p-drawer {
    background-color: #F1F5F9;
    padding: var(--ark-header_height) 0 1.5rem;
}
.p-drawer__inner {
    position: relative;
}
[data-drawer-move=fade] .p-drawer__inner {
    max-width: 100%;
}
[data-drawer=opened] .c-iconBtn__icon .__close {
    color: #333333;
}

.p-drawer__body {
    padding: 17vw 6vw;
    position: static;
}
.c-drawerNav {
    text-align: center;
    color: #333333;
    border: none;
}
.c-drawerNav .menu-item {
    border: none;
    font-size: 1rem;
    letter-spacing: .06em;
    line-height: 1.2;
}
.c-drawerNav__a {
    padding-block: 1.2rem;
}
.c-drawerNav__a:hover {
    background-color: transparent;
    opacity: .7;
}
.p-drawer__close {
    display: none;
}
.c-drawerNav__li:last-child {
    color: #fff;
    display: flex;
    justify-content: center;
}
.c-drawerNav__li:last-child a {
    border-radius: 1.313rem;
    border: solid 0.125rem #fff;
    background: linear-gradient(to bottom, #EEF4F7 -80%, #2579BE 100%);
    width: 7.75rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block-start: .97rem;
}
.l-header__drawerBtn {
    top: 0.313rem;
    left: -0.625rem;
}
.p-drawer__copyright {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #333333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    white-space: nowrap;
	z-index: 11;
}

@media screen and (min-width: 62.5rem) {
    .l-header__body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-block-start: 2.4rem;
        width: 59.5rem;
        height: 6.625rem;
        background-color: rgba(255, 255, 255, .7);
        border-radius: var(--ClampSize);
        border: solid 0.125rem #fff;
        box-shadow: 
            0.625rem 0.625rem 1.25rem rgba(189, 205, 213, 0.6),
            inset 0.625rem 0.625rem 0.5rem rgb(255, 255, 255);
    }
    .l-header__center {
        width: 9.375rem;
        flex-shrink: 0;
    }
    .c-nav-list {
        gap: 1.875rem;
        align-items: center;
    }
    .c-nav-list li {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: .06em;
    }
    .c-nav-list li a {
        color: #333333;
        transition: color 0.3s ease, opacity 0.3s ease;
    }
    .c-nav-list li a:hover {
        color: #E95167;
        opacity: 1;
    }
    .c-nav-list li .c-btn {
        border: solid 0.125rem #FFFFFF;
        border-radius: 1.313rem;
        background: linear-gradient(to bottom, #EEF4F7 -80%, #2579BE 100%);
        color: #fff;
        height: 2.75rem;
        width: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c-nav-list li .c-btn:hover {
        opacity: 0.7;
        color: #fff;
    }
    .u-sp-only {
        display: none;
    }
    .u-pc-only {
        display: block;
    }
    .p-topArea {
        margin-block-start: 2.4rem;
    }
}

.l-header__center {
    grid-area: left;
}
.l-content__body {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.home .l-content__body {
    padding: 0;
}
.p-fixBtnWrap {
    border-radius: 50%;
    background: transparent;
}
.c-fixBtn {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    position: relative;
}
.c-fixBtn:hover {
    opacity: .7;
}
.c-fixBtn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-image: url(../img/Icon-arrow-up-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .25s;
}
.c-fixBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #fff;
	transition: opacity .25s;
}
.c-fixBtn__icon {
    display: none;
}
@media screen and (min-width: 62.5rem) {
    .p-fixBtnWrap {
        border-radius: 50%;
        background: transparent;
    }
    .c-fixBtn {
        width: 6.25rem;
        height: 6.25rem;
        border-radius: 50%;
        opacity: 1;
        background: transparent;
        position: relative;
    }
    .c-fixBtn::after {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.l-content__body {
    margin: 3rem auto;
}
.home .l-content__body {
    margin: 0;
}
.home .l-footer {
    background-color: #EEF4F7;
}
.l-footer {
    z-index: 1;
    color: #fff;
    position: relative;
}
.l-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: clamp(5rem, 21vw, 10rem) clamp(5rem, 21vw, 10rem) 0 0;
    background-color: #333333;
    z-index: -1;
}
.l-footer__inner {
    width: 61.25rem;
    margin-inline: auto;
    padding-block: 7rem 2.688rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
    width: 100%;
}
.l-footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.l-footer__infoWrapper {
    width: 100%;
    margin-inline: auto;
}
@media screen and (min-width: 37.5rem) {
    .l-footer__infoWrapper {
        width: 28.125rem;
    }
}
.l-footer__logo {
    width: 10.313rem;
	height: 4.563rem;
}
.l-footer__logo a {
    width: 100%;
    display: block;
	height: 100%;
}
.l-footer__companyName {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-start: 1.938rem;
}
.l-footer__address {
    font-size: 1rem;
    line-height: 1.75;
    margin-block-start: 0.875rem;
}
.l-footer__mark {
    display: flex;
    gap: 0.563rem;
    align-items: center;
    margin-block-start: 3.438rem;
}
.l-footer__mark figure {
    width: 3.125rem;
    height: 3.75rem;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}
.l-footer__mark img {
    width: 2.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.l-footer__mark p {
    font-size: 0.75rem;
    line-height: 1.67;
    width: 24.063rem;
}
.l-footer__navWrapper nav {
    display: flex;
    justify-content: center;
    gap: 3.625rem;
}
.l-footer__navWrapper nav ul {
    padding: 0;
}
.l-footer__navWrapper nav ul li {
    margin-block-start: 1.25rem;
}
.l-footer__navWrapper nav ul li:first-child {
    margin-block-start: 0;
}
.l-footer__navWrapper nav ul li a {
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
}
.l-footer__navWrapper nav ul li span {
    margin-inline-start: 0.5rem;
}
.l-footer__foot {
    padding: 0;
    margin-block-start: 4.188rem;
}
.c-copyright {
    font-size: 0.875rem;
    line-height: 1.2;
}

@media screen and (min-width: 62.5rem) {
    .l-footer::before {
        border-radius: clamp(7.5rem, 16vw, 15rem) clamp(7.5rem, 16vw, 15rem) 0 0;
    }
    .l-footer__inner {
        padding: 0;
        padding-block: 7rem 2.688rem;
    }
    .l-footer__wrapper {
        gap: clamp(6rem, 13.13vw, 12.313rem);
        flex-direction: row;
        justify-content: center;
    }
    .l-footer__infoWrapper {
        width: auto;
        margin-inline: 0;
    }
    .l-footer__foot {
        margin-block-start: 9.188rem;
    }
}

.l-bottomOuter {
    background-color: #EEF4F7;
    border-radius: clamp(10rem, 16vw, 15rem) clamp(10rem, 16vw, 15rem) 0 0;
    width: 100%;
}
