@charset "utf-8";

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/


.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: var(--base-bg-color);
}

.header-container {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    transition: all .3s;
}

.header-logo {
    max-width: 85px;
    width: 100%;
    position: absolute;
    left: 20px;
    top: 10px;
    transition: all .3s;
}

.header-right {
    margin: 0 0 0 auto;
    max-width: 546px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-contact-area {
    max-width: 558px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}

.header-contact-area .contact-btn01 {
    padding: 10px 15px 12px;
}

.header-fixed-link {
    padding: 0 7px 7px 0;
    display: none;
    max-width: 184px;
    width: 100%;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999;
    transition: all .3s;
}

.header-fixed-link::before {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bg-fifth);
    border-radius: 50%;
    z-index: -1;
}

.header-fixed-link-inner {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--white);
    transition: all .3s;
}

.header-fixed-link:hover .header-fixed-link-inner {
    transform: translate(6px, 6px);
}

.header-fixed-icon {
    max-width: 35px;
    width: 100%;
}

.header-fixed-text01 {
    margin: 7px 0 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
}

.header-fixed-text02 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
}

/*--is-animation--*/

/*--is-active--*/

.header.is-active {
    background: var(--base-bg-color);
}

.header.is-active .header-container {
    align-items: center;
    padding: 10px 0;
}

.header.is-active .header-logo {
    max-width: 85px;
    position: relative;
    top: 0;
    left: 0;
}

.is-active.header-fixed-link {
    max-width: 164px;
    bottom: 1%;
    right: 1%;
}

.is-active.header-fixed-link::before {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bg-fifth);
    border-radius: 50%;
    z-index: -1;
}

.is-active.header-fixed-link .header-fixed-link-inner {
    width: 154px;
    height: 154px;
}

.is-active.header-fixed-link .header-fixed-text01 {
    font-size: 26px;
}

.is-active.header-fixed-link .header-fixed-text02 {
    font-size: 12px;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

/*----- is-hidden -----*/

.is-hidden {
	visibility: hidden;
	transition: all .5s;
	opacity: 0;
}


/*-----------------------------------------------------------

-----------------------------------------------------------*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {

    
/*-----------------------------------------------------------

-----------------------------------------------------------*/

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

.header-container {
    padding: 20px 0;
}

.header-contact-area {
    display: flex;
}

.header-fixed-link {
    display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {

.header-container {
    padding: 40px 0;
}

.header-right {
    max-width: 628px;
}

.header-logo {
    max-width: 190px;
    width: 10%;
    left: 50px;
    top: 38px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    
/*-----------------------------------------------------------

-----------------------------------------------------------*/

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {

    

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {

    

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */