@charset "utf-8";
/* CSS Document */

/* header
   ========================================================================== */
header{
	position: relative;
	background: #EAEEF3;
}

header .header_wrap{
	padding: 2vw;
}

header .logo{
	display: inline-block;
	box-sizing: border-box;
	line-height: 0;
}

header .logo a{
	display: block;
	font-size: 6vw;
	line-height: 1;
	font-family: "Oswald";
	color: #202020;
}

header .logo a span{
	font-size: 11vw;
	line-height: 1;
	font-family: inherit;
	color: #003485;
}

h1{
	margin: 0 0 0;
	font-size: 2vw;
	font-weight: normal;
	line-height: 150%;
}

header .tel_box{
	display: inline-block;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

header .tel_box a{
	padding: 4vw 0 0 1vw;
	display: block;
	background: #003586;
	color: #fff;
	text-align: center;
	font-size: 8vw;
	box-sizing: border-box;
	width: 15vw;
	height: 15vw;
}

header .tel_box a i{
	color: #fff;
}

header .pc{
	display: none;
}


/* main_view
   ========================================================================== */
.main_view{
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}

.main_view .inner{
	padding: 15vw 0;
}

.main_view .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
}

.main_view .bg img{
    display: none;
}

.main_view .main_bg01{
    background: url(../images/main_view/bg01.jpg) no-repeat center center;
	background-size: cover;
	animation: main_bg02 20s ease-in 0s infinite none;
}

.main_view .main_bg02{
    background: url(../images/main_view/bg02.jpg) no-repeat center center;
	background-size: cover;
	animation: main_bg02 20s ease-in 5s infinite none;
}

.main_view .main_bg03{
    background: url(../images/main_view/bg03.jpg) no-repeat center center;
	background-size: cover;
	animation: main_bg02 20s ease-in 10s infinite none;
}

.main_view .main_bg04{
    background: url(../images/main_view/bg04.jpg) no-repeat center center;
	background-size: cover;
	animation: main_bg02 20s ease-in 15s infinite none;
}

.main_view .bg_first{
    background: url(../images/main_view/bg04.jpg) no-repeat center center;
	background-size: cover;
	animation: main_bg01 20s ease-in 0s none;
}

.main_view .anime_box{
	margin: 0 auto 6vw;
	position: relative;
	line-height: 0;
	height: 300px;
	width: 300px;
	background: url(../images/main_view/anime_bg.png) no-repeat center center;
	background-size: 100%;
}

.main_view .anime_box .zashikichan{
	position: absolute;
	display: block;
	width: 65px;
	height: auto;
	right: 50%;
	top: 62px;
	margin-right: -32.5px;
}

.main_view .anime_box span{
	position: absolute;
	display: block;
	width: 300px;
	height: 300px;
}

.main_view .anime_box span:nth-child(1){
	animation: anime01 9s ease-in-out 0s infinite alternate none;
}

.main_view .anime_box span:nth-child(2){
	animation: anime02 9s ease-in-out 0s infinite alternate none;
}

.main_view .anime_box span:nth-child(3){
	animation: anime03 9s ease-in-out 0s infinite alternate none;
}

.main_view .anime_box span:nth-child(4){
	animation: anime04 9s ease-in-out 0s infinite alternate none;
}

.main_view .anime_box span:nth-child(5){
	animation: anime05 9s ease-in-out 0s infinite alternate none;
}

.main_view .anime_box span:nth-child(6){
	animation: anime06 9s ease-in-out 0s infinite alternate none;
}

.main_view .text_box{
	margin: 0 auto 0;
	position: relative;
	text-align: center;
}

.main_view .text_box .ja_en{
	margin: 0 auto 5vw;
	font-size: 0;
}

.main_view .text_box .ja_en .ja{
	padding: 0 2vw;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 41%;
	line-height: 0;
}

.main_view .text_box .ja_en .en{
	padding: 0 2vw;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 35%;
	line-height: 0;
}

.main_view .text_box .ja_en .arrow{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 23%;
	font-size: 6vw;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.main_view .text_box .ja_en .arrow .cover{
	display: block;
}

.main_view .text_box .ja_en .arrow span{
	display: inline-block;
	letter-spacing: -1vw;
}

.main_view .text_box .ja_en .arrow span:nth-child(1){
	color: #fff;
	animation: arrow01 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow span:nth-child(2){
	color: #FFDCD0;
	animation: arrow02 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow span:nth-child(3){
	color: #FFBFBF;
	animation: arrow03 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow span:nth-child(4){
	color: #FF9999;
	animation: arrow04 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow span:nth-child(5){
	color: #FF4D4D;
	animation: arrow05 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow span:nth-child(6){
	color: #E4161A;
	animation: arrow06 2s linear 0s infinite none;
}

.main_view .text_box .ja_en .arrow i{
	color: inherit;
}

.main_view .text_box .text01{
	margin: 0 0 3vw;
	padding: 0 5vw 0;
	font-size: 5vw;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	text-shadow: 2px 2px 0 #000;
}

.main_view .text_box .text02{
	margin: 0 0 10vw;
	padding: 0 5vw 0;
	font-size: 4vw;
	color: #fff;
	text-align: left;
	line-height: 150%;
	text-shadow: 1px 1px 0 #000;
}

.main_view .text_box .text02 .blo{
	color: inherit;
}

.main_view .btn{
	display: inline-block;
	background: #003586;
}

.main_view .btn a{
	padding: 4vw 5vw;
	display: block;
	font-size: 4vw;
	color: #fff;
}

.main_view .btn a span{
	color: inherit;
}


/* pickup
   ========================================================================== */
.pickup{
	margin: 0 0 0;
	padding: 3vw 3vw 5vw;
}

.pickup .earth{
	background: url(../images/pickup/earth.png) no-repeat right top;
	background-size: 30%;
}

.pickup .pickup_box{
	padding: 3vw;
}

.bracket_box{
	margin: 0 0 5vw;
	padding: 4vw;
	font-size: 4.9vw;
	line-height: 150%;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.bracket_box::before{
	content: "";
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.bracket_box::after{
	content: "";
	width: 5vw;
	height: 5vw;
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.pickup p{
	margin: 0 0 3vw;
	font-size: 4.5vw;
	line-height: 150%;
	font-weight:  bold;
}

.border_list{
	margin: 0 0 0;
}

.border_list li{
	margin: 0 0 3vw;
	padding: 0 0 0 7vw;
	font-size: 4vw;
	line-height: 150%;
	position: relative;
}

.border_list li:last-child{
	margin: 0 0 0;
}

.border_list li::before{
	content: "";
	width: 15px;
	height: 2px;
	background: #003586;
	position: absolute;
	left: 0;
	top: 2.5vw;
}

.pickup .photo{
	margin: 0 0 -10vw;
	line-height: 0;
}

.pickup .blue_bg{
	background: rgba(32,130,189,0.05);
	padding: 20vw 3vw 3vw;
	position: relative;
}

.blue_bg .fill02::after{
	background: #F4F9FC;
}


/* wall
   ========================================================================== */
.wall{
	margin: 0 0 0;
	padding: 3vw 3vw 0;
}

.wall h2{
	font-family: "メイリオ","ms pgothic", sans-serif;
	font-size: 7vw;
	padding: 7vw 0 5vw 9vw;
}

.wall_block{
	margin: 0 0 0;
	padding: 7vw 3vw 8vw;
	border-bottom: 1px solid #ddd;
}

.wall_block h3{
	margin: 0 0 3vw;
	font-size: 6vw;
	line-height: 150%;
}

.wall_block p{
	margin: 0 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.wall_block .photo{
	margin: 0 0 5vw;
	line-height: 0;
}

.wall_block .pc{
	display: none;
}


/* quality
   ========================================================================== */
.quality{
	margin: 8vw 0 0;
	padding: 3vw 3vw 5vw;
}

.quality ul{
	margin: 3vw 0 5vw;
}

.quality ul li{
	margin: 0 0 4vw;
	padding: 3vw;
	border: 1px solid #033F96;
}

.quality ul li:last-child{
	margin: 0 0 0;
}

.quality ul li h3{
	margin: 0 0 3vw;
	padding: 1vw 0 2vw 8vw;
	background: url(../images/quality/check.png) no-repeat left top;
	background-size: 8vw;
	font-size: 5vw;
	line-height: 150%;
}

.quality ul li h3 .small{
	font-size: 0.8em;
	font-weight: normal;
}

.quality ul li p{
	margin: 0 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.quality .photo{
	margin: 0 0 0;
	line-height: 0;
}


/* show_wrap
   ========================================================================== */
.show_wrap{
	margin: 0 0 0;
	background: #eee;
	position: relative;
}

.show_wrap::after{
	content: "";
	background: linear-gradient(to right,#E4E4E4,#eee,#eee);
	width: 65vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.show_wrap .inner{
	padding: 8vw 3vw;
}

.show_wrap .white_bg{
	position: relative;
	z-index: 1;
	padding: 0 0 1px;
	background: #fff;
}

.show_wrap h2{
	margin: 0 0 -10vw;
	position: relative;
	z-index: 1;
	padding: 2vw 2vw 35vw;
	overflow: hidden;
	font-size: 7.5vw;
	font-family: "Oswald";
	color: #fff;
	line-height: 1;
}

.show_wrap h2 span{
	margin: 3vw 0 0;
	display: block;
	font-size: 3.5vw;
	color: inherit;
	font-weight: normal;
}

.show_wrap h2::before{
	content: "";
	width: 95vw;
	height: 95vw;
	border-top: 95vw solid #023F96;
	transform: rotate(45deg);
	position: absolute;
	left: -97vw;
	top: -62vw;
	z-index: -1;
}

.show_wrap .show_box{
	margin: 0 0 12vw;
	padding: 11vw 5vw 0;
	position: relative;
}

.show_wrap .show_box.advisor{
	padding-top: 0;
}

.show_wrap .show_box h3{
	padding: 0 0 0;
	position: absolute;
	left: 10vw;
	top: 0;
}

.show_wrap .show_box h3 span{
	padding: 0 0 0 8vw;
	display: block;
	font-size: 8vw;
	line-height: 1;
	font-family: "Oswald";
	color: #023F96;
	position: relative;
}

.show_wrap .show_box h3 span::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #003586;
    position: absolute;
    left: 0;
    top: 4.5vw;
}

.show_wrap .table_title{
	margin: 2vw 0 3vw;
	padding: 0 0 0 5vw;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1;
	
}

.show_wrap ul{
	margin: 10vw 0 5vw;
	position: relative;	
}

.show_wrap ul::before{
	content: "";
	background: #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	top: -5vw;
	left: 0;
}

.show_wrap ul::after{
	content: "";
	background: #E9872E;
	width: 25%;
	height: 1px;
	position: absolute;
	top: -5vw;
	left: 0;
}

.show_wrap .advisor ul::after{
	width: 90%;
}

.show_wrap ul li{
	padding: 3vw 3vw 3vw 8vw;
	font-size: 4vw;
	line-height: 150%;
	border: 1px solid #ddd;
	border-bottom: none;
	position: relative;
}

.show_wrap ul li::before{
	content: "・";
	position: absolute;
	left: 3vw;
}

.show_wrap ul li:last-child{
	border: 1px solid #ddd;
}

.show_wrap .photo{
	line-height: 0;
}


/* contact
   ========================================================================== */
.contact{
	margin: 0 0 0;
}

.contact .inner{
	padding: 8vw 3vw 3vw;
}

.contact h2{
	margin: 0 0 8vw;
    font-size: 8vw;
    line-height: 1;
    font-family: "Oswald";
    color: #023F96;
	text-align: center;
}

/* form */
.req{
	color: #F00;
	display: inline-block;
	margin-left: 4vw;
}

.contact table{
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}

.contact th,
.contact td{
	border: 1px solid #033F96;
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	padding: 10px;
	box-sizing: border-box;
}

.contact th{
	background: #F0F9FF;
}

.contact tr:last-child td{
	border-bottom: 1px solid #033F96;
}

.contact input,
.contact textarea,
.contact select{
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
}

.contact .radio label{
	display: inline-block;
	margin: 0 10px 0 0;
}

.contact .radio label input{
	display: inline-block;
	width: auto;
}

.zsk_btn_area{
	text-align: center;
	padding: 20px 0;
}

.zsk_btn_area button{
	color: #FFF;
	border: none;
	padding: 5vw;
	width: 49%;
	margin: 0 0 20px;
	background: #033F96;
	font-size: 5vw;
}

.zsk_btn_area .zsk_btn01{
	width: 100%;
}

.zsk_btn_area .zsk_btn02{
	background: #aaa;
}
	
.thanks .inner{
   	padding: 8vw 3vw 8vw;
}

.thanks p{
	font-size: 4.5vw;
	line-height: 150%;
}


/* footer
   ========================================================================== */
footer{
	margin: 0;
	background: #2E2E2E;
	padding: 0 0 0;
}

footer .text_box{
	margin: 0 0 0;
	padding: 5vw 3vw 0;
}

footer .text_box h2{
	margin: 0 0 5vw;
	line-height: 0;
}

footer .text_box table{
	margin: 0 auto 5vw;
	width: 100%;
	border-bottom: 1px dotted #fff;
}

footer .text_box table th,
footer .text_box table td{
	padding: 0 1vw 2vw;
	font-size: 3.5vw;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
}

footer .text_box table th{
	width: 15%;
}

footer .tel_box{
	margin: 0 3vw 5vw;
}

footer .tel_box a{
	display: block;
	background: #fff;
	padding: 3vw;
	position: relative;
}

footer .tel_box a .text{
	margin: 0 0 3vw;
	display: block;
	font-size: 5vw;
}

footer .tel_box a .no{
	margin: 0 0 0;
	display: block;
	font-size: 8vw;
	font-weight: bold;
}

footer .tel_box a .no .small{
	font-size: 0.7em;
}

footer .tel_box a .zashikichan{
	position: absolute;
	bottom: 1vw;
	right: 1vw;
	width: 15vw;
	line-height: 0;
}

footer .footer_nav{
	margin: 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	margin: 0;
}

footer .footer_nav ul li a{
	background: url(../images/common/footer_arrow.png) no-repeat 10px center;
	padding: 10px 0 10px 40px;
	background-size: 8px;
	display: block;
	border-top: 1px solid #aaa;
	color: #FFF;
	font-size: 14px;
}

footer .footer_nav ul li a span{
	color: inherit;
}

footer .logo{
	display: block;
	padding: 4vw 0;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

footer .logo a{
	display: block;
	font-size: 6vw;
	line-height: 1;
	font-family: "Oswald";
	color: #202020;
}

footer .logo a span{
	font-size: 11vw;
	line-height: 1;
	font-family: inherit;
	color: #003485;
}

footer address{
	font-size: 10px;
	background: #fff;
	color: #868686;
	padding: 10px 10px;
	text-align: center;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position:  fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
    z-index: 4;
	line-height: 0;
}

#page-top img{
	width: 100%;
}

#page-top span{
	display: none;
}

#page-top a {
	display: block;
	height: auto;
	opacity: 0.8;
	transition: ease-in 0.3s;
}

#page-top a:hover {
	opacity: 1;
}


@media screen and (min-width : 768px){

    /* header
       ========================================================================== */
	header{
		margin: 0 0 0;
	}
	
	header .header_wrap{
		padding: 10px 15px 17px;
		font-size: 0;
	}
	
	header .logo{
		margin: 0 2% 0 0;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
		width: 35%;
		line-height: 0;
	}
	
	header .logo a{
		font-size: 28px;
	}
	
	header .logo a span{
		font-size: 40px;
	}
	
	h1{
		margin: 13px 0 0;
		font-size: 10px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 60%;
	}

	header .tel_box{
		right: 0;
		top: 0;
	}
	
	header .tel_box a{
		padding: 16px 0 0;
		display: block;
		font-size: 35px;
		box-sizing: border-box;
		width: 70px;
		height: 70px;
	}


	/* main_view
	   ========================================================================== */
	.main_view{
		margin: 0 0 0;
		position: relative;
		overflow: hidden;
	}
	
	.main_view .inner{
		padding: 80px 0 40px;
	}
	
	.main_view .anime_box{
		margin: 0 auto 30px;
		position: relative;
		line-height: 0;
		height: 300px;
		width: 300px;
	}
	
	.main_view .anime_box span{
		position: absolute;
		display: block;
		width: 300px;
		height: 300px;
	}

	.main_view .anime_box .zashikichan{
		width: 75px;
		right: 50%;
		top: 51px;
		margin-right: -37.5px;
	}
	
	.main_view .text_box{
		margin: 0 auto 0;
		position: relative;
		text-align: center;
	}
	
	.main_view .text_box .ja_en{
		margin: 0 auto 30px;
		font-size: 0;
	}
	
	.main_view .text_box .ja_en .ja{
		padding: 0 20px;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		width: 35%;
		line-height: 0;
	}
	
	.main_view .text_box .ja_en .en{
		padding: 0 20px;
		width: 29%;
		line-height: 0;
	}
	
	.main_view .text_box .ja_en .arrow{
		width: 20%;
		font-size: 6vw;
	}
	
	.main_view .text_box .ja_en .arrow .cover{
		display: block;
	}
	
	.main_view .text_box .ja_en .arrow span{
		display: inline-block;
		letter-spacing: -8px;
		font-size: 40px;
	}
	
	.main_view .text_box .text01{
		margin: 0 0 20px;
		padding: 0 0 0 87px;
		font-size: 29px;
	}
	
	.main_view .text_box .text02{
		margin: 0 0 30px;
		padding: 0 0 0 87px;
		font-size: 15px;
	}
	
	.main_view .text_box .text02 .blo{
		display: block;
	}
	
	.main_view .btn{
		display: inline-block;
	}
	
	.main_view .btn a{
		padding: 20px 55px;
		font-size: 18px;
	}


	/* pickup
	   ========================================================================== */
	.pickup{
		margin: 0 0 0;
		padding: 30px 20px 30px;
		text-align: center;
	}
	
	.pickup .earth{
		background: url(../images/pickup/earth.png) no-repeat right top;
		background-size: 25%;
		text-align: left;
	}
	
	.pickup .pickup_box{
		padding: 20px;
	}
	
	.bracket_box{
		margin: 0 0 30px;
		padding: 15px;
		font-size: 32px;
		display: inline-block;
	}
	
	.bracket_box::before{
		content: "";
		width: 30px;
		height: 30px;
	}
	
	.bracket_box::after{
		content: "";
		width: 30px;
		height: 30px;
	}
	
	.pickup p{
		margin: 0 0 35px;
		font-size: 23px;
	}
	
	.border_list{
		margin: 0 0 0;
	}
	
	.border_list li{
		margin: 0 0 25px;
		padding: 0 0 0 35px;
		font-size: 16px;
	}
	
	.border_list li::before{
		content: "";
		width: 15px;
		height: 2px;
		background: #003586;
		position: absolute;
		left: 0;
		top: 10px;
	}
	
	.pickup .photo{
		margin: 0 0 -50px;
		line-height: 0;
	}
	
	.pickup .blue_bg{
		padding: 80px 3vw 3vw;
		position: relative;
		text-align: left;
	}


	/* wall
	   ========================================================================== */
	.wall{
		margin: 0 0 0;
		padding: 3vw 3vw 0;
	}
	
	.wall h2{
		font-size: 35px;
		padding: 27px 0 40px 35px;
	}
	
	.wall_block{
		margin: 0 0 30px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ddd;
		font-size: 0;
	}
	
	.wall_block .text_box{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 60%;
		padding: 0 15px 0 15px;
	}
	
	.wall_block h3{
		margin: 0 0 25px;
		font-size: 26px;
		line-height: 150%;
	}
	
	.wall_block p{
		margin: 0 0 0;
		font-size: 16px;
		line-height: 150%;
	}
	
	.wall_block .photo{
		margin: 0 0 5vw;
		line-height: 0;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 40%;
	}
	
	.wall_block .pc{
		display: inline-block;
	}
	
	.wall_block .sp{
		display: none;
	}


	/* quality
	   ========================================================================== */
	.quality{
		margin: 50px 0 0;
		padding: 20px 0 75px;
	}
	
	.quality .inner{
		padding: 0 20px;
	}
	
	.quality ul{
		margin: 30px 0 0 25vw;
		position: relative;
	}
	
	.quality ul::before{
		content: "";
		width: 25vw;
		height: 100%;
		background: url(../images/quality/bg.jpg) no-repeat center right;
		background-size: cover;
		position: absolute;
		left: -27vw;
		top: 0;
	}
	
	.quality ul li{
		margin: 0 0 25px;
		padding: 25px;
	}
	
	.quality ul li h3{
		margin: 0 0 5px;
		padding: 5px 0 10px 45px;
		background-size: 40px;
		font-size: 26px;
	}
	
	.quality ul li p{
		margin: 0 0 0;
		font-size: 16px;
	}
	
	.quality .photo{
		display: none;
	}


	/* show_wrap
	   ========================================================================== */
	.show_wrap{
		margin: 0 0 0;
	}
	
	.show_wrap::after{
		content: "";
		width: 65vw;
	}
	
	.show_wrap .inner{
		position: relative;
		z-index: 1;
		padding: 60px 20px;
	}
	
	.show_wrap.experience .inner{
		padding-top: 0;
	}
	
	.show_wrap .white_bg{
		position: relative;
		z-index: 1;
		padding: 0 0 1px;
	}
	
	.show_wrap h2{
		margin: 0 0 -70px;
		padding: 10px 10px 0;
		font-size: 30px;
		height: 210px;
		box-sizing: border-box;
	}
	
	.show_wrap h2 span{
		margin: 10px 0 0;
		font-size: 13px;
	}
	
	.show_wrap h2::before{
		content: "";
		width: 300px;
		height: 300px;
		border-top: 300px solid #023F96;
		transform: rotate(45deg);
		left: -258px;
		top: -193px;
	}
	
	.show_wrap .show_box{
		margin: 0 0 40px;
		padding: 50px 40px 0;
		position: relative;
	}
	
	.show_wrap .show_box h3{
		padding: 0 0 0;
		position: absolute;
		left: 85px;
		top: 0;
	}
	
	.show_wrap .show_box h3 span{
		padding: 0 0 0 35px;
		font-size: 35px;
	}
	
	.show_wrap .show_box h3 span::before {
	    content: "";
	    left: 0;
	    top: 20px;
	}
	
	.show_wrap .table_title{
		margin: 0px 0 15px;
		padding: 0 0 0 18px;
		font-size: 20px;
		
	}
	
	.show_wrap ul{
		margin: 36px 0 20px;
		position: relative;	
	}
	
	.show_wrap ul::before{
		content: "";
		top: -18px;
		left: 0;
	}
	
	.show_wrap ul::after{
		content: "";
		top: -18px;
		left: 0;
		width: 80px;
	}
	
	.show_wrap .advisor ul::after{
		width: 305px;
	}
	
	.show_wrap ul li{
		padding: 15px 15px 15px 40px;
		font-size: 16px;

	}

	.show_wrap ul li::before{
		left: 15px;
	}

	.show_wrap .photo{
		text-align: right;

	}


	/* contact
	   ========================================================================== */
	.contact{
		margin: 0;
	}
	
	.contact .inner{
		padding: 40px 20px 0;
		font-size: 0;
	}
	
	.contact h2{
		margin: 0 0 40px;
    	font-size: 35px;
	}
	
	.req{
		margin-left: 10px;
	}
	
	.contact table{
		width: 100%;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.contact th,
	.contact td{
		border: none;
		border-bottom: 1px solid #033F96;
		border-left: 1px solid #033F96;
		width: auto;
		display: table-cell;
		padding: 20px;
		vertical-align: middle;
	}
	
	.contact tr:first-child th,
	.contact tr:first-child td{
		border-top: 1px solid #033F96;
	}
	
	.contact th{
		width: 30%;
	}
	
	.contact .textarea th{
		vertical-align: top;
	}
	
	.contact .textarea td{
		line-height: 1;
	}
	
	.contact .textarea td .check_box{
		line-height: 150%;
	}
	
	.contact td{
		border-right: 1px solid #033F96;
		padding: 10px;
	}
	
	.contact input,
	.contact textarea,
	.contact select{
		font-size: 16px;
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #ddd;
	}
	
	.zsk_btn_area{
		text-align: center;
		padding: 50px 0 20px;
		margin: 0 auto;
	}
	
	.zsk_btn_area button{
		color: #FFF;
		border: none;
		padding: 20px 40px;
		width: 40%;
		margin: 0 10px 0;
		font-size: 25px;
		transition: all ease-out 0.3s;
	}
	
	.zsk_btn_area .zsk_btn01{
		width: 40%;
	}
	
	.thanks .inner{
    	padding: 40px 20px 40px;
	}
	
	.thanks p{
		font-size: 20px;
		line-height: 180%;
		text-align: center;
	}

	
	/* footer
	   ========================================================================== */
	footer{
		margin: 0;
		padding: 0 0 0;
		font-size: 0;
	}
	
	footer .text_box{
		margin: 0 0 0;
		padding: 40px 15px 30px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
	}
	
	footer .text_box h2{
		margin: 0 0 20px;
		line-height: 0;
	}
	
	footer .text_box table{
		margin: 0 auto 0;
		width: 100%;
		border-bottom: 1px dotted #fff;
	}
	
	footer .text_box table th,
	footer .text_box table td{
		padding: 0 5px 15px;
		font-size: 17px;
	}
	
	footer .text_box table th{
		width: 15%;
	}
	
	footer .right{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
		padding: 40px 15px 15px 0;
	}
	
	footer .tel_box{
		margin: 0 auto 20px;
	}
	
	footer .tel_box a{
		padding: 15px;
	}
	
	footer .tel_box a .text{
		margin: 0 0 10px;
		display: block;
		font-size: 16px;
	}
	
	footer .tel_box a .no{
		margin: 0 0 0;
		display: block;
		font-size: 30px;
		font-weight: bold;
	}
	
	footer .tel_box a .zashikichan{
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 60px;
	}
	
    footer .footer_nav ul{
    	margin: 0;
		text-align: right;
    }
    
    footer .footer_nav ul li{
    	display: inline-block;
		width: auto;
    }
    
    footer .footer_nav ul li a{
    	font-size: 14px;
    	display: inline-block;
    	margin: -3px 0 0;
    	background-size: auto;
    	border: none;
    	padding: 0;
    	color: #FFF;
    	width: auto;
    	text-align: left;
    	background: none;
    }
    	
    footer .footer_nav ul li a span{
    	color: #FFF;
    	border-right: 1px solid #FFF;
    	height: 14px;
    	padding: 0 10px;
    	font-size: inherit;
    	display: inline-block;
    	line-height: 1;
    }
    	
    footer .footer_nav ul li:first-child a span{
    	border-left: 1px solid #FFF;
    }
	
	footer .logo{
		display: block;
		padding: 30px 0;
	}
	
	footer .logo a{
		font-size: 35px;
		display: inline-block;
	}
	
	footer .logo a span{
		font-size: 70px;
	}
	
	footer address{
		font-size: 14px;
		padding: 27px 0;
	}
	
}
@media screen and (min-width : 769px){
    
    /* header
       ========================================================================== */
	header{
		margin: 0 0 0;
	}
    	
    header .header_wrap{
    	width: 1000px;
    	margin: auto;
    	padding: 16px 15px 16px;
    	box-sizing: border-box;
    }
	
	header .logo{
		margin: 0 25px 0 0;
		width: 344px;
	}
	
	header .logo a{
		font-size: 35px;
	}
	
	header .logo a span{
		font-size: 48px;
	}
	
	h1{
		margin: 13px 0 -10px;
		font-size: 12px;
		line-height: 160%;
		width: 500px;
	}
	
	header .tel_box{
		right: 0;
		top: 0;
		position: absolute;
	}
	
	header .tel_box a{
		display: none;
	}
	
	header .pc{
		display: block;
		text-align: right;
	}
	
	header .pc .icon{
		padding: 25px 0 0;
		display: block;
		background: #003586;
		color: #fff;
		text-align: center;
		font-size: 28px;
		box-sizing: border-box;
		width: 80px;
		height: 80px;
		cursor: pointer;
		transition: .3s;
	}
	
	header .pc .icon i{
		color: #fff;
	}
	
	header .pc .icon:hover{
		opacity: .6;;
	}
	
	header .pc .no{
		background: #003586;
		color: #fff;
		font-size: 16px;
		text-align: center;
		padding: 15px 0;
		position: absolute;
		top: 80px;
		right: 0;
		display: block;
		width: 200px;
		transition: .3s;
		transform: translate(200px,0);
		z-index: 10;
	}
	
	header .pc .no.active{
		transform: translate(0,0);
	}


	/* main_view
	   ========================================================================== */
	.main_view{
		margin: 0 0 0;
		position: relative;
		overflow: hidden;
	}
	
	.main_view .inner{
		padding: 100px 0 80px;
	}
	
	.main_view .anime_box{
		margin: 0 0 30px -20px;
		position: relative;
		line-height: 0;
		height: 364px;
		width: 364px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}

	.main_view .anime_box .zashikichan{
		width: auto;
		right: 50%;
		top: 49px;
		margin-right: -53px;
	}
	
	.main_view .anime_box span{
		width: 364px;
		height: 364px;
	}
	
	.main_view .text_box{
		margin: 0 auto 0;
		padding: 0 0 0 40px;
		position: relative;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 650px;
	}
	
	.main_view .text_box .ja_en{
		margin: 0 auto 30px;
		font-size: 0;
		text-align: left;
	}
	
	.main_view .text_box .ja_en .ja{
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		width: auto;
		line-height: 0;
	}
	
	.main_view .text_box .ja_en .en{
		padding: 0;
		width: auto;
		line-height: 0;
	}
	
	.main_view .text_box .ja_en .arrow{
		width: 130px;
		font-size: 40px;
		text-align: center;
		padding: 0 15px 0 0;
	}
	
	.main_view .text_box .ja_en .arrow .cover{
		display: block;
	}
	
	.main_view .text_box .ja_en .arrow span{
		display: inline-block;
		letter-spacing: -14px;
		font-size: 40px;
	}
	
	.main_view .text_box .text01{
		margin: 0 0 20px;
		padding: 0;
		font-size: 29px;
	}
	
	.main_view .text_box .text02{
		margin: 0 0 30px;
		padding: 0;
		font-size: 15px;
	}
    
	.main_view .btn{
		line-height: 0;
	}
    
	.main_view .btn a{
		display: inline-block;
		padding: 19px 0 0;
		width: 350px;
		height: 60px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	
	.main_view .btn a span{
		display: block;
		padding: 13px 0;
		font-size: 18px;
		position: relative;
	}
	
	.main_view .btn a:after{
		content: "";
    	width: 0;
    	height: 200%;
    	background: rgba(255,255,255,0.2);
    	position: absolute;
    	top: -50%;
    	left: 46%;
    	opacity: 0;
    	transform: rotate(35deg);
    	transition: all 0.3s ease-in 0s;
    	z-index: 0;
	}
	
	.main_view .btn a:hover:after{
		width: 100%;
    	height: 200%;
    	position: absolute;
    	top: -50%;
    	left: 0;
    	opacity: 1;
    	transform: rotate(0);
	}


	/* pickup
	   ========================================================================== */
	.pickup{
		margin: 0 0 0;
		padding: 20px 0 50px;
	}
	
	.pickup .earth{
		background: url(../images/pickup/earth.png) no-repeat right top;
		background-size: auto;
		padding: 30px 0 0;
	}
	
	.pickup .pickup_box{
		padding: 25px 0 0 40px;
	}
	
	.bracket_box{
		margin: 0 0 50px;
		padding: 15px;
		font-size: 32px;
		display: inline-block;
	}
	
	.bracket_box::before{
		content: "";
		width: 30px;
		height: 30px;
	}
	
	.bracket_box::after{
		content: "";
		width: 30px;
		height: 30px;
	}
	
	.pickup p{
		margin: 0 0 30px;
		font-size: 23px;
	}
	
	.border_list{
		margin: 0 0 0;
	}
	
	.border_list li{
		margin: 0 0 25px;
		padding: 0 0 0 35px;
		font-size: 16px;
	}
	
	.border_list li::before{
		content: "";
		width: 15px;
		height: 2px;
		background: #003586;
		position: absolute;
		left: 0;
		top: 10px;
	}
	
	.pickup.bottom{
		text-align: center;
		font-size: 0;
	}
	
	.pickup .photo{
		margin: 50px -100px 0 0;
		line-height: 0;
		width: 500px;
		transition: .3s;
	}
	
	.pickup .blue_bg .bracket_box{
		margin: 0 0 30px;
	}
	
	.pickup .blue_bg{
		padding: 95px 0 0 140px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 600px;
		height: 500px;
		text-align: left;
	}
	
	.pickup .blue_bg::after{
		content: "";
		background: rgba(32,130,189,0.05);
		width: 50vw;
		height: 500px;
		position: absolute;
		right: -50vw;
		top: 0;
	}


	/* wall
	   ========================================================================== */
	.wall{
		margin: 0 0 0;
		padding: 0 0 0;
	}
	
	.wall h2{
		font-size: 35px;
		padding: 29px 0 40px 35px;
	}
	
	.wall_block{
		margin: 0 0 0;
		padding: 0 0 0;
		border-bottom: none;
		font-size: 0;
		text-align: center;
		position: relative;
	}
	
	.wall_block .text_box{
		width: 600px;
		height: 335px;
		padding: 35px 30px 0 30px;
		text-align: left;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	
	.wall_block .text_box::after{
		content: "";
		background: #ddd;
		width: 50vw;
		height: 1px;
		position: absolute;
		right: -50vw;
		bottom: -1px;
	}
	
	.wall_block.right .text_box{
		width: 600px;
		padding: 35px 25px 0 0;
		text-align: left;
	}
	
	.wall_block.right .text_box::after{
		left: -50vw;
		right: auto;
	}
	
	.wall_block h3{
		margin: 0 0 10px;
		font-size: 26px;
		line-height: 150%;
	}
	
	.wall_block p{
		margin: 0 0 0;
		font-size: 16px;
		line-height: 150%;
	}
	
	.wall_block .photo{
		margin: 0 0 0;
		width: 400px;
		transition: .3s;
		vertical-align: bottom;
	}
	
	.wall_block .pc{
		display: inline-block;
	}
	
	.wall_block .sp{
		display: none;
	}


	/* quality
	   ========================================================================== */
	.quality{
		margin: 70px 0 0;
		padding: 0 0 75px;
		text-align: center;
	}
	
	.quality h2{
		text-align: left;
	}
	
	.quality ul{
		margin: 32px 0 0 100px;
		position: relative;
		display: inline-block;
		width: 900px;
		box-sizing: border-box;
		text-align: left;
	}
	
	.quality ul::before{
		content: "";
		width: 500px;
		height: 100%;
		background: url(../images/quality/bg.jpg) no-repeat right center;
		background-size: cover;
		position: absolute;
		left: -520px;
		top: 0;
	}
	
	.quality ul li{
		margin: 0 0 25px;
		padding: 25px;
	}
	
	.quality ul li h3{
		margin: 0 0 5px;
		padding: 5px 0 10px 45px;
		background-size: 40px;
		font-size: auto;
	}
	
	.quality ul li p{
		margin: 0 0 0;
		font-size: 16px;
	}


	/* show_wrap
	   ========================================================================== */
	.show_wrap{
		margin: 0 0 0;
	}
	
	.show_wrap.experience{
		margin: 0 0 0;
	}
	
	.show_wrap::after{
		content: "";
		width: 60vw;
	}
	
	.show_wrap .inner::after{
		content: "";
		width: 260px;
		height: 100%;
		background: #eee;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.show_wrap .inner::before{
		content: "";
		width: 740px;
		height: 100%;
		background: linear-gradient(to right,#E4E4E4,#eee,#eee);
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.show_wrap .inner{
		padding: 80px 0 0;
		position: relative;
	}
	
	.show_wrap.experience .inner{
		padding: 80px 0 80px;
	}
	
	.show_wrap .white_bg{
		position: relative;
		z-index: 1;
		padding: 0 0 1px;
		font-size: 0;
		text-align: center;
	}
	
	.show_wrap h2{
		margin: 0 0 -100px;
		padding: 10px 10px 0;
		font-size: 33px;
		height: 210px;
		box-sizing: border-box;
		text-align: left;
	}
	
	.show_wrap h2 span{
		margin: 15px 0 0;
		font-size: 13px;
	}
	
	.show_wrap h2::before{
		content: "";
		width: 300px;
		height: 300px;
		border-top: 300px solid #023F96;
		transform: rotate(45deg);
		left: -258px;
		top: -193px;
	}
	
	.show_wrap .show_box{
		margin: 0 0 40px;
		padding: 90px 0 0;
		position: relative;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 410px;
		text-align: left;
	}
	
	.show_wrap .show_box.advisor{
		min-height: 432px;
		padding-top: 90px;
	}
	
	.show_wrap .show_box.option{
		min-height: 355px;
	}
	
	.show_wrap.experience .show_box{
		min-height: 553px;
		padding: 60px 0 0;
	}
	
	.show_wrap .show_box.left{
		margin-right: 30px;
	}
	
	.show_wrap .show_box h3{
		padding: 0 0 0;
		position: absolute;
		left: 24px;
		top: 0;
	}
	
	.show_wrap .show_box h3 span{
		padding: 0 0 0 35px;
		font-size: 35px;
	}
	
	.show_wrap .show_box h3 span::before {
	    content: "";
	    left: 0;
	    top: 20px;
		width: 20px;
	}
	
	.show_wrap .table_title{
		margin: 0;
		padding: 0 0 0;
		font-size: 20px;
		position: absolute;
		left: 21px;
		top: 75px;
	}
	
	.show_wrap ul{
		margin: 36px 0 0;
		position: relative;	
	}
	
	.show_wrap ul::before{
		content: "";
		top: -18px;
		left: 0;
	}
	
	.show_wrap ul::after{
		content: "";
		top: -18px;
		left: 0;
		width: 80px;
	}
	
	.show_wrap .advisor ul::after{
		width: 305px;
	}
	
	.show_wrap ul li{
		padding: 8px 5px 7px 30px;
		font-size: 15px;

	}

	.show_wrap ul li::before{
		left: 10px;
	}

	.show_wrap .photo{
		text-align: right;
		position: absolute;
		right: 0;
		bottom: 0;
	}


	/* contact
	   ========================================================================== */
	.contact{
		margin: 0;
	}
	
	.contact .inner{
		padding: 75px 20px 0;
		font-size: 0;
	}
	
	.contact h2{
		margin: 0 0 65px;
    	font-size: 50px;
	}
	
	.req{
		margin-left: 10px;
	}
	
	.contact table{
		width: 100%;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.contact th,
	.contact td{
		border: none;
		border-bottom: 1px solid #033F96;
		border-left: 1px solid #033F96;
		width: auto;
		display: table-cell;
		padding: 10px 20px;
		vertical-align: middle;
	}
	
	.contact tr:first-child th,
	.contact tr:first-child td{
		border-top: 1px solid #033F96;
	}
	
	.contact th{
		width: 30%;
	}
	
	.contact .textarea th{
		vertical-align: top;
	}
	
	.contact .textarea td{
		line-height: 1;
	}
	
	.contact .textarea td textarea{
		line-height: 150%;
		height: 235px;
		box-sizing: border-box;
	}
	
	.contact td{
		border-right: 1px solid #033F96;
		padding: 9px;
	}
	
	.contact input,
	.contact textarea,
	.contact select{
		font-size: 16px;
		padding: 8px;
	}
	
	.zsk_btn_area{
		padding: 62px 0 85px;
	}
	
	.zsk_btn_area button{
		color: #FFF;
		border: none;
		padding: 16px 40px;
		width: 400px;
		margin: 0 10px 0;
		font-size: 25px;
		cursor: pointer;
		transition: all ease-out 0.3s;
	}
	
	.zsk_btn_area .zsk_btn01{
		width: 400px;
	}
	
	.zsk_btn_area button:hover{
		opacity: 0.7;
	}
	
	.thanks .inner{
    	padding: 40px 20px 60px;
	}
	
	.thanks p{
		font-size: 20px;
		line-height: 180%;
		text-align: center;
	}
    
    
    /* footer
       ========================================================================== */
	footer{
		margin: 0;
		padding: 0 0 0;
		font-size: 0;
	}
	
	footer .text_box{
		margin: 0 0 0;
		padding: 35px 20px 35px 0;
	}
	
	footer .text_box h2{
		margin: 0 0 30px 10px;
		line-height: 0;
	}
	
	footer .text_box h2 img{
		width: 432px !important;
	}
	
	footer .text_box table{
		margin: 0 auto 0;
		width: 100%;
		border-bottom: 1px dotted #fff;
	}
	
	footer .text_box table th,
	footer .text_box table td{
		padding: 0 10px 10px;
		font-size: 17px;
	}
	
	footer .text_box table th{
		width: 40px;
	}
	
	footer .right{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
		padding: 35px 0 15px 0;
	}
	
	footer .tel_box{
		margin: 0 auto 20px;
	}
	
	footer .tel_box a{
		padding: 20px;
	}
	
	footer .tel_box a .text{
		margin: 0 0 25px;
		display: block;
		font-size: 20px;
	}
	
	footer .tel_box a .no{
		margin: 0 0 0;
		display: block;
		font-size: 40px;
		font-weight: bold;
	}
	
	footer .tel_box a .zashikichan{
		position: absolute;
		bottom: 6px;
		right: 10px;
		width: auto;
	}
    
    footer .footer_nav{
    	margin: 0 15px 0 0;
    }
    
    footer .footer_nav ul{
    	margin: 0;
    }
    
    footer .footer_nav ul li{
    	display: inline-block;
		width: auto;
    }
    
    footer .footer_nav ul li a{
    	font-size: 14px;
    	display: inline-block;
    	margin: -3px 0 0;
    	background-size: auto;
    	border: none;
    	padding: 0;
    	color: #FFF;
    	width: auto;
    	text-align: left;
    	background: none;
    }
    	
    footer .footer_nav ul li a span{
    	color: #FFF;
    	border-right: 1px solid #FFF;
    	height: 14px;
    	padding: 0 10px;
    	font-size: inherit;
    	display: inline-block;
    	line-height: 1;
    }
    	
    footer .footer_nav ul li a:hover span{
    	text-decoration: underline;
    }
	
	footer .logo{
		display: block;
		padding: 25px 0;
	}
	
	footer .logo a{
		font-size: 35px;
		display: inline-block;
	}
	
	footer .logo a span{
		font-size: 45px;
	}
	
	footer address{
		font-size: 14px;
		padding: 27px 0;
	}
    
    /* TOPへ戻るボタン
       ========================================================================== */
    #page-top {
    	position:  fixed;
    	bottom:  20px;
    	right:  40px;
    	z-index: 100;
		width: auto;
    }
    	
    #page-top img{
    	width: auto;
    }
    	
    #page-top span{
    	display: none;
    }
    	
    #page-top a {
    	display: block;
    	height: 69px;
    	opacity: 0.8;
    	transition: ease-in 0.3s;
    }
    	
    #page-top a:hover {
    	opacity: 1;
    }

}
@media screen and (min-width : 1117px){


	/* pickup
	   ========================================================================== */
	.pickup .photo{
		margin: 50px -100px 0 0;
		width: 600px;
	}
	
	.pickup .blue_bg{
		padding: 95px 0 0 140px;
		width: 600px;
		height: 500px;
	}


	/* wall_block
	   ========================================================================== */
	.wall_block .photo{
		margin: 0 0 0 -100px;
		width: 500px;
	}
	
	.wall_block.right .photo{
		margin: 0 -100px 0 0;
		width: 500px;
		vertical-align: bottom;
	}	
	
}