@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


@media screen and (max-width:768px){
	
body{
	font-size:3.4vw;
}

.pc{display: none!important;}
.sp{display: block!important;}

.mb{
	margin-bottom: 8vw!important;
}


/*header
----------------------------------------------------*/
header{
	height:50px;
}

header.fixnavi{
	height:50px;
}

header h1{
    margin: 0;
    padding: 10px 0 0 5%;
    font-size: 3.4vw;
    
}

header h1 img{
    width: auto;
    height: 30px;
}



/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 13px;
    right: 5%;
	width: 40px;
	height: 24px;
    z-index: 99999;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to left top, #15EAB5, #10D86F);*/
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #252525;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-30deg);
	transform: translateY(11px) rotate(-30deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(30deg);
	transform: translateY(-11px) rotate(30deg);
}


/*navigation
-------------------------------------------------*/
#headIn{
	overflow: auto;
	position: fixed;
	width:100%;
	height:100vh;
	left: auto;
	top: 0;
	right: 0px;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#headIn{
    display: none;
}

#headIn.active{
    display: block;
    animation: show 0.3s linear 0s;
}

#headIn nav{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#headIn nav ul{
    display: block;
    
}

#headIn nav ul.tab{
	position: fixed;
	bottom:0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#headIn nav ul.tab li{
    width: auto;
    height: auto;
    display: block;
}

.fixnavi #headIn nav ul.tab li{
    height: auto;
}

#headIn nav ul.tab li:nth-of-type(1){background: #2587D8;}
#headIn nav ul.tab li:nth-of-type(2){background: #BF9000;}

#headIn nav ul.tab li a{
    width: 100%;
    height: 50px;
    line-height: 1.0;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.fixnavi #headIn nav ul.tab li a{
    height: 40px;
}
	
#headIn nav ul.gnavi,
.fixnavi #headIn nav ul.gnavi{
    height: auto;
    padding-right: 0;
}

#headIn nav ul.gnavi li a,
.fixnavi #headIn nav ul.gnavi li a{
    padding: 6vw;
	font-size: 4.4vw;
	text-align: center;
	display: block;
}

#headIn nav ul.gnavi li a.active{
	border-bottom: 0;
}

#headIn nav ul.gnavi li a.active span{
	padding-bottom: 0.5em;
	border-bottom: 4px solid #BF9000;
}



/*mv
----------------------------------------------------*/
.mv_top{
    position: relative;
    width: 90%;
    height: 60vh;
    margin: 0 0 80px 10%;
    background: url("../img/mv_top.jpg") no-repeat center top / cover;
}

.mv_top h2{
	width: 100%;
    bottom:0;
    left:-10%;
    font-size: 9vw;
}

.mv_top h2 em{
    font-size: 6vw;
}

.mv_top h2 br + span,
.mv h2 br + span{
	min-width: 100%;
	margin-top: 0;
	padding: 4vw 2vw 4vw 4vw;
}

.mv_top h2 span,
.mv h2 span{
	padding: 4vw;
}

.mv_top h2 i{
	background: linear-gradient(90deg, #002060 0%, #1B34D7 70%, #C6AEFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	font-style: normal;
}

/*mv page
------------------------*/
.mv{
    position: relative;
    width: 90%;
    height: 60vh;
    margin: 0 0 80px 10%;
    background: url("../img/mv_top.jpg") no-repeat center top / cover;	
}

.tour .mv{background: url("../img/mv_tour.jpg") no-repeat center center / cover;}
.export .mv{background: url("../img/mv_export.jpg") no-repeat center center / cover;}
.employment .mv{background: url("../img/mv_employment.jpg") no-repeat center top / cover;}

.mv h2{
    bottom:0;
    left:-10%;
	width: 100%;
    font-size: 9vw;
}

.mv h2 em{
    font-size: 6vw;
}


/*Contents layout
----------------------------------------------------*/
.contents{
	width:90%;
}

.btn{
	width: 100%;
	padding: 4vw;
	font-size: 3.4vw;
}


/*top lead
----------------------------------------------------*/
.sec_top_lead{
	padding: 10vw 0 20vw 0;
	font-size: 4vw;
}

.sec_top_lead .img_left{
	top:-6vw;
	left:-20vw;
	width: 45vw;
}

.sec_top_lead .img_right{
	top:-6vw;
	right:-20vw;
	width: 45vw;
}

.sec_top_lead h2{
	font-size: 4vw;
}

.sec_top_lead h2 img{
	width: 30vw;
	margin: 6vw auto 12vw auto;
}

.sec_top_lead p{
	width: 60vw;
	margin: 0 auto 10vw auto;
	text-align: left;
}


/*top tour
----------------------------------------------------*/
.sec_top_tour{
	margin-top: -4vw;
}

.ttl_tour{
	position: relative;
	padding: 10vw 5%;
}

.ttl_tour h2{
	font-size: 12vw;
	line-height: 1.2;
}

.ttl_tour h2 span{
	font-size: 4vw;
}

.ttl_tour a{
	width: 40%;
	top:auto;
	bottom:10vw;
	right:5%;
}

.sec_top_tour .contents{
	width: 100%;
	padding: 12vw 5% 0 5%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:8vw;
}

.sec_top_tour .contents dl dt{
	/*height: 50vw;*/
}

.sec_top_tour .contents dl dd{
	padding: 4vw;
}

.sec_top_tour .contents dl dd h3{
	margin-bottom: 4vw;
	font-size: 4vw;
}

.sec_top_tour .contents dl dd p{
	margin-bottom: 2vw;
}

.sec_top_tour .contents dl dd a{
	padding: 0 4vw 2vw 0;
	font-size: 3.2vw;
}


/*top news
----------------------------------------------------*/
.sec_top_news h2{
	margin-bottom: 12vw;
	padding: 0 5%;
	font-size: 12vw;
}

.sec_top_news h2 span{
	padding: 0;
	font-size: 4vw;
	display: block;
}

.sec_top_news .contents{
	width: 100%;
	padding: 12vw 0;
}

.box_cate{
	margin-bottom: 12vw;
	display: block;
}
.box_cate span{
	border-bottom: 1px solid #BBB;
}

.box_cate div{
	padding: 4vw;
	border-left: 0;
}

.box_cate ul li{
	width: 23%;
	margin: 0 1%;
}

.box_cate ul li a{
	padding: 2vw 0;
	font-size: 3.0vw;
}

.box_news_list{
	margin-bottom: 12vw;
	padding: 0 5%;
	grid-template-columns: 1fr 1fr;
	grid-gap:6vw;
}

.box_news_list dl:hover dt img{
  transform: scale(1.0);
}

.box_news_list dd{
	padding: 10vw 0 0 0;
}

.box_news_list dd ul{
	position: absolute;
	top:0;
}

.box_news_list dd ul li{
	float: left;
	width: 50%;
	height: 30px;
	padding: 8px 0;
	font-size: 3.0vw;
}

.box_news_list dd ul li.info{
	background: #BF9000;
	color: #FFF;
}

.box_news_list dd ul li.tour-diary{
	background: #7354BA;
	color: #FFF;
}

.box_news_list dd ul li.seminar{
	background: #2587D8;
	color: #FFF;
}

/*top voice
----------------------------------------------------*/
.sec_top_voice{
	margin-bottom: 24vw;
	padding: 20vw 0 10vw 0;
}

.sec_top_voice h2{
	margin-bottom: 12vw;
	padding: 0 5%;
	font-size: 12vw;
	color: #FFF;
}

.sec_top_voice h2 span{
	font-size: 4vw;
}


#slider:after{
	width:100%;
	height:50rem;
	top:75rem;
}

#sliderInner {
    position:relative;
    left:0;
    width:100%;
    margin-left:0;
	z-index:1;
}

.bx-wrapper{
    width:90%;
	margin: 0 auto;
	border: none!important;
	background: none!important;
	box-shadow: none!important;
}

#slider ul{
	padding:0;
}

#slider ul li{
    width:100%;
	margin: 0 auto;
	padding: 6vw;
}

#slider ul li .cf{
	margin:0 auto;
	padding:6vw;
}

#slider ul li dl{
	margin-bottom: 4vw;
	display: block;
}

#slider ul li dl dt .avatar-voice{
	width: 36vw;
	height: 36vw;
	margin: 0 auto;
	border-radius: 18vw;
}

#slider ul li dl dt .avatar-voice img{
	height: 36vw;
}

#slider ul li dl:hover dt .avatar-voice img{
  transform: scale(1.0);
}


#slider ul li dl dd .date{
	width: 7em;
	margin-bottom: 2vw;
	font-size: 3.0vw;
}

#slider ul li dl dd h2{
	margin: 0 0 4vw 0;
	font-size: 4vw;
}

.bx-prev,
.bx-next{display: none;}


.bx-wrapper .bx-pager.bx-default-pager{
	padding-left: 0;
}

.sec_top_voice .center a{
	width: 90%;
	margin: 0 auto;
}


/*top point
----------------------------------------------------*/
.box_right_img,
.box_left_img{
	margin: 0 5% 24vw 5%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:12vw;
}

.box_right_img .box_txt{padding-left: 0;}
.box_left_img .box_txt{padding-right: 0;}

.box_left_img .box_txt{
	order: 0;	
}

.sec_top_point .box_txt{
	display: flex;
	align-items: center;
}

.sec_top_point h2{
	margin-bottom: 8vw;
	padding-bottom: 6vw;
	font-size: 8vw;
	line-height: 1.4;
}

.sec_top_point h2 span{
	margin-bottom: 4vw;
	font-size: 3.4vw;
}

.sec_top_point h2:before{
	width: 8vw;
}

.sec_top_point ul li{
	padding: 4vw 0 4vw 10vw;
	font-size: 4vw;
}


/*top coordinator
----------------------------------------------------*/
.sec_top_coordinator{
	margin-bottom: 24vw;
}

.sec_top_coordinator .contents{
	display: block;
}

.sec_top_coordinator .contents div{
	padding: 6vw 6vw 8vw 6vw;
}

.sec_top_coordinator h2{
	background: url("../img/bg_katagaki.png") no-repeat left center / 320px;
	font-size: 5vw;
}

.sec_top_coordinator h2 span{
	padding-left: 3vw;
	background: #002060;
}

.sec_top_coordinator h3{
	margin-bottom: 4vw;
	font-size: 10vw;
}

.sec_top_coordinator h3 span{
	font-size: 3.4vw;
}

.sec_top_coordinator .ttl_en{
	bottom:-6.5vw;
	font-size: 10vw;
}


/*top about
----------------------------------------------------*/
.sec_top_about h2{
	margin-bottom: 8vw;
	font-size: 6vw;
}

.sec_top_about div{
	padding: 6vw;
	background: url("../img/bg_top_about.jpg") no-repeat center / cover;
}

.sec_top_about ul li{
	width: 100%;
	margin-bottom: 4vw;
	padding-bottom: 4vw;
}

.sec_top_about ul li:hover{
	width: 100%;
}

.sec_top_about ul li a,
.sec_top_about ul li:hover a{
	padding: 4vw 12vw 4vw 0;
	background: url("../img/icon_link04.png") no-repeat right center / 12vw;
	font-size: 6vw;
}


/*news detail
----------------------------------------------------*/
.sec_news_detail{
	width: 90%;
}

.ttl_entry{
	margin-bottom: 16vw;
	padding-bottom: 10vw;
}

.ttl_entry h2{
	margin-bottom: 4vw;
	font-size: 6vw;
}

.ttl_entry ul li.cate a{
	width: 20vw;
	height: 6vw;
	font-size: 2.8vw;
}

.sec_news_detail .contents{
	width: 100%;
	display: block;
}

.box_entry,
.box_side{
	margin-bottom: 12vw;
}

.box_thumb{
	margin-bottom: 10vw;
}

.box_side h2{
	margin-bottom: 6vw;
	font-size: 6vw;
}

.box_side a{
	margin-bottom: 8vw;
}

.box_side dl dt img{
	height: 60vw;
}

.box_side dl:hover dt img{
	transform: scale(1.0);
	object-position: left center;
}

.box_side dd{
	padding-bottom: 4vw;
	font-size: 3.4vw;
}

.box_side dd ul{
	top:-6vw;
}

.box_side dd ul li{
	float: left;
	width: 22vw;
	height: 6vw;
}


/*voice list
----------------------------------------------------*/
.sec_voice_list{
	margin-bottom: 12vw;
	padding: 0 5%;
}

.sec_voice_list ul{
	display: block;
}

.sec_voice_list ul li{
	margin: 0 auto 12vw auto;
}

.sec_voice_list ul li dl dt .avatar-voice{
	width: 40vw;
	height: 40vw;
	margin: 0 auto 6vw auto;
	border-radius: 20vw;
}

.sec_voice_list ul li dl dt .avatar-voice img{
	height: 40vw;
}

.sec_voice_list ul li dl:hover dt .avatar-voice img{
  transform: scale(1.0);
	object-position: left center;
}


.sec_voice_list ul li dl dd .date{
	width: 18vw;
	margin-bottom: 2vw;
	font-size: 2.8vw;
}

.sec_voice_list ul li dl dd h2{
	margin: 0 0 4vw 0;
	font-size: 4vw;
}






/*FAQ
----------------------------------------------------*/
.sec_faq{
	padding: 12vw 0;
}

.sec_faq h2 {
	margin-bottom: 8vw!important;
	font-size: 10vw;
}

.sec_faq h2 span {
	font-size: 4vw;
}

.sec_faq .block {
	margin-bottom: 4vw;
}

.sec_faq .block__title {
	padding: 4vw 4vw 4vw 14vw;
}

.sec_faq .block__title:before{
	top:0;
	left:4vw;
	font-size: 8vw;
}

.sec_faq .block__title::after {
	top: 4vw;
	right: 4vw;
	width: 4vw;
	height: 4vw;
}

.sec_faq .block__content{
	padding: 4vw 4vw 4vw 14vw;
}


/*Contact
----------------------------------------------------*/
.wpcf7{
	width: 100%;
	padding: 5% 5% 10% 5%;
}

.wpcf7 dl{
	display: block;
}

.wpcf7 dl dt{
	margin-bottom: 4vw;
}

.wpcf7 dl dt span{
	font-size: 0.8em;
}

.wpcf7 input[type="submit"]{
	width: 60%;
	margin: 8vw auto 0 auto;
	padding: 2vw 0;
	font-size: 4vw;
}

.wpcf7-response-output{
	padding: 4vw;
}


/*block
----------------------------------------------------*/
.wp-block-columns h2{
    margin-bottom: 10vw;
	padding-bottom: 4vw;
	font-size: 8vw;
}

.wp-block-columns h2:before {
	width: 8vw;
}

.page .is-layout-grid h3{
	margin-bottom: 6vw;
	font-size: 6vw;
}

.sec_1col,
.sec_2col{
	padding: 12vw 0;
}

.sec_2col_bg{
	padding: 12vw 0;
}

.sec_1col .contents{
	width: 90%;
}

.sec_1col .contents h2{
	margin-bottom: 10vw;
}

.sec_1col .contents h3{
  margin-bottom: 4vw;
  font-size: 6vw;
}

.sec_2col .contents,
.sec_2col_bg .contents{
	width: 90%;
	display: block;
}

.sec_2col .contents ol li,
.sec_2col_bg .contents ol li{
    margin-left: 0;
	padding-left: 5em;
	font-size: 4vw;
}

.sec_2col .contents ol li:before,
.sec_2col_bg .contents ol li:before {
	top: 0;
	font-size: 12vw;
}

.sec_2col .contents ul li,
.sec_2col_bg .contents ul li{
	font-size: 4vw;
}

.sec_1col_bg{
	padding: 12vw 0;
}

.sec_1col_bg h2{
	margin-bottom: 8vw;
	padding-bottom: 8vw;
}

.sec_1col_bg .contents{
	width: 90%;
	margin: 0 auto 8vw auto!important;
	padding: 8vw;
}

.sec_1col_bg h3{
	margin-bottom: 8vw;
	font-size: 6vw;
}

.plan_detail{
	margin-bottom: 4vw;
	display: block!important;
}

.plan_detail .ttl p{
	margin-bottom: 4vw;
}

.plan_detail ul{
	margin-left: 4vw;
}

.sec_2col_flow{
	padding: 12vw 0;
}

.sec_2col_flow h2{
    margin-bottom: 8vw;
	padding-bottom: 8vw;
	font-size: 8vw;
}

.sec_2col_flow h2:before {
	width: 8vw;
}

.sec_2col_flow .contents{
	width: 90%;
	display: block;
}

.sec_2col_flow dl{
	display: grid;
	grid-template-columns: 18vw 1fr;
	grid-gap:0 5%;
}
 
.sec_2col_flow dl dt span{
	width: 18vw;
	height: 18vw;
	border-radius: 9vw;
}

.sec_2col_flow dl dt span em{
	font-size: 7vw;
}

.sec_2col_flow dl dt span em small{
	font-size: 4vw;
}

.sec_2col_flow dl dd h3{
    line-height: 1.4;
	font-size: 6vw;
}

.contents table td{
	padding: 1em;
	display: block;
}

.contents table tr td:nth-of-type(1){
	width: 100%;
	padding-bottom: 0;
	border-bottom: 0;
}

.page .box_right_img{
	margin: 0 0 24vw 0;
}

.box_special h3{
	position: relative;
	margin-bottom: 6vw;
	padding: 4vw 0 4vw 16vw;
	font-size: 5vw;
}

.box_special h3 span{
	top:4vw;
	width: 12vw;
	height: 12vw;
	padding: 12px 0 0 0;
	border-radius: 10vw;
	font-size: 12px;
}

.box_special h3 span em{
	font-size: 5vw;
}

.box_special p{
	font-size: 4vw;
}

.kakomi{
	padding: 4vw;
}





/*request
----------------------------------------------------*/
.box_request{
	position: fixed;
	top:auto;
	bottom: 0;
	right:0;
	width: 100%;
	background: #BF9000;
}

.box_request a{
	width: 100%;
	height: auto;
	padding: 1em 0;
	background: url("../img/icon_file.png") no-repeat right 37% top 1.05em / 1em;
	font-size: 4vw;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	display: block;
}


/*footer
----------------------------------------------------*/
footer{
	position: relative;
	padding: 8vw 5% 16vw 5%;
	display: block;
}

footer h2 {
	margin: 0 0 8vw 0;
	font-size: 4vw;
}

footer h2 img {
	width: 24vw;
}

footer ul{
	float: none;
	margin-bottom: 2vw;
	text-align: left;
}

footer ul li{
	padding: 0 4vw 0 0;
}

footer p{
	float: none;
	font-size: 3.0vw;
	text-align: left;
}


/*page top
--------------------------------------------*/
#page-top a{
	display:none;
}


}