@charset "utf-8";
/* CSS Document */
/*============================
01.共通設定
02.ヘッダー・メインビジュアル
03.ナビゲーション
04.SNSリンクエリア
05.イントロダクション
06.フッター
============================*/

/*01.共通設定*/
*{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  vertical-align: baseline;
}
a{
	color: black;
}
ul{
	list-style-type: none;
}
h1{
	margin-top: 0;
}
body{
font-family: 'Zen Kaku Gothic New', sans-serif;
}
p{
	transform: rotate(0.03deg);
}
.pc_block{
	display: none;
}
.pc_block2{
	display: none;
}
.tab_block{
	display: none;
}
.sp_block{
	display: block;
}
img{
	width: 100%;
	height:auto;
	vertical-align: bottom;
}
main{
	overflow: hidden;
}
/*矢印アイコン*/
/*矢印アイコン*/
.arrow{
	position: relative;
}
.arrow::before,.arrow::after{
    position: absolute;
    top: 48%;
    margin: auto;
    content: "";
    vertical-align: middle;
	left: 90%;
    width: 10px;
    height: 10px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
	.pc_block{
		display: block;
	}
	.sp-tab_block{
		display: block;
	}
	.sp_block{
		display: none;
	}
}
@media screen and (min-width: 1080px) {
	.sp-tab_block{
		display:none;
	}
	.pc_block2{
		display: block;
	}
}
/*02.ヘッダー・メインビジュアル*/
.main_visual .blue_area{
	background: #6FB6EA;
	color: white;
	position: relative;
	overflow: hidden;
}
.main_visual .blue_area p{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.86;
	padding-top: 18px;
	padding-left: 20px;
}
.main_visual .blue_area .img_box{
	width:76%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0;
}
.main_visual .blue_area .img_box p{
	position: absolute;
	color: black;
	display: block;
	bottom: 4px;
	right: -36px;
	font-size: 10px;
}
.main_visual .blue_area .img_box p span{
	font-size: 12px;
}
.main_visual .blue_area .object{
	position: absolute;
	text-shadow: 2px 2px 2px #00000029;
	top: -28px;
	right: -24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
	width: 49%;
	max-width: 185px;
	height: 185px;
	background-image: url("../img/label.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.main_visual .yellow_area{
	background: #FFF000 url("../img/sec_mv_yellowbgi.png") no-repeat center top / cover;
	position: relative;
}
.main_visual .yellow_area h1{
	width: 52%;
	padding-top: 42px;
	padding-bottom: 32px;
	margin-right: auto;
	margin-left: auto;
}
.main_visual .yellow_area h1+.img_box{
	width: 92%;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 48px;
}
.main_visual .yellow_area span{
	position: absolute;
	font-size: 10px;
	display: flex;
	bottom: 47px;
	right: -18px;
	transform: rotate(90deg);
	align-items: baseline;
}
.main_visual .yellow_area span::after{
	content: '';
	width: 30px;
	height: 6px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
}
@media screen and (min-width: 768px) {
	.main_visual .blue_area .img_box{
		position: relative;
	}
	.main_visual .blue_area p{
		font-size: 18px;
		padding-left: 92px;
	}
	.main_visual .blue_area .img_box p{
		font-size: 12px;
		right:40px;
	}
	.main_visual .blue_area .img_box p span{
		font-size: 15px;
	}
	.main_visual .blue_area .object{
		top: 17px;
		right: 40px;
		font-size: 32px;
		max-width: 236px;
		height: 236px;
	}
	.main_visual .yellow_area h1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main_visual .yellow_area h1+.img_box{
		width:84%;
		padding-bottom: 76px;
	}
}
@media screen and (min-width: 1080px) {
	.main_visual .blue_area{
		background: #6FB6EA url("../img/sec_mev_bluebgi_pc.png") no-repeat center bottom / 68%;
		color: white;
		position: relative;
		padding-top: 100px;
	}
	.main_visual .blue_area .contents_box{
		position: relative;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	.main_visual .blue_area .img_box{
		max-width: 1011px;
		width: 81%;
		bottom: 0px;
	}
	.main_visual .blue_area .contents_box>p{
		max-width: 950px;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: -15%;
		padding-top: 0;
		left: -48px;
		font-size: 22px;
	}
	.main_visual .blue_area .object{
		top: -78px;
		right: -26px;
	}
	.main_visual .yellow_area h1{
		max-width: 650px;
	}
	.main_visual .yellow_area h1+.img_box{
		max-width: 950px;
		margin-top: 88px;
	}
}
/*ナビゲーション*/
nav{
	padding-top: 30px;
	padding-bottom: 43px;
	position: relative;
	overflow: hidden;
}
nav h2{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.12em;
	position: relative;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
nav h2::before,nav h2::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 6px 7px 5px;
	border-color: #3A82D6 transparent transparent transparent;
}
nav h2::before{
	left:0;
	transform: scale(-1,1) rotate(21deg);
}
nav h2::after{
	right:0;
	transform:rotate(21deg);
}
nav h2 span{
	font-size: 24px;
	position: relative;
	z-index: 4;
}
nav h2 span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: yellow;
	left: 0;
	bottom: 0;
	z-index: -1;
}
nav ul{
	margin-top: 20px;
	width: 89%;
	margin-right: auto;
	margin-left: auto;
}
nav ul li{
	margin-top: 10px;
	text-align: center;
	height: 60px;
	line-height: 52px;
	background: transparent -webkit-linear-gradient(#3A82D6 0%, #004AA0 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(#3A82D6 0%, #004AA0 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(#3A82D6 0%, #004AA0 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px;
	border: solid white 2px;
	box-shadow: 2px 2px 6px #0000004D;
	transition: 0.3s;
}
nav ul li:hover{
	opacity: 0.6;
}
nav ul li:first-of-type{
	margin-top: 0;
}
nav ul li:last-of-type{
	background: white;
	border:solid 2px #3A82D6;
	box-shadow: none; 
	width: 49%;
	height: 40px;
	line-height: 35px;
	margin-top: 30px;
}
nav ul li a{
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
nav ul li:last-of-type a{
	color: #3A82D6;
	font-weight: 900;
}
nav .object{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 161px;
}
@media screen and (min-width: 768px) {
	nav{
		margin-top: 100px;
		padding-top: 0;
	}
	nav h2{
		font-size: 30px;
		width:63%;
	}
	nav h2::before, nav h2::after {
		top:10px;
	}
	nav h2 span{
		font-size: 40px;
	}
	nav ul{
		width: 84%;
		display: flex;
		flex-wrap: wrap;
		max-width: 950px;
		margin-top: 30px;
		justify-content: space-around;
	}
	nav ul li{
		width: 43%;
		margin-top: 0;
	}
	nav ul li:nth-of-type(n+3){
		margin-top: 18px;
	}
	nav ul li:last-of-type{
		width: 43%;
		height: 60px;
		line-height: 52px;
	}
	nav .object{
		right: -34px;
	}
}
@media screen and (min-width: 1080px) {
	nav{
		margin-left: auto;
		margin-right: auto;
	}
	nav h2{
		max-width: 805px;
		font-size: 40px;
		width:60%;
	}
	nav h2::before, nav h2::after {
		border-width: 73px 11px 7px 5px;
	}
	nav h2 span{
		font-size: 50px;
	}
	nav ul{
		width:100%;
	}
	nav ul li a{
		font-size: 20px;
	}
}
@media screen and (min-width: 1280px) {
	nav{
		overflow: initial;
		max-width: 950px;
	}
	nav h2{
		width:68%;
	}
	nav ul {
		justify-content: space-between;
	}
	nav ul li,nav ul li:last-of-type{
		width:49%;
	}
	nav .object{
		max-width: 288px;
		right: -248px;
	}
}
/*04.SNSリンクエリア*/
.sns_link_area{
	background-color: rgba(111,182,234,0.15) ;
	padding-bottom: 50px;
}
.sns_link_area>.img_box{
	width: 89%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.sns_link_area h3{
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	color: #3A82D6;
	font-weight: 900;
	letter-spacing: 0.12em;
	background-color: white;
	line-height: 45px;
	height: 50px;
	border-top:2px solid #3A82D6;
	border-bottom: 2px solid #3A82D6;
}
.sns_link_area .sns_list {
	width: 80%;
	max-width: 583px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sns_link_area .sns_list li{
	width: 17%;
	text-align: center;
}
.sns_link_area .sns_list li:nth-of-type(2),.sns_link_area .sns_list li:nth-of-type(3){
	margin-left: 60px;
}
.sns_link_area .sns_list li:nth-of-type(n+4){
	margin-top: 30px;
}
.sns_link_area .sns_list li:nth-of-type(5){
	margin-top: 43px;
}
.sns_link_area .sns_list li a{
	text-decoration: none;
}
.sns_link_area .sns_list li a span{
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
}
.sns_link_area .sns_list li:nth-of-type(5) span{
	margin-top: 13px;
}
@media screen and (min-width: 469px) {
	.sns_link_area .sns_list li:nth-of-type(n+4){
		margin-top: 0;
	}
	.sns_link_area .sns_list li:nth-of-type(2), .sns_link_area .sns_list li:nth-of-type(3) {
  		margin-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.sns_link_area{
		padding-bottom: 94px;
	}
	.sns_link_area > .img_box{
		padding-top: 73px;
		max-width: 590px;
	}
	.sns_link_area h3{
		margin-top: 60px;
		max-width: 590px;
		margin-right: auto;
		margin-left: auto;
		border: 2px solid #3A82D6;
		border-radius: 25px;
	}
	.sns_link_area .sns_list{
		width: 100%;
	}
	.sns_link_area .sns_list li{
		width: 10%;
	}
	.sns_link_area .sns_list li:nth-of-type(5){
		padding-top: 8px;
	}
	.sns_link_area .sns_list li:nth-of-type(3) span{
		margin-top: 11px;
	}
	.sns_link_area .sns_list li:nth-of-type(5) span{
		margin-top: 20px;
	}
}


/*05.イントロダクション*/
.introduction{
	margin-top: 90px;
	position: relative;
}
.introduction h2{
	color: white;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.28;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #3A82D6;
	padding-left: 30px;
}
.introduction h2 div{
	position: relative;
}
.introduction h2 .object{
	max-width: 129px;
	position: absolute;
	right: 0;
	top:-42px;
}
.introduction .contents_wrapper .movie_container{
	background: transparent linear-gradient(180deg, #6FB6EA 0%, #81BFED 21%, #F0F7FD 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.introduction .contents_wrapper .movie_container .movie{
	padding-top: 54px;
	background-image: url("../img/introduction_movie_bgi.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom 15% center;
}
.introduction .contents_wrapper .movie_container .movie .movie_box{
	width: 89%;
	position: relative;
  	padding-top: 50.25%;
	margin-right: auto;
	margin-left: auto;
}
.introduction .contents_wrapper .movie_container .movie .movie_box iframe {
	position: absolute;
 	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.introduction .contents_wrapper .movie_container .movie .object_container{
	width:68%;
	margin-top: 44px;
	margin-right: auto;
	margin-left: auto;
}
.introduction .contents_wrapper .movie_container .movie .object_container .object_box{
	position: relative;
}
.introduction .contents_wrapper .movie_container .movie .object_container .object_box li:first-of-type{
	transform: scale(-1, 1);
	width:42%;
 	position: absolute;
 	z-index: 3;
	left:19px;
}
.introduction .contents_wrapper .movie_container .movie .object_container .object_box li:last-of-type{
	position: relative;
	width: 66%;
	left: 36%;
	bottom: 28px;
}
.introduction h3{
	font-size: 25px;
	width: 82%;
	max-width: 428px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.introduction .contents_container{
	margin-top: 22px;
}
.introduction .contents_container .text_box{
	width:82%;
	max-width: 428px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.introduction .contents_container .text_box p{
	font-size: 13px;
	font-weight: 500;
	line-height: 2.07;
}
.introduction .contents_container .text_box .img_box{
	position: absolute;
	width: 38%;
	margin-top: 0;
	right:-55px;
	top:-108px;
	max-width: 160px;
}
.introduction .contents_container .img_box{
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
.introduction > h3,.introduction > h3+.img_box{
	width:86%;
	margin-right: auto;
	margin-left: auto;
}
.introduction > h3{
	margin-top: 130px;
	letter-spacing: 0.1em;
}
.introduction > h3:last-of-type{
	margin-top: 82px;
}
.introduction > h3+.img_box{
	margin-top: 28px;
}
.introduction .contents_wrapper .banner_box{
	width: 89%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	transition: 0.3s;
}
.introduction .contents_wrapper .banner_box:hover{
	opacity: 0.6;
}
@media screen and (min-width: 768px) {
	.introduction h2{
		width:100%;
		font-size: 40px;
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.introduction h2 .object{
		right: -30px;
		top: -56px;
		max-width: 208px;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container .object_box .introduction .contents_container{
  		width: 86%;
  		margin-left: auto;
  		margin-right: auto;
	}
	.introduction .contents_wrapper .movie_container .movie .movie_wrapper{
		max-width: 590px;
		margin-right: auto;
		margin-left: auto;
	}
	.introduction .contents_wrapper .movie_container .movie .movie_box {
		width:100%;
		padding-top: 56.25%;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container{
		width: 52%;
		margin-top: 80px;
	}
	.introduction h3{
		font-size: 30px;
		max-width: 100%;
	}
	.introduction .contents_container .text_box{
		width: 82%;
		max-width: 100%;
	}
	.introduction .contents_container .text_box .img_box{
		top:-30px;
		right: 0;
		bottom: 8%;
		width: 21%;
	}
	.introduction .contents_container .text_box p{
		font-size: 16px;
	}
	.introduction .contents_container>.img_box{
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 15px;
		bottom: 440px;
		width: 41%;
	}
	.introduction > h3{
		margin-top: 95px;
	}
	.introduction .contents_wrapper .banner_box{
		max-width: 590px;
		margin-top: 130px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 1000px) {
	.introduction .contents_wrapper .movie_container .movie{
		background-size: 80%;
	}
	.introduction .contents_container .text_box .img_box{
		top:-35px;
		right: 200px;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container{
		width: 40%;
	}
	.introduction .contents_container > .img_box{
		right: 15px;
		bottom:252px;
		width: 52%;
	}
}
@media screen and (min-width: 1080px) {
	.introduction{
		margin-top: 172px;
	}
	.introduction h2{
		width:100%;
	}
	.introduction h2 div{
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
	}
	.introduction h2 .object{
		right: -100px;
		top: -78px;
		max-width: 245px;
	}
	.introduction .contents_wrapper .movie_container .movie{
		background-image: url("../img/introduction_movie_pcbgi.png");
		background-size: contain;
		background-position: bottom 15% center;
		max-width: 1314px;
		margin-right: auto;
		margin-left: auto;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container{
		position: absolute;
		width: 52%;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container .object_box{
		max-width: 265px;
		display: flex;
		flex-flow: column;
		top: -240px;
		left: 50px;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container .object_box li:first-of-type{
		position: static;
		order: 2;
		width: 182px;
	}
	.introduction .contents_wrapper .movie_container .movie .object_container .object_box li:last-of-type{
		left:0;
		position: absolute;
		bottom: 167px;
	}
	.introduction h3{
		font-size: 35px;
		margin-top: 134px;
		max-width: 994px;
		width: 100%;
	}
	.introduction .contents_container{
		position: relative;
		display: flex;
		align-items: flex-end;
		margin-top: 34px;
		max-width: 994px;
		margin-left: auto;
		margin-right: auto;
	}
	.introduction .contents_container > .img_box{
		right:0;
		bottom:0;
	}
	.introduction .contents_container .text_box{
		max-width: 522px;
		width: 100%;
		margin-left: 0;
	}
	.introduction .contents_container .text_box p{
		font-size: 18px;
		line-height: 1.7;
	}
	.introduction .contents_container .text_box .img_box{
		right: -214px;
    	bottom: 0;
		top:-70px;
    	width: 34%;
	}
}
@media screen and (min-width: 1280px) {
	.introduction .contents_wrapper .movie_container .movie .object_container .object_box{
		left: 130px;
	}
}
/*05.フッター*/
footer{
	padding-bottom: 50px;
	margin-top: 60px;
	background-color: #FFF000;
	position: relative;
}
footer>ul>li:first-of-type{
	width: 76%;
	padding-top: 76px;
	margin-right: auto;
	margin-left: auto;
}
footer>ul>li:last-of-type{
	margin-top: 60px;
	width: 89%;
	margin-left: auto;
	margin-right: auto;
}
footer>ul>li:last-of-type h4{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
footer>ul>li:last-of-type ul{
	margin-top: 24px;
	font-weight: bold;
}
footer>ul>li:last-of-type ul li{
	margin-top: 8px;
	font-size: 16px;
}
footer>ul>li:last-of-type ul li:nth-of-type(2){
	font-size: 20px;
}
footer>ul>li:last-of-type ul li:first-of-type{
	margin-top: 0;
}
footer>ul>li:last-of-type ul li span{
	width: 32px;
	display: inline-block;
	font-size: 16px;
}
footer>ul>li:last-of-type ul li:nth-of-type(2) span:last-of-type{
	font-size: 15px;
	display: inline;
}
footer p{
	text-align: center;
	font-size: 13px;
	margin-top: 36px;
}
footer .scroll_button{
	background-color: black;
	color: white;
	width:45px;
	height: 30px;
	line-height: 24px;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 79px;
	right:5%;
	cursor: pointer;
}
footer .scroll_button p{
	position: relative;
	margin-top: 0;
}
footer .scroll_button p::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 12px 22px;
	border-color: transparent transparent #000000 transparent;
	right: 0;
	position: absolute;
	bottom: 24px;
}
@media screen and (min-width: 768px) {
	footer>ul{
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 1080px) {
	footer>ul{
		max-width: 911px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
	}
	footer>ul>li:first-of-type{
		max-width: 452px;
		margin-top: 26px;
		padding-top: 0;
	}
	footer>ul>li:last-of-type{
		max-width: 335px;
		margin-top: 50px;
		margin-right: 0;
	}
	footer > ul > li:last-of-type ul li:last-of-type{
		text-align: left;
	}
	footer .scroll_button{
		right:2%;
	}
}
