@charset "UTF-8";
/* ------------------------------------------------
                    共通css
--------------------------------------------------- */
/*---------- header ----------*/
header {
    width: 100%;
	height:80px;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	background : #0072ba;
	display: none
}
header .header-inn {
    width: 96%;
	height:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

/*ロゴ*/
header .header-logo {
	width:12%;
    max-width: 100px;
    display: block;
	position: relative
}
header .header-logo-exhibition{
	position: absolute;
	content:'';
    width:100%;
	height:100%;
	display: flex;
	align-items: center;
	top:0;
	right:-105%;
	margin: auto
}

header .gnav-wrap {
    width: calc(100% - 205px);
}
header .gnav-wrap ul#gnav {
    width: 100%;
    display: flex;
	justify-content: flex-end;
	padding-right: 7em;
	position: relative
}
header .gnav-wrap ul#gnav li {
	display: flex;
	align-items: center;
    padding: 0 6px;
	position: relative
}
header .gnav-wrap ul#gnav li:not(:first-child):not(.gnav-contact)::before{
	position: absolute;
	content:'';
	width:1px;
	height:90%;
	background: #fff;
	top:0;
	bottom:0;
	left:0;
	margin: auto
}

header .gnav-wrap ul#gnav li a {
	display: block;
	color:#fff;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	text-align: center;
	position: relative;
}

header .gnav-wrap ul#gnav li a .tb{
	display: none!important
}
header .gnav-wrap ul#gnav li a span{
	font-size:1.1rem;
	font-weight: 400;
}
header .gnav-wrap ul#gnav li a:hover{
	opacity: 0.7
}
@media (max-width: 1000px) {
	header .gnav-wrap ul#gnav li a .tb{
		display: block!important
	}
	header .gnav-wrap ul#gnav li a span{
		font-size:1.2vw;
	}
}

/*header .gnav-wrap ul#gnav li.gnav-contact a{
	background: #faed56;
	border:1px #0072ba solid;
	color: #0072ba;
}
header .gnav-wrap ul#gnav li.gnav-contact a span{
	padding-left: 1.5em;
	background-image: url("../../img/common/icon-contact.svg");
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position: left center;
}
*/
header .gnav-wrap ul#gnav li.gnav-contact{
	position: absolute;
	content:'';
	width:6.8em;
	height:6.8em;
	right:0.5em;
	top:-0.5em;
	padding: 0;
}
header .gnav-wrap ul#gnav li.gnav-contact a{
	width:100%;
	height:100%;
	background-color: #faed56;
	background-image: url("../../img/common/icon-contact.svg");
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: top 0.8em center;
	border-radius: 50%;
	padding-top: 45%;
	color: #0072ba;
	line-height: 1.2;
	font-size:1.3rem	
}


.toIntro{
	cursor: pointer
}

@media (max-width: 1200px) {
	header .gnav-wrap ul#gnav li a {
		 padding: 0 2px;
	}
}
@media (min-width: 769px) {
    /*header .gnav-wrap ul#gnav li a:hover, 
    header .gnav-wrap ul#gnav li a.is-current {
		border-bottom: 2px solid #000;
    }*/
}
@media (max-width: 768px) {
    header {
        width: 100%;
		height:16vw;
		max-height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
		display: block
    }
    header .header-inn {
        width: 90%;
        max-width: inherit;
        margin: 0 auto;
        padding: 4vw 0;
    }

    /*ロゴ*/
    header .header-logo {
        width: 18vw;
        margin: 0 auto 0 0;
        display: block;
    }
	header .header-logo-exhibition{
		width: 20vw;
		right:-21vw
	}
	header .gnav-wrap {
        width: 100%;
        height: 100%;
		display: none;
        padding:20vw 0  0;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }
    header .gnav-wrap ul#gnav {
        width: 90%;
		margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
        z-index: 999;
    }
    header .gnav-wrap ul#gnav li a {
        padding: 3vw 5vw;
        display: flex;
		align-items: flex-end;
		gap:0 4vw;
        color: #0072ba;
        font-size: 5vw;
        font-weight: 500;
        position: relative;
    }
	header .gnav-wrap ul#gnav li.gnav-contact{
		position: inherit;
		width: 90%;
		margin: 0 auto;
		height:auto;
	}
	header .gnav-wrap ul#gnav li.gnav-contact a{
		background: #faed56;
		border:1px #0072ba solid;
		border-radius: 0;
		color: #0072ba;
		margin-top: 8vw;
		padding:2vw 5vw;
		width:100%;
		text-align: center;
		font-size: 4.4vw;
	}
	header .gnav-wrap ul#gnav li.gnav-contact a {
		justify-content: center;
		padding-left: 2em;
		background-image: url("../../img/common/icon-contact.svg");
		background-repeat: no-repeat;
		background-size: 1.2em;
		background-position: left 3vw center;
	}
	header .gnav-wrap ul#gnav li a .tb{
		display: none!important
	}
	header .gnav-wrap ul#gnav li a span{
		font-size:3.2vw;
	}
	.sp-header-contact{
		width: 12vw;
		max-width: 60px;
		height: 12vw;
		max-height: 60px;
		border-radius: 50%;
		background: #faed56;
		padding:3vw 2.5vw 1vw;
		margin-right: 2vw
	}
	

	/* 開閉ボタン */
	.sp-menu-trigger {
		width: 12vw;
		max-width: 60px;
		height: 12vw;
		max-height: 60px;
		border-radius: 50%;
		z-index: 2001;
		background: #fff;
		border: none;
	}
	.sp-menu-btn {
		width: 60%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.sp-menu-btn span{
		display: block;
		height: 2px;
		background: #0072ba;
		position:absolute;
		width: 100%;
		left: 0;
		transition: 0.5s ease-in-out;	
	}
	.sp-menu-btn span:nth-child(1){
		top: calc(50% - 15%);
	}
	.sp-menu-btn span:nth-child(2){
		top: calc(50%);
	}
	.sp-menu-btn span:nth-child(3){
		top: calc(50% + 15%);
	}

	
	/*開閉ボタンopen時*/
	.sp-menu-trigger.is-open  {
		background: #0072ba
	}
	.is-open .sp-menu-btn span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
		background:#fff
	}
	.is-open .sp-menu-btn span:nth-child(2) {
		opacity: 0;
	}
	.is-open .sp-menu-btn span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
		background:#fff
	}

}


/*---------- footer ----------*/

/* pagetop */
.pagetop {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
	display: none;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    background: #faed56;
    border: 1px solid #0072ba;
    cursor: pointer;
    text-align: center;
    color: #0072ba;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9996;
}
.pagetop a{
	display: flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
	color: #0072ba;
}
@media (max-width: 768px) {
    .pagetop {
        width: 12vw;
        height: 12vw;
        margin-bottom: 1px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #faed56;
        border: 1px solid #0072ba;
        cursor: pointer;
        text-align: center;
        color: #0072ba;
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 1;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 5;
    }
    
}

footer {
    width: 100%;
}

footer .copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 1.3rem;
}
@media (max-width: 1200px) {
	footer .copyright {
		 padding: 1vw 0;
		font-size: 1.2vw;
	}
}
@media (max-width: 768px) {
    footer {
        width: 100%;
    }

    footer .copyright {
        width: 100%;
        padding: 2vw 0;
        font-size: 2.3vw;
    }
}


/*---------- コンテンツ レイアウト ----------*/
.cont-inn-l {
    width: 92%;
    max-width: 1266px;
    margin: 0 auto;
    position: relative;
}
.cont-inn-m {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px) {
    .cont-inn-l {
        width: 96%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
    .cont-inn-m {
        width: 92%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
}




/*---------- カラー ----------*/
.blue{background: #0072ba}
.light-blue{background: #e7eff4}
.navy{background: #00388c}
.yellow{background: #faed56}

.yellow-txt{color: #faed56}

@media (max-width: 768px) {
}


/*---------- テキスト ----------*/

/* ------------------------------------------------
   セクションタイトル
--------------------------------------------------- */
.sec-title img{
	width:24%;
	margin: 0 auto
}

.sec-title_jp{
	margin: 0 auto;
	font-size:4.2rem;
	font-weight: 700;
	text-align: center;
	color:#0072ba
}
.sec-title_jp.white{
	color:#fff
}
@media (max-width: 1200px) {
	.sec-title_jp{
		font-size:3.3vw;
	}
}

@media (max-width: 768px) {
	.sec-title img{
		width:50%;
	}

	.sec-title_jp{
		font-size:6vw;
	}	
}


/* ------------------------------------------------
               パンくず
--------------------------------------------------- */

.breadcrumb-wrap {
	padding: 10px 0 ;
	width:90%;
	max-width: 1200px;
	position: absolute;
	top:70px;
	left:0;
	right:0;
	margin: auto;
	z-index: 2;
	
}
.breadcrumb-wrap .breadcrumb-in{
	width:100%;
	margin: 0 auto
}
.breadcrumb-wrap .breadcrumbs ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-wrap .breadcrumbs ol li {
    position: relative;
    font-size: 12px;
}
.breadcrumb-wrap .breadcrumbs ol li a {
    color: #303030;
}
.breadcrumb-wrap.white,
.breadcrumb-wrap.white .breadcrumbs ol li a {
    color: #fff;
}

.breadcrumb-wrap .breadcrumbs ol li::after {
    content: '>';
    margin: 0 5px;
    display: inline-block;
}

.breadcrumb-wrap .breadcrumbs ol li:last-child::after {
    content: none;
}

@media screen and (max-width: 768px) {
	.breadcrumb-wrap{
	display: none
    }
}

