@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page CSS
	Editor      : Bface Chiba
	Last Editor : Bface Chiba
	
	Update Description :
	[2022/08/08] top_documents, top_about, top_reason, top_feature, top_chanc, reason, solution, targete削除
	[2022/08/08] 新規制作
====================================== */

/*========== Style Contents ==========

	1. Redefinition
  2. Section [top_hero]
  3. Section [top_scale]
  4. Section [top_achievement]
  5. Section [top_info]

====================================== */



/*===== 1. Redefinition =====*/
/* box */
main { margin: 0 0 0;}

@media (max-width: 768px) {
  /* box */
  main { margin: 0 0;}
}

/* Main_contents Items */
#main_contents{
	padding: 0 3.0rem 0;
	margin: 0 1rem 0;
	background:  #191d69;
}
#contents_inner{
	background: #fff;
  padding: 1rem 0 2rem;
}

@media (max-width: 768px) {
	#main_contents{
		padding: 0 1.5rem 0;
		margin: 0 1rem 0;
		background:  #191d69;
	}
  #contents_inner{
		background:  #fff;
		padding-bottom: 3rem;
	}
}

/*===== 2. Section [top_hero]  =====*/
#top_hero {
  margin: 0 1rem;
  padding: 0 3rem;
  background: #191d69;
}
#top_hero > div{
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
	padding: 3rem;
  background-image: linear-gradient(178deg, rgb(255, 255, 255) 16%, rgb(178, 216, 255) 60%, rgb(121, 149, 224) 99%);
  max-width: 1366px;
}
#top_hero > div .structure{
	width: calc(50% - 3rem);
}
#top_hero > div .structure ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_hero > div .structure ul li{
	width: calc(50% - 0.5rem);
	position: relative;
	background: #fff;
	margin: 0 0 .7rem;
	box-shadow: 0.1rem 0.1rem rgba(25,29,109,0.3);
	z-index: 1
}
#top_hero > div .structure ul li a{
  position: relative;
  display: block;
  padding: 0.5rem;
  height: 100%;
}
#top_hero > div .structure ul li a.soon{opacity: 1;}
#top_hero > div .structure ul li a.soon::before,
#top_hero > div .structure ul li a.soon::after{
  display: none;
}
#top_hero > div .structure ul li a.soon > b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
	border: solid #999 0.2rem;
	color: #666;
	padding: 0.5rem 1rem;
	font-size: 3rem;
}
#top_hero > div .structure ul li a::before {
  position: absolute;
  right: 0.6rem;
  bottom: 0.4rem;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  transform: rotate(45deg);
  z-index: 2;
}
#top_hero > div .structure ul li a::after{
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  content: "";
  background: linear-gradient(to bottom right, rgba(25,29,105,0) 50%, rgba(25,29,105,1) 50.01%) no-repeat top left / 100% 100%;
}
#top_hero > div .structure ul li span{
	position: absolute;
	top:0.5rem;
	right: 0.5rem;
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	background: #ffae00;
	box-shadow: 0 0.2rem #d79303;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top_hero > div .structure ul li a > picture{
  display: flex;
  padding-right: 2rem;
}
#top_hero > div .structure ul li a:hover {opacity: .6;}
#top_hero > div .structure ul li a img{
  opacity: 1;
  vertical-align: bottom;
}
#top_hero > div .structure ul li a > p:first-of-type{
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 0 1rem;
}
#top_hero > div .structure ul li a > p:last-of-type{
  color: #333;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#top_hero > div .structure .new{
  background: #C00;
  padding: 0.5rem;
  margin-bottom: 1rem;
/*
  display: flex;
  align-items: center;
*/
}
#top_hero > div .structure .new > p{
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
#top_hero > div .structure .new ul{
  justify-content: center;
}
#top_hero > div .structure .new li{
  width: calc(33.3% - 0.5rem);
  margin-bottom: 0;
  margin-top: 0.5rem;
}
#top_hero > div .structure .new ul li:not(:nth-child(3n)){
  margin-right: 0.75rem
}
#top_hero > div .structure .new li a{
  padding: 0.7rem
}
#top_hero > div .structure > a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 1rem;
	background-color: #ffe25c;
	color: #191d69;
	font-size: 3rem;
	transition: all 0.3s ease;
	font-weight: bold;
	padding: 1rem;
	border-radius: 5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
  text-align: center;
}
#top_hero > div .structure > a > span{
	display: block;
	letter-spacing: 0;
	font-size: 1.8rem
}
#top_hero > div .structure > a span > b{
  font-size: 2.4rem
}
#top_hero > div .structure > a span > b b{
  font-size: 2.8rem
}
#top_hero > div .structure > a::before{
	box-sizing: border-box;
}
#top_hero > div .structure > a::before {
	content: '';
	width: 120%;
	padding-top: 120%;
	border-radius: 100%;
	background-color: #191d69;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform-origin: top left;
	transform: scale(0) translate(-50%,-50%);
	transition: inherit;
}
#top_hero > div .structure > a::after{
	position: absolute;
	content: "";
  transform: rotate(45deg) translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 0.2rem #191d69;
  border-right: solid 0.2rem #191d69;
  right: 4rem;
  top: 50%;
	transition: 0.5s;
}
#top_hero > div .structure > a:hover{
	color: #ffe25c;
}
#top_hero > div .structure > a:hover::before{
	transform: scale(1) translate(-50%,-50%);
}
#top_hero > div .structure > a:hover::after{
  border-top: solid 0.2rem #ffe25c;
  border-right: solid 0.2rem #ffe25c;
	right: 2rem;
}
#top_hero #main_announce{
	width: 50%;
	font-size: 2rem;
}
#top_hero #main_announce #video_wrapper{
	padding: 1rem;
	background: #333;
}
#top_hero #main_announce #video_wrapper video{
	width: 100%;
	display: block;
}
@media (max-width: 1024px) {
  #top_hero > div .structure > a{
    font-size: 2.6rem;
  }
  #top_hero > div .structure > a > span span{
    display: block;
  }
}
@media (max-width: 768px) {
  #top_hero {
    padding: 0 1.5rem;
  }
  #top_hero > div{
    padding: 0;
    flex-direction: column;
  }
  #top_hero > div .structure{
    width: 100%;
    padding: 1.5rem;
  }
  #top_hero > div .structure ul li{
    width: 100%;
  }
  #top_hero #main_announce{
    width:100%;
  }
  #top_hero > div .structure .new > p{
    font-size: 2rem;
  }
  #top_hero > div .structure .new li{
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #top_hero > div .structure .new ul li:not(:nth-child(3n)){
    margin-right: 0
  }
  #top_hero > div .structure .new li:last-child{
    margin-bottom: 0;
  }
  #top_hero > div .structure .new li a{
    padding: 0.5rem
  }
  #top_hero > div .structure > a{
    font-size: 2.2rem;
    border-radius: 8rem;
  }
  #top_hero > div .structure > a > span{
    font-size: 1.8rem
  }
  #top_hero > div .structure > a span > b{
    font-size: 2rem
  }
  #top_hero > div .structure > a span > b b{
    font-size: 2rem
  }
  #top_hero > div .structure > a::after{
    right: 2.5rem;
  }
  #top_hero > div .structure > a:hover::after{
    right: 2rem;
  }
}


/*===== 3. Section [top_scale]  =====*/
#top_scale {
	margin: 0 auto!important;
	color: #fff;
	background: #333;
	padding: 3rem 0;
}
#top_scale h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 2rem;
}
#top_scale h2::after,
#top_scale h2::before {
	width: 4rem;
	height: 0.1rem;
	margin: 0 2rem;
	background: #fff;
	content: "";
}
#top_scale ul {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	width: 100%;
}
#top_scale ul > li {
	width: calc(100% / 4);
	padding: 0 .5rem;
}
#top_scale ul > li:not(:first-child) {
	border-left: 0.1rem solid #666;
}
#top_scale ul > li > span {
	display: block;
	text-align: center;
}
#top_scale ul > li b {
	display: block;
	margin-top: 1rem;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
}
#top_scale ul > li b span {
	display: inline-block;
	margin-left: .4rem;
	font-size: 1.4rem;
}
#top_scale ul > li b em{
	display: inline-block;
	font-size: 2rem;
}

@media (max-width: 768px) {
  #top_scale{
    padding: 2rem 0 0;
  }
  #top_scale h2{
    margin-bottom: 0rem;
    font-size: 1.6rem;
  }
  #top_scale ul > li {
    width: calc(50% - 2rem);
    margin: 0 1rem;
    padding: 2rem;
    position: relative;
  }
  #top_scale ul > li b{
    font-size: 2.6rem
  }
  #top_scale ul > li:not(:first-child){
    border-left: none;
  }
  #top_scale ul > li:first-child,
  #top_scale ul > li:nth-child(2){
    border-bottom: 0.1rem solid #666;
  }
  #top_scale ul > li:last-child::before,
  #top_scale ul > li:nth-child(2)::before{
    position: absolute;
    content: "";
    left: -1rem;
    top: 1rem;
    bottom: 1rem;
    width: 0.1rem;
    background: #666;
  }
}

/*===== 4. Section [top_achievement]  =====*/
#top_achievement{
  padding: 8rem 0;
  position: relative;
  height: auto;
  background-size: cover!important;
  background: url("../img/top/img-bg-achievement.jpg") center top no-repeat;
  z-index:0;
}
#top_achievement::after{
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 70%;
  height:100%;
  clip-path: polygon(0 0, 100% 0, 20% 100%, 0% 100%);
  background: #191d69;
  z-index: 2;
}
#top_achievement::before{
  content: "";
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
	background: rgba(94, 96, 143, .8);
  z-index: 1;
}
#top_achievement h2{
  position: relative;
  font-size: 4.8rem;
  z-index: 3;
}
#top_achievement h2 span{
  font-weight: normal;
}
#top_achievement .box_wrapper{
  position: relative;
  z-index: 3;
}
#top_achievement .tit_strapline{
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
#top_achievement .tit_strapline::after, 
#top_achievement .tit_strapline::before{
  background: #fff;
}

@media (max-width: 768px) {
	#top_achievement{
		margin:2.0rem 0 0;
	}
	#top_achievement::after{
		top: 1.5rem;
		width: 90%;
		height:90%;
	}
	#top_achievement h2{
		font-size: 3.0rem;
	}
	#top_achievement h2 span{
		font-size: 1.8rem;
	}
	#top_achievement .box_wrapper .movie {
		width: 100%;
		margin: 0 auto 3.0rem;
		padding: 0.5rem;
		box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.25);
	}
}

/*===== 5. Section [top_info]  =====*/
#top_info  {
	background: #191d69;
	margin: 0!important;
	padding: 6rem 0 3rem;
}
#top_info > div{
	width: 80%;
	min-width: 80.0rem;
	margin: 2.0rem auto 4rem;
	padding: 0.1rem;
	background: #fff;
}
#top_info h2 {
	font-size: 2rem;
	background: #191d69;
	color: #fff;
	padding: 0.5rem;
	text-align: center;
}
#top_info ul {
	margin-left: 2.6rem;
	margin-right: auto;
	padding: 2rem 2rem 2rem 0;
	max-height: 12.6rem;
	overflow-y: scroll;
}
#top_info ul li {
	display: flex;
}
#top_info ul li a.textlink {
	padding-bottom: 0;
}
#top_info ul li:not(:first-child) {
	margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem #ccc dotted;
}
#top_info ul li time {
	font-family: 'Poppins', sans-serif;
  width: 8rem
}
#top_info ul li div {
	margin-left: 3.6rem;
	flex: 1;
}

#top_info ul li div a.textlink {
	padding-bottom: 0.5rem;
	word-break: break-all;
}
#top_info ul li div a.textlink:hover {
	background: initial;
}
#top_info ul li div a.placeholder{
  pointer-events: none;
  color: inherit
}	
@media (max-width: 1024px) {
  #top_info > div{
		width: 100%;
		min-width: auto;
		padding: 0.1rem;
	}
}
@media (max-width: 768px) {
	#top_info  {
		padding: 1rem 0;
	}
  #top_info > div{
    margin: 3rem auto;
  }
	#top_info h2 {
		font-size: 1.8rem;
	}

	#top_info ul {
		margin-left: 2rem;
		margin-right: auto;
		padding: 1rem 1rem 1rem 0;
		max-height: 12rem;
	}
	#top_info ul li {
		flex-direction: column;

		
	}
	#top_info ul li:not(:first-child) {
		padding-top: 1rem;
		margin-top: 1rem;
		border-top: 0.1rem #ccc dotted;
	}
  
  #top_info ul li time {font-size: 1.4rem;}

	#top_info ul li div {
		margin-left: 0;
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}
	#top_info ul li div a.textlink {
		padding-bottom: 0.5rem;
		word-break: break-all;
	}
	#top_info ul li div a.textlink:hover {
		background: initial;
	}
}




/* Section_reason Items*/
#top_section_reason{
	margin: 10.0rem 0 5.0rem;
}
#top_section_reason li{
	position: relative;
	padding: 1.5rem;
	box-shadow: 0.5rem 0.5rem 2.0rem rgba(0,0,0,.30);
	display: flex;
	flex-direction: column;
}
#top_section_reason li:first-of-type{margin-top: 5rem;}
#top_section_reason li:nth-child(2){margin-bottom: 5rem;}
#top_section_reason li:nth-child(3){margin-top: 5rem;}
#top_section_reason li:nth-child(4){margin-bottom: 5rem;}
#top_section_reason li > p{
	position: absolute;
	left: 1.5rem;
	bottom: 4.0rem;
	text-align: center;
	background: #191d69;
	padding: 1.5rem 1.0rem;
	color: #fff;
	z-index: 3;
	width: 25%;
	min-width: 11.0rem;
}
#top_section_reason li > p span{
	font-size: 7.0rem;
}
#top_section_reason li dl{
	position: relative;
	padding: 2.0rem 2.0rem 2.0rem 6.0rem;
	background: #f1f1f1;
	width: 80%;
	margin: -4.0rem 0 0 auto;
	z-index: 2;
	flex-grow: 1;
}

@media (max-width: 768px) {
	#top_section_reason{
		margin: 0  0 0;
	}
	#top_section_reason li{
		padding: 1.0rem;
		box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.25);
	}
	#top_section_reason li:first-of-type,
	#top_section_reason li:nth-child(2),
	#top_section_reason li:nth-child(3),
	#top_section_reason li:nth-child(4){margin: 0 0 2.0rem;}
	#top_section_reason li > p{
		left: auto;
		right: 1.0rem;
		bottom: auto;
		top: 1.0rem;
		padding: 1.0rem;
		z-index: 4;
		width: 15%;
		min-width: 10rem;
	}
	#top_section_reason li > p span{
		font-size: 3.0rem;
	}
	#top_section_reason li dl{
		padding: 1.5rem;
		width: 100%;
		margin: 0 0 0 auto;
	}
}