  @charset "utf-8";
/*=============================================================
 top_message Layout
=============================================================*/
/* ttl index
-------------------------------------------------------------*/
#contents{
	background: #edeff1;
}
.boxContentsWide{
  background: #fff;
  position: relative;
}
#topicPath {
	color: #333;
	top: 20px;
}
#topicPath a {
	color: #333;
}
#topicPath a::after {
	background: #333;
}
#ttl-page {
	height: 100%;
}
#ttl-page #ttl-pageinner {
	width: 100%;
	max-width: 960px;
	margin-bottom: 40px;
	margin-top: 60px;
	margin-left: auto !important;
	margin-right: auto !important;
}
#ttl-page .ttl-pageBox {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -200px;
	color: #fff;
	width: 400px;
  height: 380px;
	box-sizing:border-box;
	text-align: left;
	/*background: url(/saiyou/newgraduate/workplace/img/womens_talk_p02_sp.png) no-repeat right top;
	background-size: cover;*/
}
#ttl-page .ttl-pageBox::before{
  content: '';
  position: absolute;
  width: 300px;
  height: 380px;
  background: linear-gradient(to right, #cf121b 0%, #f6b32c 100%);
  opacity: 0.9;
  z-index: 1;
}
#ttl-page .ttl-pageBox::after{
  content: '';
  position: absolute;
  top:0;
  left: 300px;
  box-sizing: border-box;
  width: 150px;
  height: 190px;
  border: 190px solid transparent;
  border-left: 100px solid #f6b22c;
  opacity: 0.9;
}
#ttl-page .ttl-pageBox h1 {
	position: relative;
	padding: 0;
	height: 100%;
  left:60px;
  top:100px;
	font-size: 20px;
  z-index: 2;
}
#ttl-page .catch {
  position: relative;
	text-align: left;
	left:60px;
  top:140px;
  font-size: 28px;
  margin: 0;
	line-height:1.55;
  z-index: 3;
}
#ttl-page .main-img {
	text-align: right;
	margin-right: -200px;
}
@media only screen and (min-width: 751px) and (max-width: 1260px) {
#ttl-page .ttl-pageBox {
  left: -7%;
}
#ttl-page .ttl-pageBox::before{
  width: 230px;
}
#ttl-page .ttl-pageBox::after{
  left: 230px;
}
#ttl-page .ttl-pageBox h1 {
	font-size: 20px;
}
#ttl-page .catch {
  font-size: 22px;
}  
}


/* ttl-2nd-profile - womens_talk
-------------------------------------------------------------*/
.ttl-2nd-profile{
  position: absolute;
  top:-40px;
  left:50%;
  transform: translateX(-50%);
  font-size: 38px;

}
.ttl-2nd-profile:after{
  content: '';
  width: 90px;
  height: 4px;
  background: linear-gradient(to right, #cf121b 0%, #f6b32c 100%);
  position: absolute;
  top:80px;
  left:50%;
  transform: translateX(-50%);
}

/* profileArea - womens_talk
-------------------------------------------------------------*/
.profileArea{
  padding: 110px 0 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profileArea>*{
  flex-basis: calc((100% - 75px) / 4);
}
.profileArea>*>.name{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 16px 0 16px 0;
}
.profileArea>*>.name>span{
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.profileArea>*>p{
  font-size: 13px;
}

/* talkArea - womens_talk
-------------------------------------------------------------*/
.talkArea{
  margin: 0;
  padding: 0;
}
.talkBox{
  position: relative;
  margin: 0 0 0 10%;
  top:-38px;
  z-index: 1;
}
.talkArea .ttl-2nd-grade{
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 2;
}
.talkArea .ttl-2nd-grade:after{
 background: none;
}
.talkArea .ttl-2nd-grade.talkArea-ttl{
  padding: 0;
  margin: 140px 0 0;
  z-index: 999;
}
/*.talkArea .ttl-2nd-grade:after {
  content: none;
}
.talkArea .ttl-2nd-grade.talkArea-ttl .ttl-2nd-grade-inner:after {
  right: 40%;
  left:-10%;
  transform: skewX(40deg);
  height: 50%;
}
.talkArea .ttl-2nd-grade.talkArea-ttl .ttl-2nd-grade-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -10%;
  right: 40%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(to right, #cf121b, #f6b32c);
  transform: skewX(-40deg);
}*/
.talkArea dl.talk{
  width: 100%;
  padding: 110px 0 100px;;
}
.talkArea dl.talk dt{
  width: 80px ;
  float: left;
  text-align: center;
}
.talkArea dl.talk dt>.name{
  font-size: 14px;
  font-weight: 700;
}
.talkArea dl.talk dd{
  /*margin :0 0 60px 120px;*/
  font-size: 15px;
	min-height: 120px;
	padding: 0 0 10px 120px;
}
.talkArea dl.talk dd:last-child{
  /*margin: 0 0 0 120px;*/
	padding: 0 0 10px 120px;
}

/* imgBox 
-------------------------------------------------------------*/
.imgBox {
  width: 100%;
  margin: 140px 0 160px 0;
}
.imgBox>img{
  width: 100%;
  height: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:750px), only screen and (max-device-width:750px) {
/*=============================================================
 top_message Layout
=============================================================*/  
/* ttl index
-------------------------------------------------------------*/
#ttl-page #ttl-pageinner {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 24px;
	margin-bottom: 200px;
}
#ttl-page .ttl-pageBox {
  top:auto;
  transform:none;
  bottom: -130px;
	left: 0;
	width: 350px;
  height: 150px;
}
#ttl-page .ttl-pageBox::before{
  width: 300px;
  height: 150px;
}
#ttl-page .ttl-pageBox::after{
  top:0;
  left: 300px;
  width: 150px;
  height: 95px;
  border: 75px solid transparent;
  border-left: 50px solid #f6b22c;
}
#ttl-page .ttl-pageBox h1 {
  left:20px;
  top:35px;
	font-size: 14px;
}
#ttl-page .catch {
	left:20px;
  top:50px;
  font-size: 18px;
  margin: 0;
	line-height:1.55;
  z-index: 3;
}
#ttl-page .main-img {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 0;
	width: 100%;
	text-align: right;
}
#ttl-page .main-img>img {
	width: 100%;
  margin-left: -100px;
}
/* ttl-2nd-profile - womens_talk
-------------------------------------------------------------*/
.ttl-2nd-profile{
  top:-30px;
  font-size: 30px;
}
.ttl-2nd-profile:after{
  top:60px;
}
/* profileArea - womens_talk
-------------------------------------------------------------*/
.profileArea{
  padding: 70px 0 50px;
}
.profileArea>*{
  flex-basis: calc((100% - 20px) / 2);
  margin-bottom: 50px;
}
.profileArea>*>.name{
  font-size: 14px;
  margin: 12px 0 12px 0;
}
.profileArea>*>.name>span{
  font-size: 11px;
}
.profileArea>*>p{
  font-size: 13px;
  line-height: 1.8;
}
/* talkArea - womens_talk
-------------------------------------------------------------*/
.talkBox{
  margin: 0 0 -38px 0;
}
.talkArea .ttl-2nd-grade.talkArea-ttl{
  margin: 60px 0 0;
}
.talkArea .ttl-2nd-grade.talkArea-ttl .ttl-2nd-grade-inner h2{
  font-size: 16px;
}  
.talkArea .ttl-2nd-grade.talkArea-ttl .ttl-2nd-grade-inner:after {
  right: 10%;
}
.talkArea .ttl-2nd-grade.talkArea-ttl .ttl-2nd-grade-inner::before {
  right: 10%;
}
.talkArea dl.talk{
  padding: 80px 0 60px;
}
.talkArea dl.talk dt{
  width: 70px ;
}
.talkArea dl.talk dd{
  padding :0 0 20px 80px;
  font-size: 14px;
	min-height: 100px;
}
.talkArea dl.talk dd:last-child{
  padding: 0 0 0 80px;
}
/* imgBox 
-------------------------------------------------------------*/
.imgBox {
  width: 100%;
  margin: 0 0 80px 0;
}
.imgBox>img{
  width: 100%;
  height: auto;
}

	
}
