  @charset "utf-8";
/*=============================================================
 about Layout
=============================================================*/
.strength #contents{
  padding-bottom: 0px!important;
}

/* ttl index
-------------------------------------------------------------*/
.index #ttl-page h1::after{
	background: url(/saiyou/newgraduate/about/img/index_bg_ttl.jpg) no-repeat center center;
}
.strength #ttl-page h1::after{
  background: url(/saiyou/newgraduate/about/img/strength_bg_ttl.jpg) no-repeat center center;
}
.numbers #ttl-page h1::after{
  background: url(/saiyou/newgraduate/about/img/numbers_bg_ttl.jpg) no-repeat center center;
}
/* icon-list
-------------------------------------------------------------*/
.icon-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width: 700px;
	margin: 60px auto 0;
}
.icon-list>li{
	width: calc(20%);
}
.icon-list>li img {
  max-width: 101px;
  height: auto;
}
.icon-list>li>figure{margin: 0 0 20px;}

/* num-box */
.ttl-2nd-grade-inner h2{
  display: table;
}
.num-box{
  display: table-cell;
  padding-right: 20px;
  width: 40px;
}
.ttl-2nd-grade-inner h2 .text{
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
.num-box>.strong{
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}
.num-box>.num{
  font-size:40px;
  line-height: 1.2;
}

/* strength-arw 
-------------------------------------------------------------*/
.strength-arw{margin: 25px 0;}
.strength .catch{margin: 0 0 25px;}

/* strength-02
-------------------------------------------------------------*/
.strength-02{
  margin: 50px 0;
}
.strength-02>div{
	position: relative;
	text-align: left;
}
.strength-02>div>figure{
	margin-bottom: 10px;
}
.strength-02>div>figure>img{
	max-width: 94%;
}
.strength-02>div figcaption{
	position: absolute;
	top:-10px;
	left:0;
	width: 190px;
	color: #fff;
	border: 1px solid #fff;
	background: linear-gradient(to right, #cf121b, #f6b32c);
}
.strength-02 p{
	font-weight: normal;
	line-height: 1.6;
}

/* strength-03
-------------------------------------------------------------*/
.strength-03{
	background:url(/saiyou/newgraduate/about/img/strength_bottom_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 770px;
  padding: 70px 0;
  box-sizing: border-box;
  text-align: center;
  color:#fff;
}
.strength-03 h3{
  font-size: 24px;
  margin-bottom: 50px;
}
.strength-03 .catch{
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: normal;
}
.strength-03 .icon-flow{
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}
.strength-03 .icon-flow>li{
  width: 110px;
}
/*.strength-03 .icon-flow>li:nth-child(odd){
  margin-top: 45px;
}*/

/* .ftrAbout
-------------------------------------------------------------*/
#ftrNaviInner.ftrAbout li{
  background: #d4d9dd;
  width: calc((100% - 6%) / 4);
}
#ftrNaviInner.ftrAbout li a {
  height: 140px;
  padding: 24px 14px 24px 14px;
  color: #fff;
  font-size: 18px;
  background: #d4d9dd url("../img/footer_navi01.jpg");
  background-size: cover;
}
#ftrNaviInner.ftrAbout li:nth-child(2) a{
  background: #d4d9dd url("../img/footer_navi02.jpg");
  background-size: cover;
}
#ftrNaviInner.ftrAbout li:nth-child(3) a{
  background: #d4d9dd url("../img/footer_navi03.jpg");
  background-size: cover;
}
#ftrNaviInner.ftrAbout li:nth-child(4) a{
  background: #d4d9dd url("../img/footer_navi04.jpg");
  background-size: cover;
}
#ftrNaviInner.ftrAbout li a span{
  height: auto;
  display: block;
}
#ftrNaviInner.ftrAbout li .num{
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
#ftrNaviInner.ftrAbout li a span.arw {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top:inherit;
  bottom:18%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
}
#ftrNaviInner.ftrAbout li a span.arw::before {
  background: #fff;
  width: 20px;
}
#ftrNaviInner.ftrAbout li a span.arw::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#ftrNaviInner.ftrAbout li a:hover::after {
  z-index: 1;
  opacity: 0.6;
}

/* ¬FÔÚµØ±íÊ¾ */
#about.index .ftrAbout li:nth-of-type(1) a,
#about.strength .ftrAbout li:nth-of-type(2) a,
#about.top_message .ftrAbout li:nth-of-type(3) a,
#about.numbers .ftrAbout li:nth-of-type(4) a{
  pointer-events: none;
  opacity: 0.5;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:750px), only screen and (max-device-width:750px){
/*=============================================================
 about Layout
=============================================================*/
/* ttl index
-------------------------------------------------------------*/
.index #ttl-page h1::after{
	background: url(/saiyou/newgraduate/about/img/index_bg_ttl.jpg) no-repeat center center;
}


/* icon-list
-------------------------------------------------------------*/
.icon-list{
	justify-content: space-around;
	align-content:center;
	max-width: none;
	width: 100%;
	margin: 30px auto 0;
}
.icon-list>li img{
	max-width: 60px;
}
.icon-list>li{
	width: calc(33% - 10px);
}	
.icon-list>li:nth-child(4),
.icon-list>li:nth-child(5),
.icon-list>li:nth-child(6),
.icon-list>li:nth-child(7){
	width: calc(25% - 10px);
}
.icon-list>li>figure{margin: 0 0 20px;}

	
/* strength-02
-------------------------------------------------------------*/
.strength-02>div figcaption{
	top:-15px;
	width: 180px;
}
/* strength-03
-------------------------------------------------------------*/
.strength-03{
	background:url(/saiyou/newgraduate/about/img/strength_bottom_bg_sp.jpg) no-repeat center bottom;
  background-size: cover;
  height: 100%;
  padding: 50px 0 70px;
}
.strength-03 h3{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.strength-03 .catch{
  font-size: 14px;
  margin-bottom: 50px;
}
.strength-03 .icon-flow{
  max-width: none;
  width: 340px;
  position: relative;
  margin-bottom: 100px;
}
.strength-03 .icon-flow>li{width: 80px;}  
.strength-03 .icon-flow>li:nth-child(odd){margin-top: 0;}
.strength-03 .icon-flow>li:nth-child(2),
.strength-03 .icon-flow>li:nth-child(5) {
  margin-top: -40px;
} 
.strength-03 .icon-flow>li:nth-child(3){
  display: block;
  position: absolute;
  top:50px;
  left:90px;
}
.strength-03 .icon-flow>li:nth-child(6) {
  display: block;
  position: absolute;
  top:50px;
  left:260px;
}
/* .ftrAbout
-------------------------------------------------------------*/
#ftrNaviInner.ftrAbout li a {
  height: 100px;
  padding: 20px 10px 18px 10px;
  font-size: 15px;
}
#ftrNaviInner.ftrAbout li .num{
  font-size: 18px;
}  
#ftrNaviInner.ftrAbout li a span.arw {
  display: none;
}

}