@charset "UTF-8";


.hero {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* [disabled]background-color: #E8E8E8; */
}
.hero h1 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-top: 19px;
	width: 96%;
	margin-left: 180px;
	margin-right: auto;
	line-height: 1.2;
}
/*トップ動画*/
.hero .hero_video {
	margin-top: 65px;
	text-align: center;
}
.hero .hero_video video {
	width: 95vw;
	border-radius: 20px;
}
/*--------------*/
/*トップ画像*/
.hero .hero_img {
	width: 54.5vw;
	height: 54.5vw;
	margin-left: auto;
	margin-right: 2.5%;
	background-image: url(img/top_hero.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 5px;
	border-radius: 20px;
}
/*--------------*/
.hero .hero_title_box {
	width: 96%;
	position: absolute;
	bottom: 35vw;
	left: 7%;
	display: flex;
	flex-direction: column;
}
.hero .hero_title_box .title {
	display: inline-block;
}
.hero .hero_title_box .title p {
	font-size: 7vw;
	line-height: 1;
	padding-bottom: 2px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.05em;
	color: #044372;
	background: linear-gradient(transparent 77%, #F6EE00 23%);
	background-color: rgba(255,255,255,0.7);
}
.hero .hero_title_box .text {
	display: inline-block;
	margin-top: 20px;
	margin-left: 5px;
}
.hero .hero_title_box .text p {
	background-color: rgba(255,255,255,0.75);
	font-size: 3.8vw;
	line-height: 1;
	display: inline-block;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	font-weight: bold;
}
.hero .feature_text {
	width: 38%;
	position: absolute;
	bottom: 0px;
	left: 2.5%;
}
.hero .feature_text p {
	font-size: min(3.0vw,20px);
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 999999px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #044372;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3vw;
}
.hero .feature_text p span {
	font-size: 4.5vw;
	color: #F6EE00;
	font-weight: bold;
	margin-left: -5%;
}

/*パンクズリスト*/
.breadcrumb {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.breadcrumb.article {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
}
.breadcrumb li:after{
	content: '>';
	padding-right: 2px;
	padding-left: 2px;
	color: #BEBEBE;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	transition: all 0.3s;
}
.breadcrumb li .gray span {
	color:#989898;
}






























@media (min-width:600px) and (max-width:959px){
.hero .hero_title_box {
	bottom: 35vw;
}
/*トップ画像*/
.hero .hero_img {
	/* [disabled]height: 40vw; */
}
/*--------------*/
.hero .hero_title_box .text p {
	font-size: 3.5vw;
}
.hero .hero_title_box .title p {
	font-size: 6.5vw;
}
.hero .hero_title_box .text {
	display: inline-block;
	margin-top: 45px;
}
.hero .feature_text p {
	margin-top: 3vw;
}
















































}













@media (min-width:960px){
.hero .hero_title_box {
	width: 96%;
	top: 11.2vw;
	left: 5.5%;
}
.hero .hero_title_box .title p {
	font-size: 2.9vw;
	letter-spacing: 0.09em;
	background-color: rgba(255,255,255,0);
}
.hero .hero_title_box .text p {
	font-size: 1.4vw;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: rgba(255,255,255,0.00);
	letter-spacing: 0.07em;
}
.hero .hero_title_box .text {
	margin-top: 25px;
	margin-left: 10px;
}

/*パンクズリスト*/
.breadcrumb {
	width: 84.5%;
	max-width: 1300px;
}
.breadcrumb.article {
	width: 77.5%;
	max-width: 920px;
}
.breadcrumb li a {
	font-size: 13px;
}
.breadcrumb li:after{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
}
.breadcrumb li a:hover  {
	opacity: 0.7;
}
.hero .hero_video {
	margin-top: 65px;
	text-align: right;
	padding-right: 2vw;
}
.hero .hero_video video {
	width: 74vw;
	height: auto;
	border-radius: 40px;
}
/*トップ画像*/
.hero .hero_img {
	width: 27vw;
	height: 27vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-radius: 40px;
	position: absolute;
	left: 4.0vw;
	top: 28vw;
}
/*--------------*/
.hero {
	height: 56vw;
}
.hero h1 {
	font-size: min(1vw,11px);
	margin-top: 10px;
	margin-left: 3.5%;
	width: 93%;
}
.hero h1 br {
	display: none;
}
.hero .feature_text {
	width: 54.5%;
	margin-left: 35%;
	margin-right: auto;
	margin-top: 1.2vw;
	display: flex;
	justify-content: space-between;
	position: static;
}
.hero .feature_text p {
	font-size: 1.3vw;
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	width: 31%;
	margin-top: 0px;
}
.hero .feature_text p span {
	font-size: 2.1vw;
	margin-left: -3%;
}










































}
