@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	font-family: 'M PLUS 1p', sans-serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width:100%;
	color: #0071b9;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	padding-top: 75px;
}
a{
	color: #0071b9;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer!important;
}
a:hover{
	opacity: 0.6;
}
.btn_on{
	position: relative;
}
.btn_on:hover{
	opacity: 1;
}
.btn_on .img_on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.btn_on:hover .img_on {
	opacity: 1;
}
.btn_on:hover .img_off {
	opacity: 0;
}
.maker{
	padding: 0 14px;
	background: linear-gradient(transparent 50%, #ff0 0%);
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	body{
		padding-top: 12vw;
	}
}

header{
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	background: #fff;
	top: 0;
	z-index: 9999;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
header .inner .logo_umi{
	width: 310px;
	margin-right: auto;
}
header .btn_sns{
	width: 40px;
	margin: 0 0 0 10px;
}
header .btn_contact{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 32px;
	font-size: 15px;
    color: #0063ad;
	text-align: center;
    border-radius: 15px;
    border: 2px solid #0063ad;
	background: #fff;
    margin: 0 0 0 12px;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 1px rgba(170,170,170,0.6);
}
header .btn_contact span{
    font-weight: 500;
}
header .btn_contact:hover {
	color: #fff;
	background: #0063b0;
	opacity: 1;
}
header .logo_ttd{
	width: 220px;
	margin: 0 0 0 12px;
}
header .menu{
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	background: #fff;
}
.trigger {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 75px;
	left: 20px;
	background: #fff;
	z-index: 999;
	transition: all .5s;
}
.trigger_inner{
	position: relative;
	width: 100%;
}
.trigger.active {
	left: 350px;
}
.trigger span {
	display: block;
	width: 100%;
	height: 5px;
	background-color: #0071b9;
	transition: all .5s;
	border-radius: 20px;
}
.trigger.active span {
	width: 60%;
}
.trigger span:nth-of-type(2) {
	margin: 12px 0;
}
.trigger.active span{
	position: absolute;
	top: 50%;
	left: 50%;
}
.trigger.active span:nth-of-type(1) {
	transform: translate(-50%, 50%) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.trigger.active span:nth-of-type(3) {
	transform: translate(-50%, 50%) rotate(45deg);
}
/*
.gnav {
	position: fixed;
	width: 350px;
	height: 100vh;
	padding: 40px 14px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateX(-100%);
	transition: all .5s;
	box-sizing: border-box;
	overflow-y: scroll;
}
.gnav.open {
	transform: translateX(0);
}
.gnav .logo{
	width: 240px;
	margin: 0 auto 34px;
}
.gnav .btn_entry{
	display: block;
	width: 90%;
	margin: 35px auto 0;
}
.gnav .btn_entry_post{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 10px auto 30px;
}
.gnav .btn_entry_post a{
	width: 49%;
}
.gnav a,
.gnav dl dt,
.gnav dl dd{
	color: #036eb7;
	font-size: 16px;
}
.gnav .list li{
	margin: 0 0 10px;
}
.gnav dl{
	margin: 50px 0 0;
}
.gnav dl dt{
	padding: 0 8px 8px;
	border-bottom: 2px solid #036eb7;
}
.gnav dl dd{
	margin: 15px 5px 0;
}
.gnav .list li a:before,
.gnav dl dd a:before{
	content: ">";
	margin: 0 5px 0 0;
}
.gnav .sns{
	display: flex;
	justify-content: center;
	margin: 80px 0 15px;
}
.gnav .sns a{
	display: block;
	margin: 0 8px;
}
.gnav .btn_contact{
	width: 130px;
	margin: 0 auto;
}
.gnav .logo_ttd{
	margin: 30px auto 0;
}
*/

.gnav {
	position: fixed;
	width: 350px;
	height: 100vh;
	padding: 40px 14px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateX(-100%);
	transition: all .5s;
	box-sizing: border-box;
	overflow-y: scroll;
}
.gnav.open {
	transform: translateX(0);
}
.gnav .logo{
	width: 240px;
	margin: 0 auto 34px;
}
.gnav .btn_on{
	display: block;
	width: 90%;
	margin: 0 auto 18px;	
}
.gnav a,
.gnav dl dt,
.gnav dl dd{
	color: #036eb7;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.gnav .list{
	margin: 50px 0 0;
}
.gnav .list li{
	margin: 0 0 10px;
}
.gnav dl{
	margin: 50px 0 0;
}
.gnav dl dt{
	padding: 0 8px 8px;
	border-bottom: 2px solid #036eb7;
}
.gnav dl dd{
	margin: 15px 5px 0;
}
.gnav .list li a:before,
.gnav dl dd a:before{
	content: ">";
	margin: 0 5px 0 0;
}
.gnav .sns{
	display: flex;
	justify-content: center;
	margin: 100px 0 15px;
}
.gnav .sns a{
	display: block;
	margin: 0 8px;
}
.gnav .btn_contact{
	width: 130px;
	margin: 0 auto;
}
.gnav .logo_ttd{
	margin: 30px auto 0;
}


.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity: 0;
	transition: opacity .2s;
}
.overlay.open {
	width: 100%;
	height: 100vh;
	opacity: 1;
}
body.open{
	overflow-y: hidden;
}
@media print, screen and (max-width: 1120px) {
	header .inner {
		width: 830px;
	}
}
@media print, screen and (max-width: 1000px) {
	header .inner {
		width: 700px;
	}
	header .inner .logo_umi{
		width: 240px;
		margin-right: 20px;
	}
	header .btn_sns {
    	width: 30px;
	}
	header .btn_contact {
		width:100px;
		font-size: 13px;
	}
	header .logo_ttd {
 	   width: 160px;
	}
}
@media print, screen and (max-width: 768px) {
	header{
		height: 12vw;
	}
	header .inner{
		width: 100%;
	}
	header .inner .logo_umi{
		width: 47.4666vw;
		margin: 0 auto;
	}
	header .inner .btn_sns{
		display: none;
	}
	header .inner .btn_contact{
		display: none;
	}
	header .inner .logo_ttd{
		display: none;
	}
	header .btn_sns{
		width: 9.8vw;
		margin: 0 0 0 2.1333vw;
	}
	.trigger {
		width: 12vw;
		height: 12vw;
		left: 2.1333vw;
	}
	.trigger_inner{
		width: 9.3333vw;
	}
	.trigger.active {
		left: 68vw;
	}
	.trigger span {
		height: 0.8vw;
		border-radius: 8vw;
	}
	.trigger span:nth-of-type(2) {
		margin: 2.1333vw 0;
	}
	.trigger.active span{
		width: 80%;
	}
/*
	.gnav {
		width: 68vw;
		padding: 9.6vw 4vw;
	}
	.gnav .logo{
		width: 48vw;
		margin: 0 auto 8vw;
	}
	.gnav a,
	.gnav dl dt,
	.gnav dl dd{
		font-size: 3.7333vw;
	}
	.gnav a.link{
		font-size: 4vw;
	}
	.gnav .btn_entry{
		width: 100%;
		margin: 5.6vw auto 0;
	}
	.gnav .btn_entry_post{
		width: 100%;
		margin: 2.6666vw 0 8vw;
	}
	.gnav dl{
		margin: 11.2vw 0 0;
	}
	.gnav dl dt{
		padding: 0 2.1333vw 2.1333vw;
	}
	.gnav dl dd{
		margin: 4vw 1.6vw 0;
	}
	.gnav .list li a:before,
	.gnav dl dd a:before{
		margin: 0 1.3333vw 0 0;
	}
	.gnav .sns{
		margin: 11.2vw 0 6.4vw;
	}
	.gnav .sns a{
		margin: 0 2.1333vw;
	}
	.gnav .btn_contact{
		width: 32vw;
		height: 8.5333vw;
		font-size: 3.7333vw;
		margin: 0 auto;
	}
	.gnav .logo_ttd{
		width: 53.3333vw;
		margin: 10.6666vw auto 0;
	}	
*/
	.gnav {
		width: 68vw;
		padding: 9.6vw 4vw;
	}
	.gnav .logo{
		width: 48vw;
		margin: 0 auto 8vw;
	}
	.gnav .btn_on{
		margin: 0 auto 3.2vw;	
	}
	.gnav .list{
		margin: 8vw 0 0;
	}
	.gnav a,
	.gnav dl dt,
	.gnav dl dd{
		font-size: 3.7333vw;
	}
	.gnav a.link{
		font-size: 4vw;
	}
	.gnav dl{
		margin: 11.2vw 0 0;
	}
	.gnav dl dt{
		padding: 0 2.1333vw 2.1333vw;
	}
	.gnav dl dd{
		margin: 4vw 1.6vw 0;
	}
	.gnav .list li a:before,
	.gnav dl dd a:before{
		margin: 0 1.3333vw 0 0;
	}
	.gnav .sns{
		margin: 11.2vw 0 6.4vw;
	}
	.gnav .sns a{
		margin: 0 2.1333vw;
	}
	.gnav .btn_contact{
		width: 32vw;
		height: 8.5333vw;
		font-size: 3.7333vw;
		margin: 0 auto;
	}
	.gnav .logo_ttd{
		width: 53.3333vw;
		margin: 10.6666vw auto 0;
	}
	.gnav .logo_ezm{
		width: 53.3333vw;
		margin: 5.3333vw auto;
	}
}

.kv{
	position: relative;
}
.kv_slide_smp{
	display: none;
}
.slick-dotted.slick-slider{
	margin: 0;
}
.slick-dots{
	bottom: 2.34375vw;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
	width: 30px;
	height: 30px;
}
.slick-dots li{
	margin: 0 10px;
}
.slick-dots li button{
	padding: 0;
}
.slick-dots li button:before{
	content: "";
	background: #fff;
	opacity: 1;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	content: "";
	background: #0075c3;
	opacity: 1;
}
.slick-dots li button:after{
 	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
	background: #0075c3;
	border-radius: 50%;
}
.slick-dots li.slick-active button:after{
 	content: "";
	background: #fff;
}
@media print, screen and (max-width: 1280px) {
	.slick-dots{
		bottom: 3.515625vw;
	}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before{
		width: 1.5625vw;
		height: 1.5625vw;
	}
	.slick-dots li{
		margin: 0 0.78125vw;
	}
	.slick-dots li button:after{
		top: 0.234375vw;
		left: 0.234375vw;
		width: 1.09375vw;
		height: 1.09375vw;
	}
}
@media print, screen and (max-width: 768px) {
	.kv_slide{
		display: none;
	}
	.kv_slide_smp{
		display: block;
	}
	.slick-dots{
		bottom: 13.3333vw;
	}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before{
		width: 5.3333vw;
		height: 5.3333vw;
	}
	.slick-dots li{
		margin: 0 2.6666vw;
	}
	.slick-dots li button:after{
		top: 0.8vw;
		left: 0.8vw;
		width: 3.7333vw;
		height: 3.7333vw;
	}
}

.pagelink{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0 0;
	background: #66c6f1;
}
.pagelink:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(../images/bg_wave_pagelink.png) repeat-x top center;
    top: -24px;
    left: 0;
}
.pagelink li{
	position: relative;
	margin: 0 15px 15px;
}
.pagelink li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 75px;
	color: #0071b9;
	font-size: 25px;
	background: #fff;
	border: 5px solid #0071b9;
	border-radius: 28px;
	box-sizing: border-box;
}
.pagelink li a:hover{
	opacity: 1;
	background: #ff0;
}
.pagelink li span{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 30px;
	color: #ff0;
	font-size: 17px;
	background: #f00;
	border-radius: 6px;
	transform:rotate(-8deg);
	top: -8px;
	left: -2px;
}
@media print, screen and (max-width: 768px) {
	.pagelink{
		justify-content: space-between;
		padding: 4.8vw 2.6666vw 0;
	}
	.pagelink:before {
		height: 6.4vw;
		top: -6vw;
	}
	.pagelink li{
		width: 45.8666vw;
		margin: 0 0 2.1333vw;
	}
	.pagelink li a{
		width: 100%;
		height: 12vw;
		font-size: 4.8vw;
		border: 2px solid #0071b9;
		border-radius: 3.7333vw;
	}
	.pagelink li span{
		width: 16vw;
		height: 8vw;
		font-size: 4.2666vw;
		border-radius: 1.6vw;
		top: -3.3333vw;
		left: -1.3333vw;
	}
}

#overview{
	position: relative;
	padding: 80px 0 90px;
	background:url("../images/bg_point_left.png") no-repeat top 30px center #66c6f1;
}
#overview .tit{
	width: 950px;
	margin: 0 auto 40px;
}
#overview .txt{
	color: #1d2087;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
#overview .txt.date{
	margin: 40px auto;
    border: 2px solid #ffffff;
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #1D2087;
    color: #FDFF00;
}
#overview .txt.date a{
	color: #fff;
	text-decoration: underline;
}
#overview .inner{
	padding: 0 30px;
	overflow: hidden;
}
#overview .list{
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 80px auto 50px;
}
#overview .list li{
	position: relative;
	width: 230px;
}
#overview .list li span{
	position: absolute;
	width: 95px;
	z-index: 99;
}
#overview .list li:nth-child(1) span{
	top: -50px;
	left: -72px;
}
#overview .list li:nth-child(2) span{
	top: -50px;
	left: -40px;
}
#overview .list li:nth-child(3) span{
	top: -52px;
	right: -30px;
}
#overview .sns{
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}
#overview .sns li{
	margin: 0 18px;
}
#overview .sns li a{ 
	display: block;
	width: 90px;
	margin: 0 auto;
}
#overview .sns li span{
	display: block;
	color: #000;
	font-size: 18px;
	margin: 8px 0 0;
}

@media print, screen and (max-width: 1100px) {
	#overview .list{
		flex-wrap: wrap;
		justify-content: center;
	}
	#overview .list li{
		margin: 40px 25px 0;
	}
	#overview .list li:nth-child(1){
		width: 100%;
		margin: 0;
	}
	#overview .list li:nth-child(1) p{
		width: 270px;
		margin: 0 auto;
	}
	#overview .list li:nth-child(1) span{
		left: calc(50% - 206px);
		top: -54px;
	}
}
@media print, screen and (max-width: 768px) {
	#overview{
		padding: 12vw 0 16vw;
	}
	#overview:before{
		height: 6.4vw;
		background: url("../images/bg_point_wave.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	#overview .tit{
		width: 85.333vw;
		margin: 0 auto 5.6vw;
	}
	#overview .txt{
		font-size: 3.2vw;
		line-height: 2;
	}
	#overview .txt.date{
		margin: 4.16666vw auto;
    	width: 92%;
    	padding: 5.333vw;
    	border-radius: 1.333vw;
		font-size:3.73vw; 
	}
	#overview .inner{
		padding: 0;
	}
	#overview .list{
		justify-content: space-between;
		width: 83.2vw;
		margin: 12vw auto 7.4666vw;
	}
	#overview .list li{
		width: 37.3333vw;
		margin: 4.8vw 0 0;
	}
	#overview .list li span {
		width: 16vw;
	}
	#overview .list li:nth-child(1) p{
		width: 38.9333vw;
	}
	#overview .list li:nth-child(1) span {
    	left: calc(50% - 31.4666vw);
		top: -8.5333vw;
	}
	#overview .list li:nth-child(2) span {
    	top: -9.0666vw;
    	left: -6.6666vw;
	}
	#overview .list li:nth-child(3) span {
		right: -4.2666vw;
		top: -9.0666vw;
	}
	#overview .sns{
		margin: 6.9333vw 0 0;
	}
	#overview .sns li{
		margin: 0 2.6666vw;
	}
	#overview .sns li a{ 
		width: 14.6666vw;
	}
	#overview .sns li span{
		font-size: 3.2vw;
		margin: 2.1333vw 0 0;
	}
}

.report{
	position: relative;
	padding: 80px 30px 110px;
	background: url("../images/bg_grid.jpg") repeat top center;
}
.report:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_white.png") repeat-x top center;
	top: -25px;
	left: 0;
}
.report .tit{
	position: relative;
	max-width: 860px;
	margin: 0 auto 34px;
	z-index: 99;
}
.report .txt{
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
}
.report .works{
	margin: 30px -30px 40px;
}
.report .slick-initialized .slick-slide{
	margin: 0 15px;
}
@media print, screen and (max-width: 768px) {
	.report{
		padding: 9.6vw 0 18.6666vw;
	}
	.report:before{
		height: 6.4vw;
		background: url("../images/bg_wave_white.png") repeat-x top center;
		top: -6vw;
		background-size: 526vw;
	}
	.report:after{
		display: none;
	}
	.report .tit{
		width: 91.7333vw;
		margin: 6.4vw auto 6.4vw;
	}
	.report .txt{
		font-size: 3.7333vw;
	}
	.report .txt span.txt_sub{
		display: block;
		margin: 6.4vw 0 0;
	}
	.report .txt span.maker{
		font-size: 5.3333vw;
		line-height: 1.4;
		padding: 0;
	}
	.report .works{
		margin: 6.4vw 0 8vw;
	}
	.report .slick-initialized .slick-slide{
		margin: 0 1.3333vw;
	}
}

.theme{
	position: relative;
	padding: 100px 30px;
	background: #f2ce9d;
}
.theme:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_brown.png") repeat-x top center;
	top: -24px;
	left: 0;
}
.theme .tit{
	max-width: 860px;
	margin: 0 auto 30px;
}
.theme .cap{
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.theme .cap span.cap_sub{
	display: block;
}
.theme .cap span.maker{
	font-size: 29px;
}
.theme .wrap{
	position: relative;
	max-width: 960px;
	text-align: center;
	border: 8px solid #0071b9;
	border-radius: 42px;
	background: #fff;
	box-sizing: border-box;
	padding: 45px 0;
	margin: 110px auto 40px;
}
.theme .wrap .icon{
	position: absolute;
	width: 78px;
	top: -82px;
	left: 50%;
	transform: translateX(-50%);
}
.theme .wrap .tit_table{
	width: 320px;
	margin: 0 auto 14px;
}
.theme .wrap .txt{
	color: #0071b9;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	margin: 26px 0 0 55px;
}

@media print, screen and (max-width: 768px) {
	.theme{
		padding: 6.4vw 4vw 16vw;
	}
	.theme:before{
		height: 6.4vw;
		background: url("../images/bg_wave_brown.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	.theme .tit{
		width: 100%;
		margin: 0 auto 4.8vw;
	}
	.theme .cap{
		font-size: 3.7333vw;
	}
	.theme .cap span.cap_sub{
		margin: 4.8vw 0; 
	}
	.theme .cap span.maker {
		font-size: 5.3333vw;
		padding: 0 3.2vw;
	}
	.theme .wrap{
		border: 0.8vw solid #0071b9;
		border-radius: 4vw;
		padding: 7.4666vw 0 8vw;
		margin: 16vw 0 5.6vw;
	}
	.theme .wrap .icon{
		width: 12.8vw;
		top: -12.8vw;
	}
	.theme .wrap .txt{
		font-size: 2.6666vw;
		margin: 4vw 3.2vw 0;
	}
	.theme .wrap .tit_table{
		width: 52.8vw;
		margin: 0 auto 3.7333vw;
	}
}

#seminar{
	position: relative;
	color: #1d2087;
	font-size: 24px;
	padding: 70px 30px 140px;
	background: #b9e6fb;
}
#seminar:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_blue.png") repeat-x top center;
	top: -25px;
	left: 0;
}
#seminar .tit{
	max-width: 588px;
	margin: 0 auto 34px;
}
#seminar .tit_sub{
	max-width: 860px;
	margin: 0 auto 30px;
}
#seminar .yt{
	max-width: 942px;
	margin: 36px auto 40px;
}
#seminar .yt .wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#seminar .yt .wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#seminar .txt{
	text-align: center;
	line-height: 2;
}
#seminar .cnt{
	max-width: 942px;
	margin: 0 auto 50px;
}
#seminar .cnt .tit_sub{
	width: 350px;
	margin: 0 auto;
}
#seminar .cnt .cap{
	line-height: 1.4;
	margin: 24px 0 20px;
}
#seminar .cnt ul li{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}
#seminar a{
	display: block;
	max-width: 710px;
	margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
	#seminar{
		font-size: 3.2vw;
		padding: 10.6666vw 4vw 21.3333vw;
	}
	#seminar .tit{
		width: 69.3333vw;
		margin: 0 auto 2.6666vw;
	}
	#seminar .tit_sub{
		margin: 0 auto 3.7333vw;
	}
	#seminar .yt{
		margin: 0 0 9.0666vw;
	}
	#seminar .txt{
		line-height: 1.8;
		margin: 0 0 6.4vw;
	}
	#seminar .cnt{
		margin: 0 auto 9.0666vw;
	}
	#seminar .cnt .tit_sub{
		width: 44.8vw;
	}
	#seminar .cnt .cap{
		line-height: 1.5;
		margin: 4.2666vw 0;
	}
	#seminar .cnt ul li{
		font-size: 3.2vw;
	}
	#seminar a{
		width: 74.6666vw;
		margin: 0 auto;
	}
}

.contest{
	position: relative;
	color: #1d2087;
	padding: 70px 30px 200px;
	background: url("../images/bg_grid.jpg") repeat top center;
}
.contest:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_white.png") repeat-x top center;
	top: -25px;
	left: 0;
}
.contest .tit{
	max-width: 664px;
	margin: 0 auto;
}
.contest .txt{
	font-size: 24px;
	line-height: 2;
	text-align: center;
	margin: 40px auto 50px;
}
.contest .contest_slide{
	margin: 0 -30px;
}
.contest .slick-initialized .slick-slide{
	margin: 0 5px;
}
.contest .tit_sub{
	max-width: 480px;
	margin: 0 auto;
}
.contest .past_contest{
	margin: 80px 0 0;
}
.contest .past_contest .link{
	display: flex;
	justify-content: center;
}
.contest .past_contest .link a{
	width: 300px;
	margin: 0 10px;
}
.contest .past_contest .txt,
.contest .tv_archives .txt{
	margin: 30px 0;
}
.contest .tv_archives{
	max-width: 945px;
	margin: 80px auto 0;
}
.contest .tv_archives .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contest .tv_archives .list li{
	width: 32%;
	margin: 0 0 20px;
}
.contest .tv_archives .list:after{
	content:"";
	display: block;
	width:32%;
}
.contest .tv_archives .note{
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	margin: 5px 0 0;
}
@media print, screen and (max-width: 768px) {
	.contest{
		padding: 9.6vw 4vw 16vw;
	}
	.contest:before{
		height: 6.4vw;
		background: url("../images/bg_wave_white.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	.contest .txt{
		font-size: 3.2vw;
		line-height: 1.6;
		margin: 4.2666vw 0 6.4vw;
	}
	.contest .contest_slide{
		margin: 0 -4vw;
	}
	.contest .slick-initialized .slick-slide{
		margin: 0 1.3333vw;
	}	
	.contest .tit_sub{
		width: 61.8666vw;
	}
	.contest .past_contest{
		margin: 11.2vw 0 0;
	}
	.contest .past_contest .link{
		justify-content: space-between;
	}
	.contest .past_contest .link a{
		width: 29.3333vw;
		margin: 0;
	}
	.contest .past_contest .txt,
	.contest .tv_archives .txt{
		margin: 3.2vw 0;
	}
	.contest .tv_archives{
		margin: 8vw auto 0;
	}
	.contest .tv_archives .list li{
		width: 28.8vw;
		margin: 0 0 1.6vw;
	}
	.contest .tv_archives .list:after{
		width: 28.8vw;
	}
	.contest .tv_archives .note{
		font-size: 2.6666vw;
		margin: 1.6vw 0 0;
	}
}

.apply_area .apply{
	display: flex;
	background: #fff;
}
.apply_area .apply a{
	display: block;
	background: #ff0;
}
.apply_area .apply a:hover{
	background: #f7931e;
	opacity: 1;
}
.apply_area .apply .num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	background: #0071b9;
	border: 3px solid #0071b9;
	box-sizing: border-box;
	border-radius: 30px 0 0 30px;
}
.apply_area .apply .num img{
	width: 50px;
}
.apply_area .apply .btn{
	width: calc(100% - 50px);
	padding: 12px 0;
	border: 3px solid #0071b9;
	border-left: none!important;
	border-radius: 0 30px 30px 0;
	box-sizing: border-box;
}
.apply_area .apply.step01{
	margin: 0 0 15px;
}
.apply_area .apply.step01 .btn{
	font-size: 15px;
	text-align: center;
}
.apply_area .apply.step01 .btn .btn_txt{
	width: 258px;
	margin: 0 auto 10px;
}
.apply_area .apply.step02 .btn .btn_txt{
	width: 230px;
	margin: 0 auto 14px;
}
.apply_area .apply.step02 .btn .box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.apply_area .apply.step02 .btn .box a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 50px;
	border: 2px solid #0071b9;
	border-radius: 18px;
	box-sizing: border-box;
}
.apply_area .apply.step02 .btn .box a img{
	width: 126px;
}
.apply_area .apply.step02 .btn .box span{
	display: block;
	width: 34px;
	margin: 0 10px;
}
@media print, screen and (max-width: 768px) {
	.apply_area .apply .num{
		width: 12vw;
		border: 2px solid #0071b9;
		border-radius: 3.2vw 0 0 3.2vw;
	}
	.apply_area .apply .num img{
		width: 6.4vw;
	}
	.apply_area .apply .btn{
		width: calc(100% - 12vw);
		border: 2px solid #0071b9;
		padding: 2.1333vw 0;
		border-radius: 0 3.2vw 3.2vw 0;
	}
	.apply_area .apply.step01{
		margin: 0 0 2.1333vw;
	}
	.apply_area .apply.step01 .btn{
		font-size: 2.6666vw;
	}
	.apply_area .apply.step01 .btn .btn_txt{
		width: 35.7333vw;
		margin: 0 auto 1.6vw;
	}
	.apply_area .apply.step02 .btn .btn_txt{
		width: 32vw;
		margin: 0 auto 3.2vw;
	}
	.apply_area .apply.step02 .btn .box a{
		width: 22.9333vw;
		height: 8vw;
		border: 1px solid #0071b9;
		border-radius: 2.6666vw;
	}
	.apply_area .apply.step02 .btn .box a img{
		width: 18.1333vw;
	}
	.apply_area .apply.step02 .btn .box span{
		width: 4.8vw;
		margin: 0 1.6vw;
	}
}

#schedule{
	position: relative;
	background: #f2ce9d;
	padding: 100px 30px 130px;
}
#schedule:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_brown.png") repeat-x top center;
	top: -25px;
	left: 0;
}
#schedule .tit{
	width: 580px;
	margin: 0 auto;
}
#schedule .list{
	max-width: 920px;
	margin: 30px auto 0;
}
#schedule .list li{
	margin: 0 0 40px;
}
#schedule .list li .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 76px;
	color: #fff;
	font-size: 36px;
	padding: 0 20px 0 30px;
	background: #0071b9;
}
#schedule .list li .info .tit_info{
	display: flex;
	align-items: center;
	font-weight: 500;
}
#schedule .list li .info .tit_info .num{
	font-size: 60px;
	font-weight: 500;
	margin: 0 20px 0 0;
}
#schedule .list li .info .tit_info .yellow,
#schedule .list li .info .date{
	color: #ff0;
	font-weight: 500;
}
#schedule .list li .info .tit_info .yellow{
	margin: 0 15px 0 0;
}
#schedule .list li .detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 20px;
	background: #fff;
}
#schedule .list li .detail .icon{
	width: 100px;
}
#schedule .list li .detail .inner{
	max-width: 760px;
	width: 100%;
}
#schedule .list li .detail .txt{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
#schedule .list li .detail .txt span{
	color: #f4901e;
	font-weight: 500;
}
#schedule .list li .detail .note{
	color: #f4901e;
	font-size: 20px;
	line-height: 1.5;
	margin: 24px 0 0;
}
#schedule .list li .apply_area{
	margin: 30px 0 0;
}
#schedule .list li .detail table{
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
}
#schedule .list li .detail table th,
#schedule .list li .detail table td{
	font-size: 20px;
	border: 1px solid #000;
}
#schedule .list li .detail table th{
	width: 246px;
	text-align: right;
	padding: 14px 0;
	background: #c1f2ff;
}
#schedule .list li .detail table td{
	padding: 14px;
	background: #fffcd5;
}
#schedule .list li:nth-child(4) .info{
	background: #f4901e;
}
#schedule .list li:nth-child(4) .detail .note{
	font-size: 30px;
	margin: 10px 0 0;
}
@media print, screen and (max-width: 1100px) {
	#schedule .list li .info{
		font-size: 30px;
	}
	#schedule .list li .info .tit_info .num{
		font-size: 50px;
	}
	#schedule .list li .detail{
		padding: 2.7272vw 1.8181vw;
	}
	#schedule .list li .detail .inner{
		width: 70vw;
	}
}
@media print, screen and (max-width: 768px) {
	#schedule{
		padding: 8vw 4vw 10.6666vw;
	}
	#schedule:before{
		height: 6.4vw;
		background: url("../images/bg_wave_brown.png") repeat-x top left;
		background-size: 526vw;
		top: -6vw;
	}
	#schedule .tit{
		width: 68.8vw;
	}
	#schedule .list{
		margin: 4.8vw auto 0;
	}
	#schedule .list li{
		margin: 0 0 4.8vw;
	}
	#schedule .list li .info{
		height: 10.6666vw;
		font-size: 3.7333vw;
		padding: 0 2.6666vw;
	}
	#schedule .list li .info .tit_info .num{
		font-size: 6.4vw;
		margin: 0 2.1333vw 0 0;
	}
	#schedule .list li .detail{
		padding: 4vw 2.1333vw;
	}
	#schedule .list li .detail .icon{
		width:9.3333vw;
	}
	#schedule .list li .detail .inner{
		width: 75.2vw;		
	}
	#schedule .list li .detail .txt{
		font-size: 2.6666vw;
	}
	#schedule .list li .detail .note{
		font-size: 2.6666vw;
		margin: 3.2vw 0 0;
	}
	#schedule .list li .apply_area{
		margin: 3.2vw 0 0;
	}
	#schedule .list li .detail table{
		margin: 3.2vw 0 0;
	}
	#schedule .list li .detail table th,
	#schedule .list li .detail table td{
		font-size: 2.6666vw;
	}
	#schedule .list li .detail table th{
		width: 32vw;
		padding: 1.6vw 0;
	}
	#schedule .list li .detail table td{
		padding: 1.6vw 3.2vw;
	}
	#schedule .list li:nth-child(4) .detail .note{
		font-size: 3.2vw;
		margin: 1.6vw 0 0;
	}
}

#method{
	position: relative;
	color: #0071b9;
	font-size: 24px;
	padding: 50px 30px 120px;
	background: url("../images/bg_method.png") no-repeat top center #b9e6fb;
	background-size: cover;
}
#method:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_blue.png") repeat-x top center;
	top: -24px;
	left: 0;
}
#method .tit{
	width: 390px;
	margin: 0 auto;
}
#method .wrap{
	position: relative;
	max-width: 960px;
	border: 6px solid #0071b9;
	border-radius: 50px;
	background: #fff;
	box-sizing: border-box;
	padding: 52px 34px 50px;
	margin: 75px auto 0;
}
#method .wrap .icon{
	position: absolute;
	width: 142px;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
#method .wrap .tit_sub{
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	background: #0071b9;
	border-radius: 15px;
	padding: 2px 0;
}
#method .spec{
	margin: 24px 0 0;
}
#method .spec dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 23px;
	line-height: 1.7;
}
#method .spec dl dt{
	display: flex;
	justify-content: space-between;
	width: 4em;
}
#method .spec dl dd{
	display: flex;
	width: calc(100% - 4em);
}
#method .spec dl dd:before{
	content: "：";
	display: block;
}
#method .spec dl dd span{
	color: #f00;
}
#method .spec p{
	font-size: 18px;
	font-weight: 700;
	margin: 14px 0 0;
}
#method .apply_area{
	max-width: 750px;
	margin: 24px 0 70px auto;
}
#method .tit_cnt{
	width: 240px;
	margin: 0 0 18px;
}
#method .cnt{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
#method .cnt .img{
	width: 270px;
}
#method .cnt .detail{
	width: 580px;
}
#method .cnt .detail ul li{
	line-height: 1.8;
}
#method .cnt .detail ul li.orange{
	color: #f4901e;
}
#method .cnt .detail ul li span.orange{
	color: #f4901e;
	font-weight: 500;
}
#method .cnt .detail .txt{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 24px 0 0;
}
#method .form_cnt{
	margin: 70px 0 0;
}
#method .form_cnt .tit_cnt{
	margin: 30px 0 20px;
}
#method .form_cnt .txt{
	line-height: 1.5;
}
#method .form_cnt .note_red{
	color: #f00;
	font-size: 20px;
	line-height: 1.5;
	margin: 14px 0 0;
}
#method .form_cnt.mail ul li{
	line-height: 1.4;
	margin: 12px 0 0;
}
#method .form_cnt.mail ul li span{
	display: block;
	font-size: 18px;
	text-indent: 1em;
}
#method .form_cnt.mail .note{
	font-size: 18px;
	line-height: 1.4;
	margin: 18px 0 0;
}
#method .form_cnt.mail .email{
	display: block;
	width: 364px;
	margin: 24px 0 0;
}
#method .form_cnt.mail table{
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
}
#method .form_cnt.mail table th,
#method .form_cnt.mail table td{
	font-size: 20px;
	line-height: 1.5;
	padding: 14px 20px;
	border: 2px solid #000;
	box-sizing: border-box;
}
#method .form_cnt.mail table th{
	width: 160px;
	text-align: right;
	background: #c1f2ff;
}
#method .form_cnt.mail table td{
	background: #fffcd5;
}
@media print, screen and (max-width: 1000px) {
	#method{
	background: url("../images/bg_method_smp.png") repeat-y top center #b9e6fb;
	}
	#method .cnt .img{
		width: 36%;
	}
	#method .cnt .detail{
		width: 60%;
	}
}
@media print, screen and (max-width: 768px) {
	#method{
		font-size: 3.7333vw;
		padding: 5.6vw 4vw 14.9333vw;
	}
	#method:before{
		height: 6.4vw;
		background: url("../images/bg_wave_blue.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	#method .tit{
		width: 48vw;
		margin: 0 auto 2.6666vw;
	}
	#method .wrap{
		border: 1.3333vw solid #0071b9;
		border-radius: 8vw;
		padding: 11.2vw 2.6666vw 9.6vw;
		margin: 11.2vw 0 0;
	}
	#method .wrap .icon{
		width: 20vw;
		top: -6.4vw;
	}
	#method .wrap .tit_sub{
		font-size: 3.7333vw;
		border-radius: 2.1333vw;
		padding: 1.6vw 0;
	}
	#method .spec{
		margin: 4.8vw 0 0;
	}
	#method .spec p {
    	font-size: 3.2vw;
		margin: 2.6666vw 0 0;
	}
	#method .spec dl{
		font-size: 3.7333vw;
	}
	#method .apply_area{
		margin: 5.3333vw 0 12vw;
	}	
	#method .tit_cnt{
		width: 36.8vw;
		margin: 0 auto;
	}
	#method .cnt{
		display: block;
		margin: 6.4vw 0 0;
	}
	#method .cnt .img{
		width: 47.4666vw;
		margin: 5.3333vw auto 5.8666vw;
	}
	#method .cnt .detail{
		width: 100%;
	}
	#method .cnt .detail ul li{
		line-height: 1.4;
	}
	#method .cnt .detail .txt{
		font-size: 3.2vw;
		margin: 4.8vw 0 0;
	}
	#method .form_cnt{
		margin: 10.6666vw 0 0;
	}
	#method .form_cnt .tit_cnt{
		margin: 4.8vw auto 3.2vw;
	}
	#method .form_cnt .note_red{
		font-size: 2.6666vw;
		margin: 2.6666vw 0 0;
	}
	#method .form_cnt.mail ul li{
		margin: 2.6666vw 0 0;
	}
	#method .form_cnt.mail ul li span{
		font-size: 3.2vw;
	}
	#method .form_cnt.mail .note{
		font-size: 3.2vw;
		margin: 3.7333vw 0 8vw;
	}
	#method .form_cnt.mail .email{
		width: 58.1333vw;
		margin: 4vw 0 0;
	}
	#method .form_cnt.mail table{
		margin: 6.4vw 0 0;
	}
	#method .form_cnt.mail table th,
	#method .form_cnt.mail table td{
		font-size: 2.6666vw;
		padding: 2.6666vw;
		border: 1px solid #000;
	}
	#method .form_cnt.mail table th{
		width: 17.3333vw;
	}
}

#faq{
	position: relative;
	padding: 60px 30px 100px;
	background: #62b9ff;
}
#faq:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_faq.png") repeat-x top center;
	top: -25px;
	left: 0;
}
#faq .wrap{
	max-width: 950px;
	margin: 0 auto;
}
#faq .wrap .tit{
	width: 374px;
	margin: 0 auto 25px;
}
#faq .wrap .list dt,
#faq .wrap .list dd{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
#faq .wrap .list span{
	width: 34px;
}
#faq .wrap .list p{
	width: calc(100% - 64px);
}
#faq .wrap .list dt{
	color: #ffff00;
	font-size: 24px;
	line-height: 1.4;
}
#faq .wrap .list dd{
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	margin: 30px 0;
	padding: 0 10px 30px;
	background: url("../images/border_faq.png") no-repeat bottom center;
	background-size: contain;
}
#faq .txt{
	color: #000;
	font-size: 20px;
	line-height: 1.3;
	margin: 68px 10px 24px;
}
#faq .btn_contact{
	display: block;
	width: 200px;
}
@media print, screen and (max-width: 768px) {
	#faq{
		padding: 11.2vw 4vw 16vw;
	}
	#faq:before{
		height: 6.4vw;
		background: url("../images/bg_faq_wave.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	#faq .wrap .tit{
		width: 64vw;
		margin: 0 auto 8vw;
	}
	#faq .wrap .list{
		width: 87.4666vw;
		margin: 0 auto;
	}
	#faq .wrap .list dt,
	#faq .wrap .list dd{
		padding: 0;
	}
	#faq .wrap .list span{
		width: 6.4vw;
	}
	#faq .wrap .list p{
		width: calc(100% - 8vw);
	}
	#faq .wrap .list dt{
		font-size: 4vw;
	}
	#faq .wrap .list dd{
		font-size: 3.7333vw;
		margin: 6.4vw 0;
		padding: 0 0 6.4vw;
	}
	#faq .txt{
		font-size: 3.7333vw;
		margin: 5.6vw 0;
	}
	#faq .btn_contact{
		width: 34.6666vw;
	}
}

#support{
	position: relative;
	background: #b9e6fb;
	padding: 70px 30px 100px;
}
#support:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_blue.png") repeat-x top center;
	top: -25px;
	left: 0;
}
#support .wrap{
	max-width: 960px;
	margin: 0 auto;
	padding: 44px 40px 55px;
	background: #fff;
	border: 6px solid #0071b9;
	border-radius: 30px;
	box-sizing: border-box;
}
#support .wrap .tit{
	width: 140px;
	margin: 0 auto 40px;
}
#support .wrap .tit_cnt{
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
#support .wrap .cnt .tit_cnt span{
	color: #0071b9;
	font-size: 34px;
	font-weight: 500;
	white-space: nowrap;
	margin: 0 24px 0 0;
}
#support .wrap .cnt .tit_cnt:after{
	content: "";
	width: 100%;
	height: 15px;
	background-color: #0071b9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
	background-size: 14px 14px;
}
#support .wrap .inner{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 70px;
}
#support .wrap .cnt .box,
#support .wrap .cnt.adviser .img{
	max-width: 360px;
	width: 50%;
	margin: 0 10px;
}
#support .wrap .cnt .info .job{
	max-width: 230px;
	color: #0071b9;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 6px 0;
	background: #fff5d2;
	border: 2px solid #0071b9;
	border-radius: 22px;
	box-shadow: 2px 2px 0px 1px #0071b9;
	box-sizing: border-box;
	margin: 30px auto 26px;
}
#support .wrap .cnt .info .name{
	color: #333;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
#support .wrap .cnt.adviser .info{
	position: relative;
	width: 50%;
	margin: 0 10px;
}
#support .wrap .cnt.adviser .info .job{
	max-width: 310px;
	margin: 0;
	height: 60px;
	border-radius: 30px;
	line-height: 24px;
	padding: 5px 0;
}
#support .wrap .cnt.adviser .company{
	color: #333;
	font-weight: 500;
	margin: 20px 0 5px;
	font-size: 18px;
}
#support .wrap .cnt.adviser .name{
	color: #333;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 20px;
	text-align: left;
}
#support .wrap .cnt.adviser .txt{
	color: #333;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 500;
}
#support .wrap .cnt.col3 .box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 28%;
}
#support .wrap .cnt.col3 .info .job{
}
#support .wrap .cnt.corporate .inner{
	flex-wrap: wrap;
	padding: 0 10px;
}
#support .wrap .cnt.corporate .box{
	margin: 40px 0 0;
}
#support .wrap .cnt.corporate .box:nth-child(-n+3){
	margin: 0;
}
#support .wrap .cnt.designer{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
	margin: 50px 0 0;
}
#support .wrap .cnt.designer .txt{
	font-size: 26px;
	margin: 0 0 20px;
}
@media print, screen and (max-width: 768px) {
	#support{
		position: relative;
		padding: 8vw 4vw 9.6vw;
	}
	#support:before{
		height: 6.4vw;
		background: url("../images/bg_wave_blue.png") repeat-x top left;
		background-size: 526vw;
		top: -6vw;
	}
	#support .wrap{
		padding: 5.6vw 3.2vw 9.6vw;
		border: 0.8vw solid #0071b9;
		border-radius: 4vw;
	}
	#support .wrap .tit{
		width: 18.6666vw;
		margin: 0 auto 6.4vw;
	}
	#support .wrap .tit_cnt{
		margin: 0 0 6.4vw;
	}
	#support .wrap .cnt .tit_cnt span{
		font-size: 4.8vw;
		margin: 0 3.7333vw 0 0;
	}
	#support .wrap .cnt .tit_cnt:after{
		height: 2.6666vw;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
		background-size: 1.6vw 1.6vw;
	}
	#support .wrap .inner{
		padding: 0 0 12vw;
	}
	#support .wrap .cnt .box,
	#support .wrap .cnt.adviser .img{
		width: 46%;
		margin: 0;
	}
	#support .wrap .cnt .info .job{
		max-width: none;
		width: 32vw;
		font-size: 2.6666vw;
		border-radius: 2.6666vw;
		padding: 0.8vw 0;
		margin: 3.2vw auto;
		border: 1px solid #0071b9;
		box-shadow: 2px 2px 0px 0px #0071b9;
	}
	#support .wrap .cnt .info .name{
		font-size: 3.7333vw;
	}
	#support .wrap .cnt.adviser .inner{
		display: block;
	}
	#support .wrap .cnt.adviser .info{
		width: 100%;
		margin: 0;
	}
	#support .wrap .cnt.adviser .info .job{
		max-width: none;
		width: 42.6666vw;
		height: 9.6vw;
		margin: 3.2vw 0;
		line-height: 3.2vw;
		padding: 1.3vw 0;
		border-radius: 2.1333vw;
	}
	#support .wrap .cnt.adviser .company{
		font-size: 3.2vw;
		margin: 5.333vw 0 1.3333vw;
	}
	#support .wrap .cnt.adviser .name{
		font-size: 3.7333vw;
		margin: 0 0 2.666vw;
	}
	#support .wrap .cnt.adviser .txt{
		position: static;
		font-size: 3.2vw;
		transform: none;
	}
	#support .wrap .cnt.col3 .inner{
		flex-wrap: wrap;
	}
	#support .wrap .cnt.col3 .inner::after {
		display: block;
		content:"";
		width: 46%;
	}
	#support .wrap .cnt.col3 .box{
		width: 46%;
	}
	#support .wrap .cnt.corporate .inner{
		padding: 0;
	}
	#support .wrap .cnt.corporate .box{
		margin: 0 0 8vw;
	}
	#support .wrap .cnt.corporate .box:nth-child(-n+3){
		margin: 0 0 8vw;
	}
	#support .wrap .cnt.designer{
		font-size: 2.6666vw;
		margin: 0;
	}
	#support .wrap .cnt.designer .txt{
		font-size: 3.2vw;
		margin: 0 0 2.6666vw;
	}
}


/*******************************************************************

結果発表

*******************************************************************/
.result .overview{
	color: #fff;
	background: #66c6f1;
	padding: 52px 30px 90px;
}
.result .overview .tit{
	max-width: 630px;
	margin: 0 auto 30px;
}
.result .overview .cap{
	max-width: 950px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	margin: 0 auto 60px;;
	color: #1d2087;
}

.slide_container01,
	.slide_container02{
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
	margin:50px 0 0 0; 
}
.slide_container01 .slide_archive {
  display: flex;
  animation: slide-flow-r 30s infinite linear 1s both;
}
.slide_container01 .slide{
  width: 600px;
  object-fit:cover;
	margin-right: 50px;
}
@keyframes slide-flow-r {
from {
	  transform: translateX(-100%);
	}
	  to {
  	transform: translateX(0%);
	}
}	
.slide_container02 .slide_archive {
  display: flex;
  animation: slide-flow-l 30s infinite linear 1s both;
}
.slide_container02 .slide{
  width: 600px;
  object-fit:cover;
	margin-right: 50px;
}
@keyframes slide-flow-l {
	from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.result .overview .img_wrap{
	display: flex;
	justify-content: center;
	margin: 18px 0;
}
.result .overview .img_wrap .img_left{
	max-width: 726px;
}
.result .overview .img_wrap .img_right{
	max-width: 672px;
	margin-left: 10px;
}
.result .overview .img_bottom{
	max-width: 1108px;
	margin: 20px auto 0;
}
.result .overview .onair_area .cap{
	margin-top: 60px;
}
.result .overview .onair_area table{
	width: 950px;
	margin: 40px auto;
	background:#FFF;
}
.result .overview .onair_area table th,
.result .overview .onair_area table td{
	font-size: 36px;
	padding: 20px;	
}
.result .overview .onair_area table th{
	background: #ffff00;
	color: #0071b9;
	text-align: right;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.result .overview .onair_area table th.tit{
	background:#1d2087;
	color: #fff;
	text-align: center;
}
.result .overview .onair_area table td{
	text-align: left;
	color: #0071b9;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}	
.result .award_wrap{
	position: relative;
	padding: 110px 30px 25px;
	background: #f2ce9d;
}
.result .award_wrap:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url("../images/bg_wave_brown.png") repeat-x top center;
	top: -24px;
	left: 0;
}
.result .award{
	position: relative;
	max-width: 960px;
	text-align: center;
	padding: 90px 28px 34px;
	margin: 0 auto 85px;
	border-radius: 50px;
	background: #fff;
	border: 8px solid #0071b9;
	box-sizing: border-box;
}
.result .award.haneda_aoao{
	padding-top:200px;
}
.result .award.special .award_cnt:after{
	content: '';
	width: 100%;
	display: block;
	border-bottom: 8px solid #0071b9;
	padding:20px 0 0;
	margin: 20px 0 30px;
}
.result .award.special .award_cnt:last-child:after{
	display: none;
}
.result .award.haneda_aoao .tit_award img{
	margin-bottom: 0px;
}
.result .award .tit_award{
	position: absolute;
	max-width: 718px;
	top: -43px;
	left: 36%;
	transform: translateX(-30%);
}
.result .award.continuation .tit_award{
	top: 60px;
}
.result .award .cap_award{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 20px;
}
.result .award .name{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 40px;
}
.result .award .cnt_wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.result .award .cnt_wrap:before{
	content: "";
	position: absolute;
	width: 62px;
	height: 23px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/icon_arrow.png") no-repeat;
	background-size: contain;
}
.result .award .cnt_wrap .cnt{
	max-width: 428px;
}
.result .award .cnt_wrap .cnt .tit_cnt{
	width: 250px;
	margin: 0 auto;
}
.result .award .cnt_wrap .cnt .img{
	margin: 20px 0;
}
.result .award .img_other{
	max-width: 888px;
	margin: 50px auto 0;
}
.result .award .tit_point{
	width: 224px;
	margin: 44px auto 30px;
}
.result .award .txt_point{
	background: url("../images/border_award.png") no-repeat top center;
	background-size: contain;
	padding: 24px 0 0;
}
.result .award .txt_point,
.result .award .judge{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}
.result .award .judge{
	text-align: right;
	margin: 12px 0 0;
}

.result .award.special .tit_point{
	margin: 0 auto 30px;
}
.result .cnt_wrap_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.result .cnt_wrap_list .cnt{
	display: flex;
	flex-direction: column;
	width: 420px;
	margin: 0 0 55px;
}
.result .cnt_wrap_list .cnt .tit_cnt{
	display: flex;
	flex: 1 auto;
	align-items: flex-end;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
.result .cnt_wrap_list .cnt .box_wrap{
	display: flex;
	justify-content: space-between;
}
.result .cnt_wrap_list .cnt .box{
	width: 205px;
}
.result .cnt_wrap_list .cnt .box .img{
	margin: 12px 0;
}
.result .cnt_wrap_list .cnt .box .name{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
.result .nominate{
	padding: 85px 30px 90px;
	background: url("../images/bg_grid.jpg") repeat top center;
	overflow: hidden;
}
.result .nominate .award{
	margin: 0 auto;
	padding: 60px 28px 34px;
}
.result .nominate .tit{
	max-width: 500px;
	margin: 0 auto 86px;
}
.result .continuation{
	padding: 100px 30px 80px;
}
.result .continuation .award{
	margin: 0 auto;
	padding: 60px 28px 70px;
}
.result .continuation .tit{
	max-width: 496px;
	margin: 0 auto -40px;
}
.result .continuation .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.result .continuation .col2 .cnt{
	width: 420px;
}
.result .continuation .cnt{
	margin: 90px 0 0;
}
.result .continuation .cnt .name{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.result .continuation .cnt .txt{
	max-width: 814px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	margin: 20px auto 0;
}
.result .continuation .cnt{
	margin: 90px auto 0;
	font-size: 36px;
	text-align: center;
}
.result .continuation .cnt .txt.comingsoon{
	font-size: 36px;
	text-align: center;
}
.result .continuation .cnt .box_wrap{
	display: flex;
	justify-content: space-between;
	margin: 14px auto 0;
}
.result .continuation .col3 .cnt .box_wrap{
	max-width: 634px;
}
.result .continuation .cnt .box_wrap .box{
	width: 205px;
}
.result .continuation .cnt .box_wrap .box .date{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 14px 0 0;
}
.result .continuation .txt_point{
	margin: 70px 0 0;
}
.result .contest_state{
	color: #fff;
	padding: 90px 30px 110px;
	background: url("../images/bg_contest_state.png") no-repeat;
	background-size: cover;
}
.result .contest_state .tit{
	max-width: 400px;
	margin: 0 auto 45px;
}
.result .contest_state .cap{
	max-width: 940px;
	font-size: 24px;
	line-height: 1.6;
	text-align: left;
	margin: 0 auto 24px;
}
.result .contest_state .yt{
	max-width: 940px;
	margin: 0 auto 90px;
}
.result .contest_state .yt .wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.result .contest_state .yt .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.result .contest_state .utilization{
	margin: 130px 0 0;
}
.result .contest_state .utilization .slide{
	margin: 0 -30px;
}
.result .contest_state .utilization .slick-initialized .slick-slide{
	margin: 0 5px;
}
.btn_more {
	width: 250px;
	cursor: pointer;
	margin: 70px auto 0;
}
@media print, screen and (max-width: 1100px) {
	.result .overview .onair_area .cap{
		margin-top: 40px;
	}
	.result .overview .onair_area table{
		width: 750px;
		margin: 30px auto;
	}
	.result .overview .onair_area table th,
	.result .overview .onair_area table td{
		font-size: 28px;
		padding: 16px;	
	}
	.slide_container01 .slide,
	.slide_container02 .slide{
		width: 400px;
		margin-right: 40px;
	}
	.result .award .cnt_wrap .cnt,
	.result .cnt_wrap_list .cnt .box{
		width: 48%;
	}
	.result .cnt_wrap_list{
		display: block;
	}
	.result .cnt_wrap_list .cnt{
		width: 100%;
	}
}
@media print, screen and (max-width: 768px) {
	.result .overview .onair_area .cap{
		margin : 6.4vw auto 5.8666vw;
	}
	.result .overview .onair_area table{
		width: 90%;
	}
	.result .overview .onair_area table th,
	.result .overview .onair_area table td{
		display: block;
		font-size: 3.25vw;
		padding: 3.2vw;
		margin: 0;
	}
	.result .overview .onair_area table th{
		text-align: center;
		border-right: 1px solid #000;
	}
	.slide_container01,
	.slide_container02{
		margin-top: 3vw;
	}
	.slide_container01 .slide,
	.slide_container02 .slide{
		width: 50vw;
		margin-right: 2.5vw;
	}
	.result .overview{
		padding: 8vw 4vw 10.6666vw;
	}
	.result .overview .tit{
		width: 80vw;
		margin: 0 auto 6.4vw;
	}
	.result .overview .cap{
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.result .overview .img_wrap{
		flex-direction: column;
		align-items: center;
		margin: 8vw 0 5.6vw;
	}
	.result .overview .img_wrap .img_left{
		width: 89.6vw;
	}
	.result .overview .img_wrap .img_right{
		width: 84.8vw;
		margin: 4.8vw 0 0;
	}
	.result .overview .img_bottom{
		margin: 8vw auto 0;
	}
	.result .award_wrap{
		padding: 12vw 4vw 6.4vw;
	}
	.result .award_wrap:before{
		height: 6.4vw;
		background: url("../images/bg_wave_brown.png") repeat-x top left;
		top: -6vw;
		background-size: 526vw;
	}
	.result .award{
		padding: 9.6vw 3.2vw 5.3333vw;
		margin: 0 auto 9.6vw;
		border-radius: 6.4vw;
		border: 0.8vw solid #0071b9;
	}
	.result .award.haneda_aoao {
    	padding-top: 22vw;
	}
	.result .award .tit_award{
		width: 66.6666vw;
		top: -4.8vw;
	}
	.result .award .cap_award{
		font-size: 4vw;
		margin: 0 0 5.3333vw;
	}
	.result .award .name{
		font-size: 3.25vw;
		margin-bottom: 5vw;
	}
	.result .award .cnt_wrap:before{
		width: 5.8666vw;
		height: 2.6666vw;
		top: 2.1333vw;
	}
	.result .award .cnt_wrap .cnt{
		width: 40vw;
	}
	.result .award .cnt_wrap .cnt .tit_cnt{
		width: 28vw;
	}
	.result .award .cnt_wrap .cnt .img{
		margin: 2.1333vw 0;
	}
	.result .award .cnt_wrap .cnt .name{
		font-size: 3.2vw;
	}
	.result .award .img_other{
		margin: 6.4vw auto 0;
	}
	.result .award .tit_point{
		width: 29.3333vw;
		margin: 6.4vw auto 3.2vw;
	}
	.result .award .txt_point{
		padding: 3.2vw 0 0;
	}
	.result .award .txt_point,
	.result .award .judge{
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.result .award .judge{
		margin: 3.2vw 0 0;
	}
/*
	.result .award.special .tit_award{
		max-width: 30.9333vw;
		top: -4.2666vw;
	}
*/
	.result .award.special .award_cnt:after {
    	border-bottom: 0.8vw solid #0071b9;
	}
	.result .award.special .tit_point{
		margin: -4vw auto 3.2vw;
	}
	.result .cnt_wrap_list .cnt{
		margin: 0 0 12vw;
	}
	.result .cnt_wrap_list .cnt .tit_cnt{
		font-size: 4vw;
		line-height: 1.3;
	}
	.result .cnt_wrap_list .cnt .box{
		width: 40vw;
	}
	.result .cnt_wrap_list .cnt .box .img{
		margin: 3.2vw 0;
	}
	.result .cnt_wrap_list .cnt .box .name{
		font-size: 3.2vw;
	}
	.result .nominate .award{
		padding: 9.6vw 3.2vw 5.3333vw;
	}
	.result .nominate{
		padding: 12.8vw 4vw 16vw;
	}
	.result .nominate .tit{
		width: 69.3333vw;
		margin: 0 auto 12.8vw;
	}
	.result .continuation{
		padding: 11.2vw 4vw 9.0666vw;
	}
	.result .continuation .award{
		padding: 9.6vw 3.2vw 5.3333vw;
	}
	.result .continuation .tit{
		width: 48vw;
		margin: 0 auto -4.8vw;
	}
	.result .continuation .col2{
		display: block;
	}
	.result .continuation .col2 .cnt{
		width: 100%;
	}
	.result .continuation .cnt{
		margin: 12vw 0 0;
	}
	.result .continuation .cnt .txt.comingsoon{
		font-size: 6vw;
	}
	.result .continuation .cnt .name{
		font-size: 3.2vw;
	}
	.result .continuation .cnt .txt{
		font-size: 2.6666vw;
		margin: 3.4666vw auto 0;
	}
	.result .continuation .cnt .box_wrap{
		margin: 3.2vw auto 0;
	}
	.result .continuation .col2 .cnt .box_wrap{
		justify-content: center;
	}
	.result .continuation .col2 .cnt .box_wrap .box{
		margin: 0 0.53333vw;
	}
	.result .continuation .cnt .box_wrap .box{
		width: 27.2vw;
	}
	.result .continuation .cnt .box_wrap .box .date{
		font-size: 2.6666vw;
		margin: 1.6vw 0 0;
	}
	.result .continuation .txt_point{
		margin: 12vw 0 0;
	}
	.result .contest_state{
		padding: 8vw 4vw 12vw;
	}
	.result .contest_state .tit{
		width: 51.2vw;
		margin: 0 auto 4.8vw;
	}
	.result .contest_state .cap{
		font-size: 3.7333vw;
		margin: 0 auto 8vw;
	}
	.result .contest_state .yt{
		margin: 0 auto 8vw;
	}
	.result .contest_state .utilization{
		margin: 0;
	}
	.result .contest_state .utilization .slide{
			margin: 0 -4vw;
	}
	.result .contest_state .utilization .slick-initialized .slick-slide{
		margin: 0 1.3333vw;
	}	
	.btn_more{
		width: 36vw;
		margin: 4.8vw auto 0;
	}
}




.sns_area{
	padding: 66px 30px;
	background: #efefef;
}
.sns_area .inner{
	display: flex;
	justify-content: center;
	max-width: 840px;
	margin: 0 auto 40px;
}
.sns_area .box{
	width: 380px;
	height: 630px;
	overflow-y: scroll;
	border-radius: 10px;
	border: 2px solid #5caddc;
	margin: 0 20px;
	box-shadow: 3px 3px 0px 1px #5caddc;
}
.sns_area .btn_wrap{
	display: flex;
	justify-content: center;
}
.sns_area .btn_wrap a{
	display: block;
	width: 40px;
	margin: 0 10px;
}
.sns_area .logo_ttd{
	width: 270px;
	margin: 14px auto 0;
}
@media print, screen and (max-width: 900px) {
	.sns_area .box{
		width: 47%;
	}
}
@media print, screen and (max-width: 768px) {
	.sns_area{
		padding: 8vw 6.4vw 21.3333vw;
	}
	.sns_area .inner{
		display: block;
		width: 100%;
		margin: 0 auto 12.8vw;
	}
	.sns_area .box{
		width: 100%;
		height: 84vw;
		margin: 0 0 6.4vw 0;
		border-radius: 2.6666vw;
	}
	.sns_area .box:last-of-type{
		margin: 0;
	}
	.sns_area .btn_wrap a{
		width: 10.6666vw;
		margin: 0 1.6vw;
	}
	.sns_area .logo_ttd{
		width: 72vw;
		margin: 3.2vw auto 0;
	}
}


footer{
	position: relative;
	text-align: right;
    padding: 10px 0 30px;
    color: #fff;	
    font-size: 14px;
    background: #0a537d;
}
footer:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../images/bg_footer_wave.png") repeat-x top center;
	top: -46px;
	left: 0;
}
.copyright {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
@media print, screen and (max-width: 768px) {
	footer{
		padding: 4vw 0 8vw;
    	font-size: 3.2vw;
		text-align: center;
	}
	footer:before{
		height: 12.8vw;
		background: url("../images/bg_footer_wave.png") repeat-x top left;
		top: -12vw;
		background-size: 526vw;
	}
	.copyright {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}


.smp_only{
	display: none;
}
@media print, screen and (max-width: 768px) {
	.smp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
}