@charset "utf-8";

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


.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all .3s;
}

.header-container {
    padding: 10px 15px 10px;
    max-width: 1890px;
    width: 100%;
    margin: 0 auto;
}

.header-area {
	max-width: 1834px;
	width: 100%;
    display: flex; 
    align-items: center;
    justify-content: space-between;
}

.header-logo-box {
	display: block;
	max-width: 170px;
	width: 100%;
	margin: 0 13px 0 0;
}

.header-logo01 {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.header-logo02 {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.header-right {
    max-width: 819px;
    width: 78%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.header-contact-area {
    max-width: 628px;
    width: 76%;
	display: none;
}

.header-contact-text {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}

.header-contact-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--bg-primary);
    flex: 1;
    margin-left: 14px;
}

.header-contact-flex {
	margin: 24px 0 0;
    max-width: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sns-link-area {
    margin: 0 10px 0 auto;
}

.header-sns-img01 {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.header-sns-img02 {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.header-follow-contact-area {
	display: none;
    visibility: hidden;
    opacity: 0;
    max-width: 370px;
    width: 100%;
    transition: all .3s;
    position: relative;
}

.header-follow-contact-box01 {
    padding: 19px 15px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.05em;
    text-align: center;
    background: var(--white);
    border-radius: 13px;
    transition: all .3s;
}

.header-follow-contact-box01:hover {
    background: var(--bg-secondary);
    color: var(--white);
}

.header-follow-contact-box02 {
    width: 100%;
    padding: 18px 15px 22px;
    background: var(--white);
    border-radius: 13px;
    position: absolute;
    top: 130%;
}

.header-follow-contact-item {
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
}

.header-follow-contact-text-box {
    padding: 0 0 18px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    text-align: center;
}

.header-follow-contact-link-area {
    margin: 28px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-follow-contact-link-area .mail-link01 {
    margin: 10px 0 0;
}

/*--is-active--*/

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

.header.is-active .header-right {
    max-width: 570px;
    width: 100%;
}

.header.is-active .header-logo01 {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.header.is-active .header-logo02 {
    display: block;
    visibility: visible;
    opacity: 1;
}

.header.is-active .header-sns-img01{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.header.is-active .header-sns-img02 {
    display: block;
    visibility: visible;
    opacity: 1;
}

.header.is-active .header-follow-contact-box01.active {
    background: var(--bg-secondary);
    color: var(--white);
}

/*--管理画面--*/

.gjs-dashed .header .header-logo01 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gjs-dashed .header .header-logo02 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gjs-dashed .header .header-sns-img01{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gjs-dashed .header .header-sns-img02 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gjs-dashed .header .header-follow-contact-area {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gjs-dashed .header .header-follow-contact-area .header-follow-contact-box02 {
    position: relative;
}

/*--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;
}

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


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/

.header-contact-area {
	display: block;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.header-sns-link-area {
    margin: 0;
}

/*--is-active--*/


.header.is-active .header-contact-area {
	display: none;
    visibility: hidden;
    opacity: 0;
}

.header.is-active .header-follow-contact-area {
    display: block;
    visibility: visible;
    opacity: 1;
}

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


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


/*===========================================================

===========================================================*/

.header-container {
	padding: 23px 15px 19px;
}

.header-logo-box {
	max-width: 329px;
}

.header-contact-flex {
    max-width: 617px;
}

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


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/



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


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




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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 