@charset "utf-8";

/* MAIN
--------------------------*/
/*
section.main {
	width:100%;
	height:100vh;
	background-color: #333;
}
*/

br.pc {
	display:block;
}
br.sp {
	display:none;
}
/* 841px ~ 1200px */
br.tablet {
	display: none;
}
/* 768px ~ 840px */
br.tablet-minimum {
	display: none;
}
/* 550px~ */
br.xs {
	display: none;
}

/* ABOUT
--------------------------*/

section.about h1 {
	text-align: center;
	margin: 114px 0 0;
}
section.about h1 img {
	width:600px;
	height:auto;
}
section.about h1::after {
    display:none;
}
section.about h2 {
	position: relative;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 102px;
	font-size: 2.2rem;
}
section.about h2::after {
	position: absolute;
	content: "";
	height:40px;
	width:1px;
	bottom: -70px;
	left:50%;
	background-color: #ff5400;
}
section.about .lead {
	font-size: 1.8rem;
	line-height: 3.5rem;
	text-align: center;
	padding-bottom: 35px;
}
section.about .btnArea {
	margin: 27px auto 94px;
	width:200px;
	height:auto;
	text-align: center;
	line-height: 1;
}
section.about .btnArea .exbtn {
	padding: 17px 0 32px;
	line-height: 1;
}
section.about .btnArea .exbtn span {
	line-height: 0.8;
	height: auto;
}

section.about.video {
	width: 100%;
	margin: 0 auto;
}
section.about .top_heading_minimum {
	font-size: 155%;
}
section.about .video_wrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 88px;
	padding-bottom: 56.25%;
}
section.about .video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
	section.about .btnArea .exbtn {
		padding: 15px 0 35px;
		line-height: 1;
	}
}
@supports (-ms-ime-align:auto) {
	section.about .btnArea .exbtn {
		padding: 14px 0 35px;
		line-height: 1;
	}
}

/* TOPICS
--------------------------*/

section.topics h2 {
	position: relative;
	text-align: center;
	margin-bottom:85px;
	font-size: 6.0rem;
}
section.topics h2::after {
	position: absolute;
	content: "";
	height:40px;
	width:1px;
	bottom: -45px;
	left:50%;
	background-color: #ff5400;
}
section.topics ul {
 	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width:1200px;
	margin: 0 auto 48px;
}
section.topics ul li {
	position: relative;
	width:25%;
	background-color: #F8F8F8;
	margin-bottom:40px;
}
section.topics ul li a {
	display: table;
	height:100%;
	padding-bottom:60px;
	background-color: #F8F8F8;
	transition: all 0.5s;
}
section.topics ul li a img {
	width: 100%;
	height: auto;
}
section.topics ul li a:hover {
	opacity:0.5;
}
section.topics ul li a.thumnail {
	display: block;
	float: left;
	overflow: hidden;
}
section.topics ul li figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
section.topics ul li figure img {
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}
section.topics ul li h3 {
	color:#FF5400;
	font-style: italic;
	font-size: 1.8rem;
	padding:20px;
}
section.topics ul li .cap {
	font-size: 1.6rem;
	padding: 20px;
	transition: all 0.5s;
}
section.topics ul li .date {
	position: absolute;
	bottom:20px;
	left:20px;
	width:calc(100% - 40px);
	font-size: 1.4rem;
	color:#7D7D7D;
}

/* NEWS
--------------------------*/

section.news h2 {
	position: relative;
	text-align: center;
	margin-bottom:85px;
	font-size: 6.0rem;
}
section.news h2::after {
	position: absolute;
	content: "";
	height:40px;
	width:1px;
	bottom: -45px;
	left:50%;
	background-color: #ff5400;
}
section.news .btnArea {
	margin: 56px auto 100px;
	width:200px;
	height:50px;
	text-align: center;
	line-height: 50px;
}
section.news ul {
	width:100%;
	margin-bottom:45px;
}
section.news ul li {
	margin-bottom:10px;
	position: relative;
}
section.news ul li a,
section.news ul li p,
section.news ul li .warp {
	display: block;
	padding:15px 20px;
	background-color: #f8f8f8;
}
section.news ul li a:hover {
	opacity:0.5;
}
section.news ul li a .inner,
section.news ul li p .inner,
section.news ul li .warp .inner {
	display: flex;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	transition: all 0.5s;
}
section.news ul li a .date,
section.news ul li p .date,
section.news ul li .warp .date {
	display: inline-block;
	width:200px;
	margin-right:50px;
	font-size: 1.6rem;
	color:#7D7D7D;
	text-align: right;
}
section.news ul li a .txt,
section.news ul li p .txt,
section.news ul li .warp .txt {
	display: inline-block;
	width:calc(100% - 250px);
	font-size: 1.6rem;
}

/* BANNER
--------------------------*/
aside {
	width:100%;
	max-width: 1240px;
	margin:0 auto 60px;
	padding: 0 10px;
}
aside ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
aside ul li {
	width: 600px;
	height: 80px;
	padding: 0 10px;
	font-weight: lighter;
}
aside ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	font-size: 2.0rem;
	color:#999;
	border:1px solid #CCC;
	transition: all 0.5s;
}
aside ul li a span {
	position: relative;
	display: block;
	padding-left:60px;
}
aside ul li a span::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left:0;
	top:0;
	border-style: solid;
	border-width: 0 18px 32px 18px;
	border-color: transparent transparent #C0C0C0 transparent;
	transition: all 0.5s;
}
aside ul li a span::after {
	position: absolute;
	content: "!";
	left:15px;
	top:2px;
	color:#FFF;
	transition: all 0.5s;
}
aside ul li a:hover {
	border-color: #000;
	background-color: #000;
	color:#FFF;
}
aside ul li a:hover span::before {
	border-color: transparent transparent #FFF transparent;
}
aside ul li a:hover span::after {
	color:#000;
}


.slide_left {
	position: relative;
}
.slide_left .animate_cover,
.slide_left_multi .animate_cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 10;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.slide_left .animate_cover.on,
.slide_left_multi .animate_cover.on {
	width: 0;
}

.slide_left .fade_txt,
.slide_left_multi .fade_txt {
	opacity: 0;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.slide_left .fade_txt.on,
.slide_left_multi .fade_txt.on {
	opacity: 1;
}


@media screen and (max-width: 840px) {
	section.about h1 {
		margin:60px 0 0;
		padding: 0 20px;
	}
	br.pc {
		display:none;
	}
	br.sp {
		display:block;
	}
	section.about h2 {
		font-size:4.1vw;
		margin-top: 1.9vw;
		margin-bottom: 16.2vw;
	}
	section.about .lead {
		line-height: 1.818;
		padding-bottom: 3.5vw;
	}
	section.about .btnArea {
		margin: 5.5vw auto 13vw;
	}

	section.about .top_heading_minimum {
		font-size: 130%;
	}

	.exbtn {
		font-size: 3.5vw;
	}

	aside {
		margin: 0 20px 10vw;
		width: calc(100% - 40px);
		padding: 0;
	}
	aside ul {
		flex-direction: column;
	}
	aside ul li {
		margin-bottom: 2.9vw;
		width: 100%;
		height: 13.5vw;
		padding: 0;
	}

	aside ul li:last-child {
		margin-bottom:0;
	}
	aside ul li a,
	aside ul li a span::after {
		font-size:3.3vw;
	}
	aside ul li a span::before {
		border-width: 0px 3.5vw 6vw 3.5vw;
	}
	aside ul li a span::after {
		left: 4.5%;
	}
}
@media screen and (max-width: 768px) {
	section.topics ul {
		width: calc(100% - 40px);
		margin:0 20px 8vw;
	}
	section.topics ul li {
		width:50%;
	}
	section.topics ul li h3 {
		line-height: 1;
		font-size: 3.3vw;
	}
	section.topics ul li .cap {
		font-size: 3.2vw;
		line-height: 1.545;
	}
	section.topics ul li a {
		padding-bottom: 12vw;
	}
	section.topics ul li .date {
		font-size: 2.9vw;
		bottom: 4.5vw;
	}
	section.topics ul li {
		margin-bottom: 6.4vw;
	}
	section.about h2,
	section.topics h2,
	section.news h2 {
		margin-bottom: 13.5vw;
	}
	section.topics h2,
	section.news h2 {
		font-size:10vw;
		margin-bottom: 13.5vw;
	}
	section.about h2::after,
	section.topics h2::after,
	section.news h2::after {
		height:6.5vw;
		bottom:-11vw;
	}
	section.topics h2::after,
	section.news h2::after {
		bottom:-7.2vw;
	}
	section.news ul li {
		margin-bottom:1.7vw;
		position: relative;
	}
	section.news ul li a {
		padding:20px;
	}
	section.news ul li a .inner,
	section.news ul li .warp .inner{
		flex-direction: column;
	}
	section.news ul li a .date,
	section.news ul li .warp .date {
		font-size: 2.9vw;
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: left;
		margin-bottom: 1vw;
	}
	section.news ul li a .txt,
	section.news ul li .warp .txt {
		font-size: 2.9vw;
		width: 100%;
	}
	section.news .btnArea {
		margin:6.5vw auto 20vw;
	}
	section.about .btnArea .exbtn {
		padding: 17px 0 42px;
	}
}
@media screen and (max-width: 640px) {
	section.about .lead {
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 480px) {
	aside ul li a span {
		padding-left: 15%;
	}
	aside ul li a span::after {
		left: 6%;
	}
	aside ul li a span::before {
		left: 2%;
		border-width: 0px 3.5vw 6vw 3.5vw;
	}
	section.about .btnArea .exbtn {
		padding: 17px 0 29px;
	}
}

/*  ムービー  */
#movie{
	max-width:830px;
	margin: 60px auto 60px auto;
}

.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 841px) and (max-width: 1200px) {
	br.tablet {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 840px) {
	br.tablet-minimum {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.idea .inner {
		background:rgba(255,255,255,0.5);
	}
}

@media screen and (max-width: 940px) {
	.cont6 {
		margin: 0 auto;
		padding: 110px 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.planning {
		margin-top:120px;
	}
}

/*  特報エリア  */

.top_w60{
	width: 60%;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 550px) {
	br.xs {
		display: block;
	}
	.top_w60{
		width: 100%;
	}
	section.about.video {
		width: 100%;
		padding: 0 20px;
	}
}