@charset "utf=8";

/* ==========================================
header
========================================== */

.hGmapIcon {
    filter: brightness(0);
}

.header {
    position: fixed;
    z-index: 999;
    padding: 4rem 5rem;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hLogo {
    font-size: 9.5rem;
    /* font-family: var(--font-family04); */
    font-weight: normal;
    line-height: 1.7em;
    margin: -5rem 2rem 0 0;
    color: #fff;
}

.hNavBoxWr {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6rem;
}

.hNavBox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
    color: #fff;
}

.hWebBtn {
    max-width: 27.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.7rem 1.5rem;
    border-radius: 0.3rem;
    transition: all .5s;
    background-color: rgb(250 250 249 / 30%);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.hWebBtnSetBox figure {
    max-width: 3.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1.5rem;
}

.hWebBtnSetBox figure:after {
    content: "";
    width: 2px;
    height: 2.6rem;
    display: block;
    background-image: linear-gradient(
    to bottom,
    #fff,
    #fff 2px,
    transparent 2px
  );
    background-repeat: repeat-y;
    background-size: 2px 4px;
    background-position: left top;
}

.hWebBtnSetBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hNavLink {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.hNavLink>a:hover {
    text-decoration: underline;
}

.header.is-animation {
    position: fixed;
    transition: all .5s;
    background-color: #FAFAF9;
    padding: 1rem 5rem;
}

.header.is-animation .hLogo {
    color: #262625;
    font-size: 8.5rem;
    margin: -3.8rem 2rem 0 0;
}

.header.is-animation .hNavBox {
    color: #262625;
}

.header.is-animation .hWebBtn {
    background-color: rgb(96 92 75 / 40%);
}

.hWebBtn:hover {
    background-color: rgb(250 250 249 / 50%);
}

.header.is-animation .hWebBtn:hover {
    background-color: rgb(96 92 75 / 60%);
}

/* ==========================================
footer
========================================== */

footer {
    background-color: var(--fifth);
    padding: 13rem 0 8rem;
}

.fWr {
    max-width: 152rem;
    width: 100%;
    margin: 0 auto;
}

.fCompanyContWr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem;
}

.fCompanyContItemBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5rem;
    width: 0.1rem;
    height: 100%;
    background-color: var(--border-primary);
}

.fCompanyContWr .fCompanyContItemBox:last-child:after {
    display: none;
}

.fCompanyContTit {
    font-size: 2.5rem;
    font-family: var(--font-family01);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.44em;
}

.fCompanyContTextBox {
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.556em;
}

.fCompanyContSet {
    display: flex;
    align-items: baseline;
    color: #403F3E;
}

.fCompanyContTd {
    flex: 1;
}

.fContLinkBtn {
    max-width: 24.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem 1.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #B2B2B2;
    transition: all .5s;
}

.fContLinkBtnSetWr {
    margin-top: 4.8rem;
}

.fContLinkBtnMg {
    margin: 1rem 0 0 0;
}

.fContLinkBtn:hover {
    background-color: #fff;
    transition: all .5s;
}

.fContLinkBox {
    max-width: 18.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.fContLinkBox figure {
    max-width: 3.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1.5rem;
}

.fContLinkBox figure:after {
    content: "";
    width: 2px;
    height: 2.6rem;
    display: block;
    background-image: linear-gradient(
    to bottom,
    #262625,
    #262625 2px,
    transparent 2px
  );
    background-repeat: repeat-y;
    background-size: 2px 4px;
    background-position: left top;
}

.fWebText {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.fLineText {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.fTelText {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25em;
    font-family: var(--font-family03);
}

.fBoxWr {
    border-top: 0.1rem solid #CECECC;
    margin-top: 10rem;
    padding-top: 3.4rem;
}

.fLogo {
    font-size: 9.5rem;
    /* font-family: var(--font-family04); */
    font-weight: normal;
    line-height: 1.7em;
    margin: 0 2rem 0 0;
}

.fNavWr {
    flex: 1;
    margin: 4.6rem 0 0;
}

.fFlexBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fNavLinkBox01 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 5rem;
}

.fNavLinkBox02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 5rem;
    margin: 2rem 0 0;
}

.fNavLink {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.fNavLink>a {
    display: block;
    transition: all .5s;
}

.fNavLink>a:hover {
    text-decoration: underline;
    transition: all .5s;
}

.copyright {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: right;
    margin: 4.8rem 0 0;
}

/* --- モーダルコンテナ全体 --- */
.modal-container {
    position: fixed; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* 他の要素より手前に表示 */
    display: none; /* 初期状態では非表示 */
}

.hWebModalMainWr {
    background-color: #EDEDEB;
    padding: 6rem 0 8rem;
    border-radius: 0.3rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 80vh;
}

/* --- 背景のマスク --- */
.modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
}

/* --- モーダルのコンテンツ --- */
.modal-content {
    position: absolute;
    top: 50%; /* 画面中央に配置 */
    left: 50%;
    transform: translate(-50%, -50%); /* 自身のサイズを考慮して中央揃え */
    width: 90%;
    max-width: 122rem;
    z-index: 999;
}

/* --- 閉じるボタン --- */
.modal-close-btn {
    cursor: pointer;
    max-width: 2.7rem;
    width: 100%;
    display: block;
    margin: 0 0 2rem auto;
}

.hContLinkBtn.hContLinkBtnMg {
    margin: 1rem auto 0;
}

.hContLinkBtn:hover {
    background-color: #fff;
    transition: all .5s;
}

.hContLinkBox {
    max-width: 18.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.hContLinkBox figure {
    max-width: 3.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1.5rem;
}

.hContLinkBox figure>img {
    width: 60%;
}

.hContLinkBox figure:after {
    content: "";
    width: 2px;
    height: 2.6rem;
    display: block;
    background-image: linear-gradient(
    to bottom,
    #262625,
    #262625 2px,
    transparent 2px
  );
    background-repeat: repeat-y;
    background-size: 2px 4px;
    background-position: left top;
}

.hWebText {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.hLineText {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.hTelText {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25em;
    font-family: var(--font-family03);
}

.hContLinkBtn {
    max-width: 24.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem 1.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #B2B2B2;
    transition: all .5s;
    margin: 0 auto;
}

.hWebModalMainItemBox {
    padding: 0 1.5rem;
}

.hWebModalMainItemWr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.hWebModalMainItemBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.1rem;
    height: 100%;
    background-color: var(--border-primary);
}

.hWebModalMainItemWr .hWebModalMainItemBox:last-child:after {
    display: none;
}

.hWebModalCompanyName {
    font-size: 2.5rem;
    font-family: var(--font-family01);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.44em;
    text-align: center;
}

.hContLinkBtnSetWr {
    margin-top: 5rem;
}

.eventNone {
    pointer-events: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

.hNavBox {
    gap: 2rem;
}

.hNavLink {
    font-size: 1.4rem;
}

.hLogo {
    font-size: 7.5rem;
    margin: -5rem 2rem 0 0;
}

.header {
    padding: 1rem 5rem;
}

.hNavBoxWr {
    gap: 3rem;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

.fCompanyContWr {
    gap: 6rem;
}

.fCompanyContItemBox:after {
    right: -3rem;
}

.fCompanyContTextBox {
    font-size: 1.6rem;
}

.hNavBox {
    gap: 2rem;
}

.hNavLink {
    font-size: 1.2rem;
}

.hLogo {
    font-size: 5.5rem;
    margin: -3rem 2rem 0 0;
}

.header.is-animation .hLogo {
    font-size: 5.5rem;
    margin: -3rem 2rem 0 0;
}

.hWebBtn {
    max-width: 20rem;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
}

.header {
    padding: 1rem 2rem;
}

.header.is-animation {
    padding: 1rem 2rem;
}

.hNavBox {
    display: none;
}

.fCompanyContTd.pc {
    display: block;
}

.fCompanyContTd.sp {
    display: none;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

.fBoxWr {
    margin-top: 4rem;
    padding-top: 6rem;
}

.fFlexBox {
    display: block;
}

.fLogo {
    font-size: 5.5rem;
    margin: 0;
}

.fNavWr {
    margin: 4rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.1rem;
}

.fNavLinkBox01 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.fNavLinkBox02 {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.fNavLink {
    font-size: 1.5rem;
}

.copyright {
    font-size: 1rem;
    text-align: left;
    margin: 4rem 0 0;
}

footer {
    padding: 6rem 0 9rem;
}

.fCompanyContWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
}

.fCompanyContItemBox:after {
    top: auto;
    bottom: -4rem;
    right: 0;
    width: 100%;
    height: 0.1rem;
}

.hWebBtn {
    display: none;
}

.header {
    padding: 1rem 1rem 1rem 2rem;
}

.header.is-animation {
    padding: 1rem 1rem 1rem 2rem;
}

.hWebModalMainItemWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
}

.hWebModalMainItemBox:after {
    display: none;
}

.hWebModalMainWr {
    padding: 3rem 0 3rem;
}

.hContLinkBtnSetWr {
    margin-top: 1.5rem;
}

.hContLinkBtn {
    max-width: 27rem;
    padding: 1.5rem 1.5rem;
}

.hContLinkBox {
    max-width: 22.4rem;
}

.hWebText {
    font-size: 1.3rem;
}

.hLineText {
    font-size: 1.3rem;
}

.hTelText {
    font-size: 1.5rem;
}

.hWebModalCompanyName {
    font-size: 1.8rem;
}

.eventNone {
    pointer-events: unset;
}

.fCompanyContTd.pc {
    display: none;
}

.fCompanyContTd.sp {
    display: block;
}

.fCompanyContSet.fCompanyContSetBlock {
    display: block;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

.fCompanyContTit {
    font-size: 2.2rem;
}

.fCompanyContTextBox {
    margin-top: 2.2rem;
    font-size: 1.5rem;
}

.fContLinkBtn {
    max-width: 24.1rem;
    padding: 1.9rem 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.fContLinkBox {
    max-width: 27.5rem;
}

.fContLinkBtnSetWr {
    margin-top: 2.2rem;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */