@charset "UTF-8";

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#contents {
	padding-top: 0;
}
#re-corpBlock {
	padding-bottom: 0px;
}
h2,h3 {
	text-align: center;
}
h2 span {
	display: block;
	position: relative;
}
h2 span::before {
	position: absolute;
	content: "";
	background: #eb9d07;
}
h3 {
	position: relative;
	margin: 0 auto;
}
img {
	vertical-align: bottom;
}

@media(min-width:769px) {
	h2 img {
		padding-bottom: 25px;
	}
	h2 span {
		font-size: 20px;
		line-height: 20px;
		padding: 25px 0 0;
	}
	h2 span::before {
		width: 55px;
		height: 2px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	h3 {
		max-width: 790px;
		border: 2px solid #d27292;
		border-radius: 5px;
		padding: 24px 0 20px;
		box-sizing: border-box;
		line-height: 0.8;
	}

}
@media (max-width: 768px) {}


/*.mainVis*/
.mainVis{
  background: url(/recruit/mid-graduates/images/mainVis_bg_sp.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.mainVis .main_ttl {
	text-align: center;
}
.mainVis .main_catch {
	font-family: YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
  color: #763b0f;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}
.mainVis .btn_area {
    display: flex;
    justify-content: space-between;
}
.mainVis .btn_area .btn_item {
	border: 2px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.mainVis .btn_area .btn_item a {
	width: auto;
	height: auto;
}
.mainVis .btn_area .btn_item a:hover {
	opacity: 0.8;
}
.mainVis .btn_area .btn_item span {
	display: block;
	font-size: 0;
	background: #eb9d07;
	position: relative;
}
.mainVis .btn_area .btn_item span::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.mainVis .btn_area .btn_item .btn_txt {
	width: 100%;
	font-weight: bold;
	color: #eb9d07;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.mainVis .btn_area .btn_item .btn_txt::after {
	position: absolute;
	content: "";
	background: url(../images/icon_arrow_y.png) no-repeat;
	background-size: 100%;
	background-position: center;
}
.mainVis .ban_message {
	text-align: center;
}
.mainVis .ban_message a:hover {
	opacity: 0.8;
}
@media(min-width:769px) {
	.mainVis {
		background: url(../images/mainVis_bg.png) no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.mainVis .main_ttl {
		/*padding: 30px 0 40px;*/
    padding: 30px 0 27px;
	}
	.mainVis .main_ttl img {
		width: 165px;
		height: 165px;
	}
	.mainVis .main_catch {
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 30px;
		letter-spacing: 0.4rem;
	}
	.mainVis .btn_area {
		width: 574px;
		margin: 0 auto 35px;
	}
	.mainVis .btn_area .btn_item {
		width: 178px;
	}
	.mainVis .btn_area .btn_item span {
		width: 100%;
		height: 135px;
	}
	.mainVis .btn_area .btn_item span.training::before {
		background: url(../images/btn_training.png) no-repeat;
		width: 121px;
		height: 99px;
	}
	.mainVis .btn_area .btn_item span.step-up::before {
		background: url(../images/btn_step-up.png) no-repeat;
		width: 113px;
		height: 93px;
	}
	.mainVis .btn_area .btn_item span.btn_system::before {
		background: url(../images/btn_system.png) no-repeat;
		width: 103px;
		height: 100px;
	}
	.mainVis .btn_area .btn_item .btn_txt {
		height: 100px;
		font-size: 19px;
		line-height: 24px;
		padding-top: 10px;
		letter-spacing: 1px;
		font-family: YuGothic,'Yu Gothic',"游ゴシック",sans-serif;
	}
	.mainVis .btn_area .btn_item:first-child .btn_txt {
		padding-top: 30px;
	}
  .mainVis .btn_area .btn_item:nth-of-type(2) .btn_txt {
		padding-top: 30px;
	}
	.mainVis .btn_area .btn_item .btn_txt::after {
		right: 0;
		bottom: 5px;
		left: 0;
		width: 31px;
		height: 31px;
		margin: auto;
	}
	.mainVis .ban_message {
		padding-bottom: 108px;
	}

}
@media (max-width: 768px) {
  .mainVis{
    padding-bottom: 17.47vw;
  }
  .mainVis img{
    width: 100%;
    vertical-align: bottom;
  }
  .mainVis .main_ttl {
    text-align: center;
    width: 48.6%;
    margin:auto;
    padding: 8.53% 0 7.6%;
  }
  .mainVis .main_catch {
    font-family: YuGothic,'Yu Gothic',sans-serif;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin:auto;
      padding-bottom: 5.8%;
      line-height: 1.5;
      font-size: 5.33vw;
  }
  .mainVis .main_catch_txt {
    text-align: center;
    padding:0 2.6% 7.33%;
  }
  .mainVis .btn_area {
    margin: 0 5.33% 8.13%;
    flex-wrap: wrap;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .mainVis .btn_area .btn_item{
    width: 100%;
    border-radius: 0px;
    border-top: none;
    border-right:none ;
    border-bottom:2px solid #fff;
    border-left:none ;
    box-sizing: border-box;
    padding: 4.47vw 0;
    background: #eb9d07;
  }
  .mainVis .btn_area .btn_item:last-of-type{
    border-bottom: none;
  }
  .mainVis .btn_area .btn_item span{
    width: auto;
    height: auto;
  }
  .mainVis .btn_area .btn_item span.training::before {
    background: url(/recruit/mid-graduates/images/btn_training_sp.png) no-repeat;
    width: 33.2vw;
    height: 11.46vw;
    background-size: contain;
    right: auto;
    left: 4.5%;
    bottom: -25px;
  }
  .mainVis .btn_area .btn_item span.step-up::before {
    background: url(/recruit/mid-graduates/images/btn_step-up_sp.png) no-repeat;
    width: 33.6vw;
    height: 8.4vw;
    background-size: contain;
    top: 0;
    right: auto;
    left: 3%;
    bottom: -25px;
  }
  .mainVis .btn_area .btn_item span.btn_system::before {
    background: url(/recruit/mid-graduates/images/btn_system_sp.png) no-repeat;
    width: 31.2vw;
    height: 10vw;
    background-size: contain;
    top:0;
    right: auto;
    left: 5.5%;
    bottom: -25px;
  }
  .mainVis .btn_area .btn_item .btn_txt{
    width: 50%;
    margin: 0 0 0 auto;
    border-radius: 25px 0 0 25px;
    text-align: left;
    padding-top: 0.5%;
    padding-bottom: 0.1%;
    padding-left: 5.33%;

  }
  .mainVis .btn_area .btn_item .btn_txt::after {
		content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-top: 2px solid #eb9d07;
    border-right: 2px solid #eb9d07;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: -4px;
    right: 13px;
    bottom: 0;
    margin: auto 0;
    background: none;
	}
  .mainVis .ban_message{
    width: 89.333%;
    margin: auto;
  }
}


/*共通*/
.training .training_catch,
.training .training_txt,
.stepup .stepup_catch,
.stepup .stepup_txt,
.stepup .system_catch,
.stepup .system_txt,
.system .system_catch,
.system .system_txt
 {
	text-align: center;
}
.training .training_catch,
	.stepup .stepup_catch,
	.system .system_catch {
		font-weight: bold;
    font-size: 22px;
		line-height: 33px;
		margin-bottom: 40px;
}
.training .training_catch img,.stepup .stepup_catch img,.system .system_catch img{
  width: 100%;
}
@media(min-width:769px) {
	.training .training_ttl {
		margin: 37px 0 36px;
		padding-top: 10px;
	}
	.system .system_catch {
		margin:0 auto 27px;
    width: 45.443%;
	}
  .stepup .stepup_catch {
		line-height: 33px;
		margin:0 auto 27px;
    max-width: 850px;
	}
  .stepup .stepup_catch img{
    width: 53.0588%;
  }
  .training .training_catch {
		margin:0 auto 27px;
    width: 60.823%;
	}
	.training .training_txt,
	.stepup .stepup_txt,
	.system .system_txt {
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 32px;
	}
}
/*training*/
.training table {
	margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 2px;
}
.training table th {
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.training table td {
  background: #FFF;
	border-bottom: 2px solid #000;
}
.training table tr:first-of-type th{
  background: #db6d9f;
  border-spacing:1px
}
.training table tr:first-of-type td{
  /*background: #FFF;*/
  border-top: 1px solid #db6d9f;
  border-right: 1px solid #db6d9f;
  border-bottom: 1px solid #db6d9f;
}
.training table tr:nth-of-type(2) th{
  background: #5987bc;
}
.training table tr:nth-of-type(2) td{
  border-top: 1px solid #5987bc;
  border-right: 1px solid #5987bc;
  border-bottom: 1px solid #5987bc;
}
.training table tr:nth-of-type(3) th{
  background: #876ab2;
}
.training table tr:nth-of-type(3) td{
  border-top: 1px solid #876ab2;
  border-right: 1px solid #876ab2;
  border-bottom: 1px solid #876ab2;
}
.training table tr:nth-of-type(4) th{
  background: #c55b12;
}
.training table tr:nth-of-type(4) td{
  border-top: 1px solid #c55b12;
  border-right: 1px solid #c55b12;
  border-bottom: 1px solid #c55b12;
}
.training table tr:nth-of-type(5) th{
  background: #c09002;
}
.training table tr:nth-of-type(5) td{
  border-top: 1px solid #c09002;
  border-right: 1px solid #c09002;
  border-bottom: 1px solid #c09002;
}
.training table tr:nth-of-type(6) th{
  background: #a5b029;
}
.training table tr:nth-of-type(6) td{
  border-top: 1px solid #a5b029;
  border-right: 1px solid #a5b029;
  border-bottom: 1px solid #a5b029;
}





.training .training_list li {
	display: inline-block;
    position: relative;
    padding: 0 1rem;
}
.training .training_list li::before {
	position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: #000;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media(min-width:769px) {
	.training table {
		max-width: 790px;
		margin-bottom: 38px;
	}
	.training table th {
		width: 167px;
		padding: 20px 12px;
	}
	.training table td {
		width: 623px;
		padding: 12px;
	}
	.training table td ul {
		line-height: 26px;
	}
}
@media (max-width: 768px) {
  #anc-training.training{
    padding-bottom: 7vw;
    padding-top: 50px;
    margin-top: -50px;
  }
  .training  h2 img {
    padding-bottom: 5.53vw;
  }
  .training h2 span{
    padding-top: 5vw;
    font-size: 4vw;
  }
  .training .training_catch{
    width: 85.857%;
    margin:0 auto 6vw;
  }
  .training .training_ttl{
    width: 63.285%;
    margin: auto;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .training img{
    width: 100%;
  }
  .training h2 span::before {
    width: 55px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .training .training_txt{
    line-height: 1.667;
    font-size: 3.2vw;
    letter-spacing: -0.0111em;
    margin-bottom: 6.5vw;
  }
  .training table{
    margin-left: 2.14285%;
    margin-right: 2.14285%;
    font-size: 3vw;
    margin-bottom: 8.2%;
  }
  .training table th{
    width: 25%;
    line-height: 1.25;
    vertical-align: top;
    padding-top: 3.5vw;
  }
  .training table td{
    line-height: 1.667;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 4.03%;
  }
  .training .training_list li{
    padding: 0 0.6rem;
  }
  .training .training_list li::before{
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.75rem;
    vertical-align: top;
  }
  .training h3{
    width: 95.714%;
    border: 2px solid #d27292;
    border-radius: 5px;
    padding: 2.57vw 0 2.57vw;
    box-sizing: border-box;
    line-height: 0.8;
    display: flex;
    margin-bottom: 4.43%;
    align-items: center;
    align-content:center;
  }
}
@media (max-width: 480px) {
  .training .training_list li::before{
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    vertical-align: top;
  }
}
/*voice 開閉*/
.voice_btn {
	display: block;
	margin: auto;
	color: #fff;
	text-align: left;
    background: #d27292;
    box-sizing: border-box;
    position: absolute;
}
.voice_btn::after {
	position: absolute;
	content: "";
    margin: auto;
    transition: 0.5s;
    transition-property: transform;
    transform: rotate(-180deg);
}
.close .voice_btn::after {
	transform: rotate(-360deg);
}
.voice_btn.close {
	display: none;
}
@media(min-width:769px) {
	.voice_btn {
		width: 189px;
		height: 36px;
		padding: 12px 21px;
		font-size: 13px;
		border-radius: 3px;
		top: 0;
		right: 20px;
		bottom: 0;
    cursor: pointer;
    cursor: hand;
	}
	.voice_btn::after {
		background: url(../images/icon_arrow_w.png) no-repeat;
		width: 22px;
		height: 22px;
		top: 0;
		bottom: 0;
		right: 13px;
	}
}
@media (max-width: 768px) {
  .training h3 .voice_item{
    width: 19.4285%;
    padding-left: 5.43%;
  }
  .voice_item img{
    width: 100%;
  }
  .voice_btn{
    position: relative;
    width: 47%;
    padding: 3.33% 3.73%;
    font-size: 3.2vw;
    border-radius: 3px;
    margin-right: 2%;
    line-height: 1;
  }  
  .voice_btn::after {
    background: url(../images/icon_arrow_w.png) no-repeat;
    width: 4vw;
    height: 4vw;
    top: 0;
    bottom: 0;
    right: 2vw;
    background-size: contain;
}
}
/*voice_area*/
.voice_area {
	margin: 0 auto;
  display: none;
}
.voice_area p {
	position: relative;
	background: #f0d8e0;
	box-sizing: border-box;
}
.voice_area p::before,
.voice_area p::after {
	position: absolute;
	content: "";
}
.voice_area p span {
	display: block;
	color: #d27292;
}
@media(min-width:769px) {
	.voice_area {
		max-width: 790px;
		margin: 30px auto 0;
  }
	.voice_area p {
		max-width: 674px;
		font-size: 13px;
		line-height: 24px;
		border-radius: 10px;
		padding: 18px 32px 20px 32px;
		margin-bottom: 10px;
    width: 85.316%;
	}
	.voice_area p::before {
		width: 80px;
		height: 80px;
		top: 0;
		margin: auto;
	}
	.voice_area p.voice_txt-l::before {
		right: -115px;
	}
	.voice_area p.voice_txt-r::before {
		left: -115px;
	}
	.voice_area p.people_01::before {
		background: url(../images/voice_icon01.png) no-repeat;
	}
	.voice_area p.people_02::before {
		background: url(../images/voice_icon02.png) no-repeat;
	}
	.voice_area p.people_03::before {
		background: url(../images/voice_icon03.png) no-repeat;
	}
	.voice_area p::after {
		width: 0;
		height: auto;
		margin: auto;
		border-top: 20px solid #f0d8e0;
		border-left: 24px solid transparent;
	}
	.voice_area p.voice_txt-l::after {
		top: 30px;
		right: -23px;
		transform: scaleX(-1);
	}
	.voice_area p.voice_txt-r::after {
		top: 33px;
		left: -23px;
	}
	.voice_txt-l {
		float: left;
	}
	.voice_txt-r {
		float: right;
	}
	.voice_area p span {
		font-size: 13px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
  .voice_area {
		width: 95.714%;
		margin: 4% auto 0;
	}
	.voice_area p {
		width: 74.477%;
		font-size: 3.2vw;
		line-height: 1.667;
		border-radius: 10px;
		padding: 4vw;
		margin-bottom: 4vw;
	}
	.voice_area p::before {
		width: 16vw;
		height: 16vw;
		top: 0;
		margin: auto;
	}
	.voice_area p.voice_txt-l::before {
		right: -23vw;
	}
	.voice_area p.voice_txt-r::before {
		left: -23vw;
	}
	.voice_area p.people_01::before {
		background: url(../images/voice_icon01.png) no-repeat;
    background-size: contain;
	}
	.voice_area p.people_02::before {
		background: url(../images/voice_icon02.png) no-repeat;
    background-size: contain;
	}
	.voice_area p.people_03::before {
		background: url(../images/voice_icon03.png) no-repeat;
    background-size: contain;
	}
	.voice_area p::after {
		width: 0;
		height: auto;
		margin: auto;
		border-top: 20px solid #f0d8e0;
		border-left: 24px solid transparent;
	}
	.voice_area p.voice_txt-l::after {
		top: 30px;
		right: -23px;
		transform: scaleX(-1);
	}
	.voice_area p.voice_txt-r::after {
		top: 33px;
		left: -23px;
	}
	.voice_txt-l {
		float: left;
	}
	.voice_txt-r {
		float: right;
	}
	.voice_area p span {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

/*stepup*/
.stepup {
	background-image: url(../images/step-up_topbg.png),url(../images/step-up_bottombg.png);
	background-position: center top, center bottom;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
	background-color: #ebebeb;
}
.stepup figure {
	text-align: left;
}
.stepup_box{
  box-sizing:border-box;
}
.stepup_voice_box .stepup_voice_ttl{
  background: #FFF;
}
.stepup_img .stepup_headline{
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.stepup_img:first-of-type .stepup_headline{
  background: #da6d9e;
}
.stepup_img:nth-of-type(2) .stepup_headline{
  background: #5988bc;
}
.stepup_img:nth-of-type(3) .stepup_headline{
  background: #a4b129;
}
.stepup .voice_area p{background: #FFF;}
.stepup .voice_area p::after{ border-top: 20px solid #FFF;}
@media(min-width:769px) {
  #anc-stepup{
    padding-top: 0;
    margin-top: 0;
  }
	.stepup {
		padding: 0 0 111px;
		margin-top: 67px;
    padding-top: 10px;
	}
  .stepup figure img{
    width: 100%;
  }
	.stepup .stepup_ttl {
		margin-bottom: 35px;
	}
	.stepup .stepup_txt {
		margin-bottom: 20px;
	}
  .stepup_box{
    max-width: 790px;
    margin: auto auto 40px;
    padding: 25px 44px 17px 30px;
    background: #FFF;
    width: 90%;
  }
  .stepup_voice_box{
    max-width: 790px;
    width: 90%;
    margin: auto;
  }
  .stepup_img{
    margin: 0 auto 40px;
  }
  .stepup_box .stepup_img:last-of-type{
    margin-bottom: 0;
  }
  .stepup_img .stepup_headline{
    font-size: 15px;
    color: #FFF;
    max-width: 700px;
    border:none;
    border-radius: 0;
    padding: 13px 0;
    box-sizing: border-box;
    line-height: 0.8;
    margin-right:0;
  }
	.stepup figure figcaption {
    font-size: 10px;
    margin-top: 13px;
    margin-left: auto;
    letter-spacing: -0.1em;
    display: table;
	}
  .stepup figure figcaption span {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
    display: block;
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  #anc-stepup{
    padding-top: 70px;
    margin-top: -70px;
  }
  .stepup {
		padding-bottom: 20%;
    
	}
	.stepup .stepup_ttl {
    width: 48%;
    margin: auto;
    padding-bottom: 6vw;
	}
  .stepup h2 img {
    padding-bottom: 5.53vw;
  }
  .stepup h2 span {
    padding-top: 6vw;
    font-size: 4vw;
  }
  .stepup h2 span::before {
    width: 55px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .stepup_box{
    max-width: 670px;
    margin: 0 5.333% 14%;
  }
  .stepup img {
    width: 100%;
  }
  .stepup .stepup_catch{
    width: 72.133%;
    margin:0 auto 6.5vw;
  }
	.stepup .stepup_txt {
		line-height: 1.667;
    font-size: 3.2vw;
    letter-spacing: -0.0111em;
    margin-bottom: 7vw;
	}
  .stepup_img{
    margin: 0 auto 11.9%;
    background: #FFF;
  }
  .stepup_img .stepup_headline{
    padding: 3.33% 0 2.4%;
    font-size: 3.73vw;
  }
  .stepup .stepup_inner{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0.5% 5% 3% 2%;

  }
	.stepup figure {
    position:relative; 
    width: 716px;
	}
  .stepup figure figcaption {
    font-size: 10px;
    margin-top: 13px;
    margin-left: auto;
    letter-spacing: -0.1em;
    display: table;
	}
  .stepup figure figcaption span {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
    display: block;
    padding-top: 8px;
  }
  .stepup h3.stepup_voice_ttl{
    width: 95.714%;
    border: 2px solid #d27292;
    border-radius: 5px;
    padding: 2.57vw 0 2.57vw;
    box-sizing: border-box;
    line-height: 0.8;
    display: flex;
    margin-bottom: 4.43%;
    align-items: center;
    align-content:center;
    background: #FFF;
  }
  .stepup h3 .voice_item {
    width: 19.4285%;
    padding-left: 5.43%;
  }
  .stepup_voice_box{
    padding: 0 12.5px;
  }

}

/*system*/
.system {
	margin: 0 auto;
}
.system .system_flex {
    display: flex;
    flex-wrap: wrap;
	border: 2px solid #64b8e4;
}
.system .system_flex-item {
	box-sizing: border-box;
	border-right: 2px solid #64b8e4;
	border-bottom: 2px solid #64b8e4;
}
.system .system_icon {
	text-align: center;
}
.system .system_icon figcaption {
    color: #64b8e4;
}
.system .system_flex_txt {
	text-align: left;
}
@media(min-width:769px) {
	.system {
		max-width: 790px;
		margin-top: 57px;
    padding-top: 10px;
	}
	.system .system_ttl {
		margin-bottom: 35px;
	}
	.system .system_catch {
		margin-bottom: 23px;
	}
	.system .system_txt {
		margin-bottom: 38px;
	}
	.system .system_flex {
		max-width: 790px;
		margin-bottom: 40px;
	}
	.system .system_flex-item {
		max-width: 262.6px;
		padding: 40px 37px;
    width: 33.291%;
	}

	.system .system_flex-item:nth-child(3n) {
		border-right: none;
	}
	.system .system_flex-item:nth-last-child(-n+3) {
		border-bottom: none;
	}
	.system .system_icon figcaption {
		margin-top: 40px;
		font-size: 18px;
		margin: 40px 0 19px;
	}
	.system .system_icon figcaption.two_lines {
		margin: 20px 0 10px;
	}
	.system .system_flex_txt {
		font-size: 14px;
		line-height: 24px;
	}
	.system .system_flex_txt .anote {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
  #anc-system{
    padding-top: 15%;
    margin-top: -25%;
  }
  .system .system_ttl {
    width: 50%;
    margin:0 auto auto;
    padding-top: 2%;
    padding-bottom: 6vw;
  }
  .system .system_ttl h2 img {
    padding-bottom: 6.53vw;
  }
  .system .system_ttl img {
    width: 100%;
  }
  .system h2 span {
    padding-top: 5vw;
    font-size: 4vw;
  }
  .system h2 span::before {
  width: 55px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  }
  .system h2 img {
    padding-bottom: 6.53vw;
  }
  .system .system_catch {
    width: 84.285%;
    margin:0 auto 7.5vw;
  }
  .system .system_txt {
    line-height: 1.667;
    font-size: 3.2vw;
    letter-spacing: -0.0111em;
    margin-bottom: 4.5vw;
  }
  .system .system_flex{
    margin-bottom: 8.27%;
    margin-left: 2.14285%;
    margin-right: 2.14285%;
    border-right: none;
    border-bottom: none;
  }
  .system .system_flex-item {
    width: 50%;
    padding: 5.33% 4.477% 6.27%;
  }
  .system .system_icon{
    margin: 0 auto;
  }
  .system .system_icon figcaption{
    line-height: 1.214;
    font-size: 3.73vw;
  }
  .system .system_flex-item:first-of-type .system_icon img{
    width:42%;
    margin-bottom: 17%;
    padding-top: 1%;
  }
  .system .system_flex-item:nth-of-type(2) .system_icon img{
    width:30.19%;
    margin-bottom: 19%;
    padding-top: 2.5%;
  }
  .system .system_flex-item:nth-of-type(3) .system_icon img{
    width:41.5%;
    margin-bottom: 11%;
    padding-top: 1%;
  }
  .system .system_flex-item:nth-of-type(4) .system_icon img{
    width:43%;
    margin-bottom: 17%;
  }
  .system .system_flex-item:nth-of-type(5) .system_icon img{
    width:40.3%;
    margin-bottom: 16%;
    padding-top: 3%;
  }
  .system .system_flex-item:nth-of-type(6) .system_icon img{
    width:37.25%;
    margin-bottom: 17%;
    padding-top: 4%;
  }
  .system .system_flex-item:nth-of-type(7) .system_icon img{
    width:38.43%;
    margin-bottom: 17%;
    padding-top: 2%;
  }
  .system .system_flex-item:nth-of-type(8) .system_icon img{
    width:41.92%;
    margin-bottom: 18%;
    padding-top: 4.5%;
  }
  .system .system_flex-item:nth-of-type(9) .system_icon img{
    width:41.56%;
    margin-bottom: 9%;
    padding-top: 2%;
  }

  .system .system_icon img{
    width: 100%;
  }
  .system .system_flex_txt {
    padding-top: 4.5vw;
    font-size: 3.2vw;
    line-height: 1.667;
  }
  .system .system_flex-item:nth-of-type(3) .system_flex_txt {
    padding-top: 2vw;
  }
  .system .system_flex-item:nth-of-type(9) .system_flex_txt {
    padding-top: 2vw;
  }
  .system .system_flex_txt .anote{
    font-size: 2.67vw;
    line-height: 1.5;
    display: block;
  }
  .system h3.system_voice_ttl {
    width: 95.714%;
    border: 2px solid #d27292;
    border-radius: 5px;
    padding: 2.57vw 0 2.57vw;
    box-sizing: border-box;
    line-height: 0.8;
    display: flex;
    margin-bottom: 4.43%;
    align-items: center;
    align-content: center;
    background: #FFF;
}
  .system h3 .voice_item{
    width: 19.4285%;
    padding-left: 5.43%;
  }

}

/*faq*/
.faq {
	margin: 0 auto;
}
.faq .faq_icon_q {
	width: 100%;
	font-weight: bold;
	position: relative;
}
.faq .faq_icon_q::before {
	position: absolute;
	content: "";
}
.faq .faq_icon_q::after {
	position: absolute;
	content: "";
}
.faq .open .faq_icon_q::after {
	transform: rotate(180deg);
}
.faq #faq_acMenu dd {
	display: none;
	background: #e6e6e6;
}
.faq .faq_icon_a {
	position: relative;
}
.faq .faq_icon_a::before {
	position: absolute;
	content: "";
	background: url(../images/icon_a.png) no-repeat;
}
.faq .faq_icon_a::after {
	position: absolute;
    content: "";
    background-color: #f8b026;
}
.faq .w_area {
	background: #fff;
	text-indent: initial;
}
.faq .w_area .ieon_taas,
.faq .w_area .label_y {
	background: #f8b026;
	border-radius: 20px;
}
.faq .w_area .ieon_taas span {
	color: #fff;
	font-weight: bold;
}
.faq .w_area .w_area_txt span {
	display: block;
	color: #b50081;
}
.faq .career_area {
	box-sizing: border-box;
}
.faq .w_area .label_y {
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.faq .location_annot {
	font-size: 12px;
	line-height: 20px;
}
.faq .location_annot span {
	color: #b50081;
}
@media(min-width:769px) {
	.faq {
		max-width: 790px;
		margin: 47px auto 50px;
	}
	.faq .faq_ttl {
		margin-bottom: 45px;
	}
	.faq .faq_icon_q {
		font-size: 16px;
    cursor: pointer;
    cursor: hand;
	}
	.faq .faq_icon_q::before {
		background: url(../images/icon_q.png) no-repeat;
		width: 27px;
		height: 28px;
		top: -5px;
		bottom: 0;
		left: -47px;
		margin:0 auto auto auto;
	}
	.faq .faq_icon_q::after {
		background: url(../images/icon_arrow.png) no-repeat;
		width: 22px;
		height: 22px;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		transition: 0.5s;
		transition-property: transform;
	}
	.faq #faq_acMenu dt {
		padding: 0 0 24px 47px;
	}
	.faq #faq_acMenu dd {
		display: none;
		padding: 22px 20px 30px 63px;
		margin-bottom: 23px;
	}
  .faq #faq_acMenu dd:first-of-type{
    margin-bottom: 38px;
  }
	.faq .faq_icon_a,
	.faq .faq_acMenu-list {
		font-size: 14px;
	}
	.faq .faq_icon_a {
		margin-bottom: 27px;
	}
	.faq .faq_icon_a::before {
		background: url(../images/icon_a.png) no-repeat;
		width: 25px;
		height: 23px;
		top: 0;
		bottom: 0;
		left: -40px;
		margin: 0 auto;
		z-index: 1;
	}
	.faq .faq_icon_a::after {
		width: 36px;
		height: 42px;
		top: -7px;
		bottom: 0;
		left: -46px;
		margin: 0 auto;
		z-index: 0;
	}
	.faq .faq_acMenu-list {
		line-height: 20px;
	}
	.faq .faq_acMenu-list li {
		margin-bottom: 3.16%;
		text-indent: -1rem;
		padding-left: 1rem;
	}
	.faq .faq_acMenu-list li:last-child {
		margin-bottom: 0;
	}
	.faq .w_area {
		padding: 11px 18px;
	}
	.faq .w_area .ieon_taas {
		width: 530px;
		line-height: 15px;
		padding: 10px 27px 10px;
		margin-bottom: 15px;
	}
	.faq .w_area .w_area_txt {
		font-size: 12px;
		line-height: 28px;
	}
	.faq .career_area {
		width: 660px;
		padding: 11px 20px;
	}
	.faq .w_area .label_y {
		width: 174px;
		padding: 10px 27px 8px;
		line-height: 13px;
		margin-bottom: 14px;
	}
	.faq .w_area .career_txt {
		padding-left: 13px;
		margin-bottom: 20px;
	}
	.faq .career_area figure {
		margin-bottom: 18px;
	}
	.faq .location_annot span {
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
  .faq {
    padding-top: 8.2%;
  }
  .faq .faq_ttl {
    
    padding-bottom: 5.5vw;
	}
  .faq h2 img {
    width: 24.925%;
    padding-bottom:5.53vw;
  }
  .faq h2 span {
    padding-top: 5vw;
    font-size: 4vw;
  }
  .faq h2 span::before {
    width: 55px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .faq dl#faq_acMenu{
    margin-left: 2.14285%;
    margin-right: 2.14285%;
    margin-top: 2.5%;
  }
  .faq .faq_icon_q {
    font-size: 3.47vw;
    line-height: 1.538;
  }
  .faq .faq_icon_q::before {
    background: url(../images/icon_q.png) no-repeat;
    width: 5.97vw;
    height: 6.12vw;
    top: -5px;
    bottom: 0;
    left: -12.5%;
    margin:0 auto auto auto;
    background-size: contain;
  }
  .faq #faq_acMenu dt:nth-of-type(2) .faq_icon_q::before{
    top: 1px;
  }
  .faq .faq_icon_q::after {
    background: url(../images/icon_arrow.png) no-repeat;
    width: 4.93vw;
    height: 4.93vw;
    top: -1vw;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    transition-property: transform;
    background-size: contain;
  }
  .faq #faq_acMenu dt {
    padding: 0 0 3.58% 10.75%;
  }
  .faq #faq_acMenu dd {
    display: none;
    padding: 5.6vw 2.67vw 6vw 13.87vw;
    margin-left: 1.4285%;
    margin-bottom: 10.53vw;
  }
  .faq #faq_acMenu dd:first-of-type{
    margin-bottom: 5vw;
  }
  .faq .faq_icon_a,
  .faq .faq_acMenu-list {
    font-size: 3.2vw;
  }
  .faq .faq_icon_a {
    margin-bottom: 5.87vw;
  }
  .faq .faq_icon_a::before {
    background: url(../images/icon_a.png) no-repeat;
    width: 5.37vw;
    height: 4.93vw;
    top: 0;
    bottom: 0;
    left: -8.8vw;
    margin: 0 auto;
    z-index: 1;
    background-size: contain;
  }
  .faq .faq_icon_a::after {
    width: 8vw;
    height: 9.2vw;
    top: -7px;
    bottom: 0;
    left: -10.5vw;
    margin: 0 auto;
    z-index: 0;
  }
  .faq .faq_acMenu-list {
    /*line-height: 1.667;*/
  }
  .faq .faq_acMenu-list li {
    margin-bottom: 8%;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .faq .faq_acMenu-list li:last-child {
    margin-bottom: 0;
  }
}

/*about*/
.about {
    position: relative;
}
.about .top-cont04 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about .top-cont04 a:hover {
	border-color: #b50081;
	color: #b50081;
}
.about .top-cont04 a:hover:before {
	border-color: #b50081;
}
.about .top-cont04 a:hover:after {
	background-image: url(../images/icon-blank_hover.png);
}
.about .top-cont04 a span span{
  font-size: 70%;
  letter-spacing: -.01em;
  display: inline-block;
}
@media screen and (min-width:769px) and (max-width:1022px) {
  .about .top-cont04 a span span{
    padding-top: 21% !important;
  }
  .about .top-cont04 a:nth-of-type(5) span{
    position: absolute;
    top: 15% !important;
  }
}
@media(min-width:769px) {
  .about .about_ttl img {
		padding-bottom: 0;
    width: 100%;
	}
	.about .top-cont04 {
		top: 8%;
    right: 4%;
    bottom: 4%;
    max-width: 520px;
    width: 61.176%; /* Android4.3以下用フォールバック */
    width: -webki-calc(520 / 850 * 100%);
    width: calc(520 / 850 * 100%);
	}
	.about .top-cont04 a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 250px;
    max-height: 65px;
    height: 5vw;
    line-height: 5vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		border-radius: 5px;
		font-weight: bold;
		padding-left: 40px;
		padding-right: 41px;

    font-size: 14px;
		background: #fff;
    width: 48.076%;
    width: -webki-calc(250 / 520 * 100%);
    width: calc(250 / 520 * 100%);
    margin-bottom: 1.5%;
    display: flex;
	}
  .about .top-cont04 a:nth-child(n + 5) {
    height: 6.8vw;
    max-height:68px;
    line-height: 6.8vw;
  }
	.about .top-cont04 a:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		border: 3px #333333 solid;
		border-radius: 50%;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
  /*.about .top-cont04 a:nth-of-type(5):before{
    top:40%;
  }*/
	.about .top-cont04 a span {
		line-height: 15px;
		display: inline-block;
		vertical-align: middle;
	}
  .about .top-cont04 a:nth-of-type(5) span{
    position: absolute;
    top: 38%;
    width: 63%;
  }
  .about .top-cont04 a span span {
    font-size: 70%;
    letter-spacing: -.01em;
    display: block;
    width: 100%!important;
    line-height: 2 !important;
    padding-top: 8%;
  }
	.about .top-cont04 a:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		content: "";
		background-image: url(../images/icon-blank.png);
		width: 22px;
		height: 22px;
		background-size: 100%;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 768px) {
  .about .about_ttl{
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .about .about_ttl img{
    width: 100%;
  }

/**/
  .about .top-cont04 {
    max-width:inherit;
    width : 93.34%;
    margin: auto;
    top: 26vw;
    left: 3.33vw;
  }
.about .top-cont04 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 13.33vw;
  height: 13.33vw;
  line-height: 2.125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  font-weight: bold;
  padding-left: 7.47vw;
  padding-right: 2.67vw;

  font-size: 3.2vw;
  background: #fff;
  width: 48.461%;
  width : -webki-calc(315 / 650 * 100%) ;
  width : calc(315 / 650 * 100%) ;
  margin-bottom: 3.08vw;
  display: flex;
}
.about .top-cont04 a:nth-child(n + 5) {
  max-height: 14.33vw;
  height: 14.33vw;
}

.about .top-cont04 a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  width: 3.47vw;
  height: 3.47vw;
  border: 2px #333333 solid;
  border-radius: 50%;
  left: 2.62vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.about .top-cont04 a:nth-child(n + 5):before {
  top: 27% !important;
}*/
.about .top-cont04 a span {
  line-height: 4.5vw;
  display: inline-block;
  vertical-align: middle;
}
.about .top-cont04 a:nth-of-type(5) span{
  line-height: 3.2vw;
}
.about .top-cont04 a span span {
  display: block;
  font-size: 70%;
}
.about .top-cont04 a:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  background-image: url(../images/icon-blank.png);
  width: 4.4vw;
  height: 4.4vw;
  background-size: 100%;
  right: 2.67vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  }
}
@media (max-width: 320px) {
  .about .top-cont04 a span span{
    font-size: 50%;
  }
  .about .top-cont04 a:nth-child(n + 5) {
    max-height: 17.33vw;
    height: 17.33vw;
  }
  .about .top-cont04 a:nth-of-type(5) span{
    line-height: 3.2vw;
  }
}



/*flow*/
@media(min-width:769px) {
	.flow {
		margin-top: 70px;
    max-width: 850px;
	}
	.flow .flow_ttl {
		margin-bottom: 27px;
	}
  .flow figure img{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flow {
    margin-top: 8.27vw;
  }
  .flow .flow_ttl {
    padding-bottom: 6vw;
  }
  .flow h2 img {
    width: 35.86%;
    padding-bottom: 5.53vw;
  }
  .flow h2 span {
    padding-top: 5vw;
    font-size: 4vw;
  }
  .flow h2 span::before {
    width: 55px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow figure{
    margin-left: 2.14285%;
    margin-right: 2.14285%;
  }
  .flow figure img{
    width: 100%;
  }
}

/*entry*/
h2.entry_ttl span::before {
	content: none;
}
.entry .entry_btn a {
	display: block;
	position: relative;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
}
.entry .entry_btn a::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	content: "";
	background-image: url(../images/icon-blank.png);
	width: 22px;
	height: 22px;
	background-size: 100%;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry .entry_btn a:hover {
	border-color: #b50081;
	color: #b50081;
}
.entry .entry_btn a:hover:before {
	border-color: #b50081;
}
.entry .entry_btn a:hover:after {
	background-image: url(../images/icon-blank_hover.png);
}
@media(min-width:769px) {
	.entry {
		margin-top: 84px;
		padding: 44px 50px 80px;
		box-sizing: border-box;
		background: url(../images/entry_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.entry .entry_ttl {
		font-size: 24px;
	}
	.entry .entry_ttl span {
		font-size: 13px;
		margin-bottom: 26px;
    padding-top: 0;
	}
	.entry .entry_btn a {
		max-width: 850px;
		padding: 20px 17px;
		font-size: 14px;
	}
  .entry .entry_btn a span{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .entry {
		margin-top: 10.13vw;
    margin-bottom: 10.8vw;
		padding: 9.67vw 0 14vw;
		box-sizing: border-box;
		background: url(../images/entry_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.entry .entry_ttl {
		font-size: 5.33vw;
	}
	.entry .entry_ttl span {
		font-size: 2.93vw;
		margin-bottom: 26px;
    padding-top: 0;
	}
	.entry .entry_btn a {
		max-width: 650px;
		padding: 3.53vw 7vw 3.53vw 3vw;
		font-size: 12px;
    width: 86.666%;
	}
  .entry .entry_btn a span{
    font-size: 14px;
  }
  .entry .entry_btn a::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    background-image: url(../images/icon-blank.png);
    width: 4.4vw;
    height: 4.4vw;
    background-size: 100%;
    right: 3.07%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*top_btn*/
.top_btn a {
	display: block;
	text-align: center;
    color: #fff;
}
.top_btn a:hover {
	opacity: 0.8;
}
@media(min-width:769px) {
	.top_btn a {
		background: url(../images/top_btn_img01.png) no-repeat;
		width: 260px;
		height: 50px;
		margin: 37px auto 42px;
		font-size: 14px;
	}
	.top_btn a {
		line-height: 50px;
	}
}
@media (max-width: 768px) {
  .top_btn a{
    background:#b50081;
    height: 16vw;
    margin: 0 auto 0;
    font-size: 16px;
    line-height: 16vw;
    border-radius: 2px;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    width: 86.666%;
    position: relative;
  }
  .top_btn a:before{
    content: "";
    width: 5vw;
    height: 5vw;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5.2vw;
    bottom: 0;
    margin: auto 0;
    border: 2px solid #fff;
  }
  .top_btn a:after{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 7.5vw;
    bottom: 0;
    margin: auto 0;
  }
  .bottom_l{
    margin-bottom: 10.8vw;
  }
}

/*follow_btn*/
/*.follow_btn a {
	display: block;
  background: #16b8c2;
  position: fixed;
	font-size: 0;
	border-radius: 0 0 0 3px;
  z-index: 1000;
}
.follow_btn a::before {
	position: absolute;
	content: "";
	background: url(../images/follow_btn_img01.png) no-repeat;
}*/

.follow_btn a {
  display: block;
  position: fixed;
  font-size: 0;
  z-index: 999;
}
.follow_btn a::before {
  position: absolute;
  content: "";
}
.follow_btn a.fix_entry::before {
  background: url(/recruit/mid-graduates/images/entry_btn_img01.png) no-repeat;
  background-size: contain;
}
.follow_btn a.fix_mypage::before {
  background: url(/recruit/new-graduates/images/follow_btn_img02.png) no-repeat;
}
@media(min-width:769px) {
	/*.follow_btn a {
		width: 80px;
		height: 80px;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		color: #fff;
	}
	.follow_btn a::before {
		width: 46px;
		height: 49px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}*/
  
  .follow_btn a.fix_entry {
    width: 80px;
    height: 80px;
    top: 160px;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background-color: #16b8c2;
    border-radius: 0 0 0 3px;
  }
  .follow_btn a.fix_entry::before {
    width: 46px;
    height: 49px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .follow_btn a.fix_mypage {
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background-color: #b50081;
    border-radius: 3px 0 0 0;
  }
  .follow_btn a.fix_mypage::before {
    width: 46px;
    height: 49px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #contents.mid-graduates {
    position: relative;
  }
  #contents.mid-graduates .main{
    padding-top: 4px;
  }
  .follow_btn a{
    position: static;
    font-size: 10px;
    text-align: center;
    padding: 7px 0;
    margin: 0 2%;
  }
  .mid-graduates .follow_btn {
    position: fixed;
    top: 50px;
    right: 0;
    background: #e6e6e6;
    width: 38.8%;
    display:flex;
    margin: 0;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    align-content:center;
    padding-left: 0.5%;
    z-index: 1000;
    box-sizing: border-box;
    height: 39px;
    transition-duration: .3s;
    transition-property: width;
  }
  .mid-graduates .follow_btn.wide {
  	width: 100%;
  }
  .follow_btn a.fix_entry {
    width: 44.67%;
    color: #fff;
    background-color: #16b8c2;
    border-radius: 3px;
  }
  .follow_btn a.fix_entry::before {
    content: none;
  }
  .follow_btn a.fix_mypage {
    width: 44.67%;
    color: #fff;
    background-color: #b50081;
    border-radius: 3px;
    
  }
  .follow_btn a.fix_mypage::before {
    content: none;
  }
}

/*文字サイズ大*/
.large .re-grad .top-cont01 ul li.cont01-1,
.large .re-grad .top-cont01 ul li.cont01-2 {
	height: 230px;
}
.large .re-grad .top-cont01 ul li.cont01-3,
.large .re-grad .top-cont01 ul li.cont01-4 {
	height: 355px;
}

@media (max-width: 1200px) {
	.large .re-grad .top-cont01 ul li.cont01-1,
	.large .re-grad .top-cont01 ul li.cont01-2 {
		min-height: 272px;
	}
	.large .re-grad .top-cont01 ul li.cont01-3,
	.large .re-grad .top-cont01 ul li.cont01-4 {
		min-height: 431px;
	}
}