/*==================================================
 base
================================================== */
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
body{
  border-top: 6px solid #e90041;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.mb100{
  margin-bottom: 100px;
}

.mb120{
  margin-bottom: 120px;
}
.mb160{
  margin-bottom: 160px!important;
}

.mb240{
  margin-bottom: 240px;
}
.indent-1em{
  text-indent: -1.3em;
  padding-left: 1.3em;
  display: block;
}
/* header */
h1{

  min-width: 1200px;
}
h1 .inner{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 587px;
  display: block;
  background: url(/promotion/career/shinsotsu/img/mainimg.png) no-repeat center;
  text-indent: -5555px;
}
#container {
	font-size: 16px;
  line-height: 1.5;
  color: #545353;
	word-wrap: break-word;
  text-align: center;
  margin: 0 auto;
}
img {
	vertical-align: top;
}
/* wrap */
.wrap_bg {
	max-width: 1200px;
	margin: 0 auto;
	background: url(/promotion/career/shinsotsu/img/bg_tri.png) repeat-y 0 0 / 100%;
  padding: 160px 0 200px;
}
#wrap a {
	color: #11a7d7;
	text-decoration: underline;
}
#wrap #mainContents { padding: 0; margin: 0; }

.wrap {
	max-width: 900px;
	margin: 0 auto;
  text-align: left;
}

/* btn */
.btn_box{
  width: 100%;
	background: url(/promotion/career/shinsotsu/img/bg_btn.gif) repeat;
  position: relative;
}
.btn_box h2{
  position: absolute;
  top:-20px;
}
.btn_box .btn_inner{
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
.btn_box ul{
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.btn_box ul li a{
  display: flex;
  flex: 1 0 0%;
  background: #fff;
  border-radius: 10px;
  margin: 20px 30px 0 0;
  width: 435px;
	height: 110px;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  box-shadow: 0px 2px 2px gray;
}
.btn_box ul li:last-child{
  margin-right: 0px;
}
.btn_box li a{
	display:block;
	padding: 0px;
	height: 100%;
	text-decoration: none;
	position:relative;

}
.btn_box li a .inner{
	display: block;
	padding: 0px 20px 0px 20px;
	height: 100%;
}
.btn_box li a .mask{
	position:absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
  border-radius: 10px;
}
.btn_box li a .mask:hover{
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	-moz-opacity: 15;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
.logo_img{ height: 110px; line-height: 110px;  text-align: center;
 }
.logo_img img{ vertical-align: middle; line-height: 110px; }

/* 色 */
.colorbg{ background-color:#ED1651; }

.box {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* menu */
.menu{
    display: flex;
    width: 900px;
    margin: 0 auto 50px;
}
.menu li a {
  display: flex;
  width: 180px;
  flex: 1 0 0%;
  background: #fff;
  height: 80px;
  margin: 0 0 0 0;
  border-right:1px solid #eaeaea;
  font-size: 18px;
  position: relative;
}
.menu li:last-child a{
  border-right: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
.menu li a:hover::after{
  content: "";
  width: 113px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 33px;
  text-align: center;
  background: #ed1651;
  
}

/* h */
h3{
  text-align: left;
}
h4{
  text-align: left;
  font-size: 22px;
  border: 13px solid transparent;
  border-left: 26px solid #f5f5f5;
  line-height: 0 !important;
  padding: 0 0 0 15px!important;
  margin-bottom: 20px;
}

/* footer */
footer {
	text-align: center;
	font-size: 16px;
}
footer p { padding: 90px 0; }

/*pagetop*/
.pageTop{
	display: none;
	width: 60px;
	position: fixed;
	right: 40px;
	bottom: 130px;
	transform: translate3d(0, 0, 0);
	z-index: 999;
  opacity: 0.5;
}
.pageTop a{
	background: #76848f;
	display: block;
	height: 60px;
	position: relative;
  text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

.pageTop a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -8px;
	margin: auto;
	width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right:4px solid #fff;
    transform: rotate(-45deg);
}

/*==================================================
 index.html
================================================== */
.cont01{
  margin: 0 0 360px;
}
.cont02{
  margin: 100px 0;
  text-align: left;
}
.icon{
    width: 900px;
    margin: 0 auto 260px;
  overflow: hidden;
}
.icon li {
  float: left;
  width: 300px;
  flex: 1 0 0%;
  margin: 0 0 0 0;
}
.icon li.ml{
  margin-left: 160px;
}
.icon li:last-child{
  border-right: none;
}
.cont03{
  position: relative;
  height: 320px;
}

.cont03 dt{
  position: absolute;
  top:0;
  left:0;
  z-index: 0;
}
.cont03 dd{
  position: absolute;
  right: 0;
  bottom:0;
  width: 380px;
  height: 268px;
  background: #f6f6f6;
  z-index: 10;
  opacity: 0.9;
  display: table;
  padding: 0 40px;
  text-align: left;
}
.cont03 dd span{
  display: table-cell;
  vertical-align: middle;
}
.interview_top{
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
}
.interview_top .in{
  width: 900px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.interview_top .in .ph{
  float: left;
  width: 450px;
}
.interview_top .in .text{
  float: right;
  width: 450px;
  text-align: left;
}
.interview_top .in .text dt{
  margin-left: 40px;
  font-size: 24px;
  color: #222;
  -moz-osx-font-smoothing: grayscale;
}
.interview_top .in .text dd{
    margin-left: 40px;
}
.interview_contents{
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  padding: 70px 0;
}
.interview_contents .l_area{
  float: left;
  width: 420px;
  padding-right: 30px;
}
.interview_contents .r_area{
  float: right;
  width: 420px;
  padding-left: 30px;
}
.interview_contents p{
  margin-bottom: 100px;
}
.interview_contents .l_area h4:nth-of-type(odd){
  border-left: 26px solid #cfe8e5!important;
}
.interview_contents .l_area h4:nth-of-type(even){
  border-left: 26px solid #fcf2b7!important;
}

.interview_contents .r_area h4:first-child{
  border-left: 26px solid #fcf2b7!important;
}

.havefun{
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.havefun p{
  position: absolute;
  width: 530px;
  top:100px;
  right: 40px;
  text-align: left;
}
.havefun p.minegisi{
  position: absolute;
  width: 530px;
  top:120px;
  right: 40px;
  text-align: left;
}
.flow_box{
  width: 900px;
  margin: 0 auto 60px;
  display: flex;
}
.flow_box li{
  margin-right: 35px;
}
.flow_box li:last-child{
  margin-right: 0;
}
.youkou{
  background: #f3f3f3;
  font-size: 14px;
}
.youkou th{
  color: #ed1651;
  width: 85px;
  padding: 25px 0 25px 20px;
  border-bottom: 2px solid #fff;
}
.youkou td{
  width: 325px;
  text-align: left;
  padding: 25px 20px 25px 0;
  border-bottom: 2px solid #fff;
}
.youkou td span{
  font-size:12px;
}
.youkou .sp{
  border-bottom: none;
}
.youkou dl{
  overflow: hidden;
  margin-bottom: 10px;
}
.youkou dl dt{
  float: left ;
clear: left ;
width: 165px;
  font-weight: bold;
}
.youkou dl dt.kobe{
width: 73px;
  margin-left: 20px;
}
.youkou dl dt.right{
width: 165px;
 margin-left: 20px;
}
.youkou dl dt.left{
width: 100px;
}
.youkou dl dt.left.__min{
  width: 80px;
}

.youkou dl dd{
  float: left ;
}
.faq_box p span{
  color: #ed1651;
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 820px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
  letter-spacing: 8px;
  text-shadow:0px 1px 1px #555;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
  box-shadow: 0px 2px 2px gray;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none){
.Button {
    font-weight: bold; /* IE10以上 */
  }
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #ff3366;
	color: #fff;
	font-size: 36px;
	line-height: 100px;
	text-decoration:none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.Button a:hover {
	background: #ed1651;
/* マウスオーバーカラー */  
}
#IconList1 a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 275px;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	background: #fff;
}
#IconList1 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 280px;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	background: #ff3366;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
#IconList1 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #ed1651;
}
.ButtonW {
	overflow: hidden;
	width: 620px;
	height: 70px;
	margin: 0 auto auto;
	padding: 0;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
  box-shadow: 0px 2px 2px gray;
  border: 1px #ddd solid;
}
.ButtonW a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #fff;
	font-size: 26px;
  font-weight: normal;
	line-height: 70px;
	text-decoration:none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color: #666;
}
.ButtonW a:hover {
	background: #FBDCE4;

/* マウスオーバーカラー */  
}
#IconList2 a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 120px;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	background: #ff3366;
}
#IconList2 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 125px;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
#IconList2 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #FBDCE4;
}
.fix {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 500;
  background: #f3f3f3;
  box-shadow: 0 -3px 8px 0px rgba(174,174,174,0.6);

}
.fixUl {
  width: 900px;
  text-align: center;
  margin:  0 auto;
  padding: 10px 0;
  display: -webkit-box;/*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display: flex;
  background: none;
}

.btn_box.fixUl li a{
	display:block;
	padding: 0px;
	height: 60px;
	text-decoration: none;
	position:relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 2px grey;
  padding: 8px 0;
  flex: 1 0 0%;
  margin-right: 30px;
  display: flex;
  width: 435px;
display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */}


.btn_box.fixUl li a .inner{
	display: block;
	padding: 0px 20px 0px 20px;
	height: 100%;
}
.btn_box.fixUl li a .mask{
	position:absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
  border-radius: 10px;
}
.btn_box.fixUl li a .mask:hover{
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	-moz-opacity: 15;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
.fix .logo_img{ height: 60px; line-height: 60px;  text-align: center;
 }
.fix li img{
  width: 90%;
  text-align: center!important;
  margin: 0 auto!important;
}

.fix li:last-child {
  margin-right: 0px;
}
.fix .close_wrap{
  width: 960px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.fix p.close {
  position: absolute;
  right: 0;
  top: -70px;
}
.fix p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.fix p.close a span {
  display: block;
}
.fix p.close a span {
  z-index: 888;
  position: absolute;
  top: -35px;
  right: 5px;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #ccc;
}
.fix p.close a span::before, .fix p.close a span::after {
  content: '';
  height: 2px;
  width: 16px;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  top: 14px;
  left: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.fix p.close a span::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.youkou dl dt.right{
  width: 80px;
   margin-left: 20px;
  }
  .youkou dl dt.left{
  width: 165px;
  }
.link-text {
  transition: 0.3s;
  border-bottom: 1px solid #ed1651;
}
.link-text:hover {
  transition: 0.3s;
  border-bottom-color: transparent;
}
/* SS_WEB_MNT-9919 2025.0206 ここから修正 */
/* ボタン１つ用のレイアウト */
.btn_box ul li, .fix li{
  text-align: center;
  margin: 0 auto!important;
}
.btn_box ul li a, .fix li a{
  width: 600px!important;
}
/* 4つのレイアウト */
.flow_box {width: 713px!important;};
/* SS_WEB_MNT-9919 2025.0206 ここまで修正 */
