@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #2E2E2E;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body{
	line-height: 150%;
	word-break: break-all;
}

a{
	text-decoration: none;
}

span.blo{
    display: block;
}

img{
	max-width: 100%;
}

p,
a,
li{
	font-size: 4vw;
	line-height: 170%;
}

.callout p{
	font-size: 3.5vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.05em;
}

.inner{
	padding-left: 3vw;
	padding-right: 3vw;
	display: block;
}

.photo{
	line-height: 0;
}

.bold{
	font-weight: bold;
}

.yellow{
	color: #FFEE56;
}

.green{
	color: #22BFB4;
}

.orange{
	color: #FF5313;
}

.blue{
	color: #28529E;
}

.bg_green{
	background: #22BFB4;
}

.bg_blue{
	background: #165178;
}

.bg_gray{
	background: #F3F3F3;
}

br.pc{
	display: none;
}


/* section.content
   ========================================================================== */	
section.content{
	margin: 6vw 0 10vw;
	position: relative;
}


/* bg_photo
   ========================================================================== */	
.bg_photo{
	line-height: 0;
}


/* box_title
   ========================================================================== */	
.box_title{
	line-height: 0;
}

.box_title .title{
	padding: 3vw 0;
	text-align: center;
	line-height: 170%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #22BFB4;
	background: #22BFB4;
}

.box_title.border .title{
	background: none;
}

.box_title .title .box{
	display: block;
	color: #fff;
	font-size: 4.5vw;
	line-height: 170%;
}

.box_title.border .title .box{
	color: inherit;
}

.box_title .bg_photo{
	margin: 6vw 0 0;
	text-align: center;
}

.box_title .pc{
	display: none;
}


/* top_text
   ========================================================================== */	
.top_text{
	margin: 0 0 0;
}

.top_text p{
	margin: 6vw 0 0;
}


/* text_list
   ========================================================================== */	
.text_list{
	margin: 0 0 0;
}

.text_list li{
	margin: 6vw 0 0;
}

.text_list li h3{
	font-size: 3vw;
	font-weight: normal;
	line-height: 170%;
}

.text_list li p{
	font-size: 3vw;
}


/* .photo.border_box
   ========================================================================== */	
.photo.border_box{
	margin: 6vw 0 8vw;
	padding: 2vw;
	border: 2px solid #22BFB4;
	line-height: 0;
}


/* band_title
   ========================================================================== */	
.band_title{
	padding: 7vw 3vw;
	background: #165178;
	text-align: center;
}

.band_title .box{
	margin: auto;
	padding: 2vw 0;
	background: #FFEE56;
	font-size: 4vw;
	line-height: 150%;
	color: #165178;
	display: block;
}

.band_title .text{
	margin: 3vw auto 0;
	font-size: 5vw;
	line-height: 150%;
	color: #fff;
	display: block;
}


/* callout_list
   ========================================================================== */	
.callout_list{
	margin: 0 0 0;
}

.callout_list li{
	margin: 7vw 0 0;
	font-size: 0;
}

.callout_list li .speaker{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 15%;
}

.callout_list li.g_m_y .speaker{
	width: 38%;
}

.callout_list li.g_m_y .callout{
	width: 54%;
}

.callout_list li .callout{
	margin: .5vw 0 0 8%;
	padding: 3vw 2vw 3vw 3vw;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 77%;
	border: 2px solid #D8F6F4;
	position: relative;
	border-radius: 3px;
}

.callout_list li .callout::before{
	content: "";
	background: url("../images/common/callout/green.png") no-repeat center center;
	background-size: 100%;
	width: 4vw;
	height: 5vw;
	position: absolute;
	right: 100%;
	top: 4vw;
}

.callout_list li.manager .callout{
	border: 2px solid #F5E5FC;
}

.callout_list li.manager .callout::before{
	background: url("../images/common/callout/purple.png") no-repeat center center;
	background-size: 100%;
}

.callout_list li.young .callout{
	border: 2px solid #FFEED9;
}

.callout_list li.young .callout::before{
	background: url("../images/common/callout/light_orange.png") no-repeat center center;
	background-size: 100%;
}

.callout_list li.navigator .callout{
	border: 2px solid #FF5313;
}

.callout_list li.navigator .callout::before{
	background: url("../images/common/callout/orange.png") no-repeat center center;
	background-size: 100%;
}

.callout_list li.m_y .callout,
.callout_list li.g_m_y .callout{
	border: 2px solid #D9D9D9;
}

.callout_list li.m_y .callout::before,
.callout_list li.g_m_y .callout::before{
	background: url("../images/common/callout/gray.png") no-repeat center center;
	background-size: 100%;
}

.callout_list .attention{
	margin: 3vw 0 0 25%;
	font-size: 2vw;
}


/* btn_shining
   ========================================================================== */	
.btn_shining{
    position: relative;
    overflow: hidden;
}

.btn_shining::after{
    content: '';
    display: block;
    position: absolute;
	left: -50px; top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 90%);
	width: 40px;
    height: 100%;
    transform: skew(-20deg, 0);
    opacity: 0;
    animation: anime_shining 3.5s infinite;
}

@keyframes anime_shining{
    0% {
        left: -50px;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    40% {
        left: 110%;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
}


/* floating
   ========================================================================== */	
#floating{
    position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	display: none;
}

#floating ul{
    display: flex;
}

#floating ul li{
    display: inline-flex;
	width: calc(100%/4);
	justify-content: center;
	align-items: center;
}

#floating ul li a{
    display: flex;
	box-sizing: border-box;
	height: 15vw;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	background: rgba(0,0,0,.5);
	transition: .3s;
}

#floating ul li a img{
    width: 40%;
	transition: .3s;
}

#floating ul li a .hover{
    position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

#floating ul li a:hover .hover{
	opacity: 1;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 3vw;
	}

	.callout p{
		font-size: 2.3vw;
	}
	
	.inner{
		padding-left: 2vw;
		padding-right: 2vw;
	}


	/* top_text
	   ========================================================================== */	
	.top_text p{
		margin: 3vw 0 0;
	}


	/* text_list
	   ========================================================================== */	
	.text_list li{
		margin: 3vw 0 0;
	}
	
	.text_list li h3{
		font-size: 2.5vw;
	}
	
	.text_list li p{
		font-size: 2.5vw;
	}


	/* .photo.border_box
	   ========================================================================== */	
	.photo.border_box{
		margin: 3vw 0 6vw;
		padding: 1vw;
	}


	/* callout_list
	   ========================================================================== */	
	.callout_list{
		margin: 0 0 0;
	}
	
	.callout_list li{
		margin: 5vw 0 0;
	}
	
	.callout_list li .speaker{
		width: 15%;
	}
	
	.callout_list li .callout{
		margin: 1vw 0 0 8%;
		padding: 3vw 2vw 3vw 3vw;
		width: 77%;
	}
	
	.callout_list li .callout::before{
		width: 3vw;
		height: 4vw;
		right: 100%;
		top: 3.5vw;
	}


	/* floating
	   ========================================================================== */	
	#floating ul li a{
		height: 8vw;
	}
	
	#floating ul li a img{
	    width: 25%;
	}

	
}
@media screen and (min-width : 768px){

	
	br.sp{
		display: none;
	}

	br.pc{
		display: block;
	}

	p,
	a,
	li{
		font-size: 16px;
	}

	.callout p{
		font-size: 16px;
	}
	
	.inner{
		padding-left: 20px;
		padding-right: 20px;
	}


	/* section.content
	   ========================================================================== */	
	section.content{
		margin: 100px 0 100px;
		position: relative;
	}


	/* bg_photo
	   ========================================================================== */	
	.bg_photo img{
		display: none;
	}
	
	.bg_photo{
		background-size: cover;
		background-position: center center;
	}


	/* box_title
	   ========================================================================== */	
	.box_title{
		line-height: 0;
		font-size: 0;
	}
	
	.box_title .title{
		padding: 0;
		display: inline-flex;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
		height: 150px;
	}
	
	.box_title .title .box{
		font-size: 22px;
	}
	
	.box_title.border .title .box{
		color: inherit;
	}
	
	.box_title .bg_photo{
		margin: 0 0 0;
		display: inline-flex;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
		height: 150px;
	}

	.box_title .pc{
		display: block;
	}


	/* top_text
	   ========================================================================== */	
	.top_text p{
		margin: 30px 0 0;
	}


	/* text_list
	   ========================================================================== */	
	.text_list{
		margin: 30px 0 0;
	}
	
	.text_list li{
		margin: 20px 0 0;
	}
	
	.text_list li h3{
		font-size: 14px;
	}
	
	.text_list li p{
		font-size: 14px;
	}


	/* .photo.border_box
	   ========================================================================== */	
	.photo.border_box{
		margin: 35px 0 70px;
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	/* band_title
	   ========================================================================== */	
	.band_title{
		padding: 58px 0;
	}
	
	.band_title .box{
		padding: 5px 30px;
		font-size: 24px;
		display: inline-block;
	}
	
	.band_title .text{
		margin: 20px auto 0;
		font-size: 24px;
	}


	/* callout_list
	   ========================================================================== */	
	.callout_list{
		margin: 0 0 0;
	}
	
	.callout_list li{
		margin: 40px 0 0;
	}
	
	.callout_list li .speaker{
		width: 10.8%;
	}
	
	.callout_list li .callout{
		margin: 0 0 0 4%;
		padding: 25px 15px 25px 20px;
		width: 85.2%;
	}

	.callout_list li.g_m_y .speaker{
		width: 29%;
	}
	
	.callout_list li.g_m_y .callout{
		width: 67%;
	}
	
	.callout_list li .callout::before{
		width: 20px;
		height: 27px;
		right: 100%;
		top: 24px;
	}

	.callout_list .attention{
		margin: 15px 0 0 15%;
		font-size: 13px;
	}


	/* floating
	   ========================================================================== */	
	#floating ul li a{
		height: 10vw;
	}
	
	#floating ul li a img{
	    width: 27%;
	}
    

}
@media screen and (min-width : 769px){

	
    body{
    	min-width: 1000px;
    }
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
    	width: 1000px;
    	margin: auto;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
    }

	p,
	a,
	li{
		font-size: 18px;
		line-height: 200%;
		letter-spacing: 0.05em;
	}

	.callout p{
		font-size: 18px;
	}


	/* box_title
	   ========================================================================== */	
	.box_title .title{
		height: 223px;
	}
	
	.box_title .title .box{
		font-size: 27px;
		line-height: 150%;
	}
	
	.box_title.border .title .box{
		line-height: 180%;
	}
	
	.box_title .bg_photo{
		height: 223px;
	}


	/* small_inner
	   ========================================================================== */	
	.small_inner{
		margin: auto;
		width: 800px;
		box-sizing: border-box;
	}


	/* band_title
	   ========================================================================== */	
	.band_title{
		padding: 56px 0;
	}
	
	.band_title .box{
		padding: 5px 30px;
		font-size: 25px;
	}
	
	.band_title .text{
		margin: 20px auto 0;
		font-size: 25px;
	}


	/* callout_list
	   ========================================================================== */	
	.callout_list{
		margin: 0 0 0;
	}
	
	.callout_list li{
		margin: 40px 0 0;
	}
	
	.callout_list li .speaker{
		width: 108px;
	}
	
	.callout_list li .callout{
		margin: 17px 0 0 40px;
		padding: 20px 5px 19px 20px;
		width: 652px;
	}
	
	.callout_list li .callout::before{
		width: 20px;
		height: 27px;
		right: 100%;
		top: 21px;
	}

	.callout_list li.g_m_y .speaker{
		width: 35%;
	}
	
	.callout_list li.g_m_y .callout{
		width: 60%;
	}
	
	.callout_list li .callout p{
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0.02em;
	}

	.callout_list .attention{
		margin: 15px 0 0 19%;
		font-size: 16px;
	}


	/* floating
	   ========================================================================== */	
	#floating{
	    position: fixed;
		left: 0;
		top: 0;
		bottom: auto;
		width: 90px;
	}
	
	#floating ul{
	    display: block;
	}
	
	#floating ul li{
		margin-top: 10px;
	    display: inline-flex;
		width: 90px;
	}
	
	#floating ul li:first-child{
		margin-top: 0;
	}
	
	#floating ul li a{
	    display: flex;
		height: 90px;
	}
	
	#floating ul li a:hover{
		background: rgba(0,0,0,.8);
	}
	
	#floating ul li a img{
	    width: 46px;
	}
	
	#floating ul li a:hover .hover{
		opacity: 1;
	}
	
	
}