@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}
p {
	text-align: left;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rpic{
	flex-direction:row-reverse;
}

.figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


#wrapper{
	overflow: hidden;
}

.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 999;
}
.tit_txt h2{
    font-size: 24px;
    font-weight: bold;
}

#main .red{
    color: #e60012;
}
.inner{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
/*スライド*/
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateY(-350px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
}

/*header*/
#header {
    background-color: #e60012;
    padding: 20px 0 20px 0;
}
#header .hd {
    color: #fff;
    display: block;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
#header .hd2 {
    padding-left: 20px;
    font-size: 12px;
}
#header h2 {
    width: 20%;
}
#gnav{
    display: inline-block; 
}
#gnav li {
    display: inline-block;
    box-sizing: border-box;
}
#gnav ul{
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
    padding-top: 15px;
    text-align: center;
}
#gnav ul li a {
	display: block;
    padding: 17px 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
#header h2 {
    display: block;
    width: 45%;
    margin: 0 auto;
    padding-bottom: 0px;
    }
#gnav {
        margin: 0 auto;
    }
#gnav ul li a{
    padding: 0;

}
#gnav ul {
      padding-top: 30px;  
    }
#gnav ul li{
     padding-right: 35px; 
    padding-bottom: 10px;
    }
#gnav ul li:last-child{
    padding-right: 0px;
}
}
.nav1 {
    animation-duration: 1500ms;
    animation-name: nav1;
    z-index: 10;
}
@keyframes nav1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「nav1」を適用する箇所 */
.nav1 {
  animation-duration: 1500ms;/* アニメーション時間 */
  animation-name: nav1;/* アニメーション名 */
  z-index: 10;
}
@keyframes nav2 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「nav2」を適用する箇所 */
.nav2 {
  animation-duration: 1800ms;/* アニメーション時間 */
  animation-name: nav2;/* アニメーション名 */
  z-index: 10;
}
@keyframes nav3 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「nav3」を適用する箇所 */
.nav3 {
  animation-duration: 2000ms;/* アニメーション時間 */
  animation-name: nav3;/* アニメーション名 */
  z-index: 10;
}
@keyframes nav4 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「nav4」を適用する箇所 */
.nav4 {
  animation-duration: 2200ms;/* アニメーション時間 */
  animation-name: nav4;/* アニメーション名 */
  z-index: 10;
}
@keyframes nav5 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}

/* 「nav5」を適用する箇所 */
.nav5 {
  animation-duration: 2400ms;/* アニメーション時間 */
  animation-name: nav5;/* アニメーション名 */
  z-index: 10;
}
/* 基本のスタイル */
   .foo.delighter {
      transition: all 800ms;
      transform: translateX(-100%);
      opacity: 0;
   }
    .foo2.delighter {
    opacity : 0.1;
    transform : translate(0, 100%);
    transition : all 500ms;
   }
    .foo3.delighter {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 800ms;
   }
    .foo4.delighter {
      transition: all 800ms;
      transform: translateX(-100%);
      opacity: 0;
   }
.foo5.delighter {
      transition: all 800ms;
      transform: translateY(-100%);
      opacity: 0;
   }
.foo6.delighter {
      transition: all 800ms;
      transform: translateX(100%);
      opacity: 0;
   }

   .foo8.delighter {
      transition : all 1.5s;
      transform: translateY(100%);
      opacity: 0;
   }
   .foo9.delighter {
      transition : all 2s;
      transform: translateY(100%);
      opacity: 0;
   }
/* スタート時のスタイル */
   .foo.delighter.started,.foo2.delighter.started,.foo3.delighter.started,.foo4.delighter.started,.foo5.delighter.started,.foo6.delighter.started,.foo7.delighter.started,.foo8.delighter.started,.foo9.delighter.started{
      transform: none;
      opacity: 1;
   }
/* エンド時のスタイル */
   .foo.delighter.started.ended,.foo2.delighter.started.ended,.foo3.delighter.started.ended,.foo4.delighter.started.ended,.foo5.delighter.started.ended,.foo6.delighter.started.ended,.foo7.delighter.started.ended,.foo8.delighter.started.ended,.foo9.delighter.started.ended {
      border: solid red 0px;
   }
@media only screen and (max-width: 599px) {
    #gnav ul li{
        width: 30%;
        padding-right: 0px; 
        font-size: 14px;
    }
    #gnav ul {
      padding-top: 15px;  
    }
}
/*main*/
#main .main_pic .c {
    display: inline-block;
}
.main_pic img{
    width: 100%;
}
.main_pic {
    position: relative;
    z-index: 0;
}
.main_pic:after {
    content:"";
    background-image: url(images/tit_mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 9%;
}
.main_pic .tbox p{
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
    letter-spacing: 10px;
    text-shadow: 0px 4px 1px #fff,
                     1px 3px 1px #fff,
                     2px 3px 1px #fff,
                     2px 2px 1px #fff,
                     3px 2px 1px #fff,
                     3px 1px 1px #fff,
                     4px 0px 1px #fff,
                     3px -1px 1px #fff,
                     3px -2px 1px #fff,
                     2px -2px 1px #fff,
                     2px -3px 1px #fff,
                     1px -3px 1px #fff,
                     0px -4px 1px #fff,
                     -1px -3px 1px #fff,
                     -2px -3px 1px #fff,
                     -2px -2px 1px #fff,
                     -3px -2px 1px #fff,
                     -3px -1px 1px #fff,
                     -4px 0px 1px #fff,
                     -3px 1px 1px #fff,
                     -3px 2px 1px #fff,
                     -2px 2px 1px #fff,
                     -2px 3px 1px #fff,
                     -1px 3px 1px #fff;
}

#main .tit_txt h2{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 40px;
    position: relative;
    font-size: 34px;
    letter-spacing: 3px;
}
#main .tit_txt h2:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
    #main .main_pic .tbox p {
        font-size: 24px;
        letter-spacing: 0px;
    }
    #main .tit_txt h2{
        width: 95%;
        font-size: 24px;
    }
    #main .tit_txt h2 br{
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    #main .main_pic .tbox p{
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 13px;
    font-weight: bold;
    color: #e60012;
    letter-spacing: 0px;
}
    #main .tit_txt h2{
        font-size: 18px;
    }
    #main .fs18{
        font-size: 16px;
    }
}
.characteristic {
    margin-top: 60px;
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
.characteristic .inner{
    position: relative;
}
.characteristic h3:before {
    content: "Our strengths";
    font-size: 72px;
    position: absolute;
    top:-25px;
    left: 0;
    color: #cccccc;
    white-space: nowrap;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
}
.characteristic h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 40px 0 30px 0;
    color: #e60012;
}
.characteristic .box dl {
    width: 33.3%;
    background-color: #fff;
    position: relative;
    padding-bottom: 10%;
    background-image: url(images/st_logo.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 90%;
}
.characteristic .box dt {
    text-align: left;
    font-size: 24px;
    padding: 10% 0 10% 0;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
    padding-left: 12%;
}
.characteristic .box dd {
    overflow: hidden;
}
.characteristic .box dd img {
    width: 100%;
}


@media only screen and (max-width: 1024px) {
.characteristic .box dt br{
    display: none;
}
.characteristic .box dt{
    font-size: 20px;
            text-shadow: 0px 4px 1px #fff,
                     1px 3px 1px #fff,
                     2px 3px 1px #fff,
                     2px 2px 1px #fff,
                     3px 2px 1px #fff,
                     3px 1px 1px #fff,
                     4px 0px 1px #fff,
                     3px -1px 1px #fff,
                     3px -2px 1px #fff,
                     2px -2px 1px #fff,
                     2px -3px 1px #fff,
                     1px -3px 1px #fff,
                     0px -4px 1px #fff,
                     -1px -3px 1px #fff,
                     -2px -3px 1px #fff,
                     -2px -2px 1px #fff,
                     -3px -2px 1px #fff,
                     -3px -1px 1px #fff,
                     -4px 0px 1px #fff,
                     -3px 1px 1px #fff,
                     -3px 2px 1px #fff,
                     -2px 2px 1px #fff,
                     -2px 3px 1px #fff,
                     -1px 3px 1px #fff;
    }
.characteristic .box dl:last-child {
        margin-bottom: 0;
    }
.characteristic {
    padding-bottom: 30px;
}
}


@media only screen and (max-width: 599px) {
.characteristic .box dl{
        width: 48%;
        margin-bottom: 20px;
    }
    .characteristic h3{
    padding-bottom: 30px;    
    }
.characteristic .box dt {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-left: 0;
    text-align: left;
}
    .characteristic .box{
        padding-bottom: 30px;
    }
.characteristic .box dl{
        padding-bottom: 30px;
}
}
.characteristic .inner {
    width: 95%
}
.bat {
    background-color: #e60012;
    position: relative;
    background-image: url(images/top_04.jpg);
    background-position: right;
    background-repeat: no-repeat;   
}
.bat .tbox {
    padding-top: 2.5%;
    width: 55%;
}

.bat .tbox h3 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 30px;
}
.bat .tbox p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
}
.bat .tbox dt{
    color: #fff;
    font-size: 20px;
    padding-bottom: 0;
}
.bat .tbox dd {
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
}
.bat .tbox li {
     color: #fff;
    font-size: 16px;
}
.bat {
    margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
.bat {
    background-color: rgba(0,0,0,0.1);
    background-blend-mode: darken;
}
.bat .tbox dd{
        padding-bottom: 2%;
    }
.bat {
        margin-bottom: 0;
    }

.bat .tbox {
        width: 95%;
    margin: 0 auto;
    left: 0;
    padding-top: 4.5%;
    padding-left: 2%;
    }
.bat .tbox dl {
        padding-bottom: 15px;
    }
.bat .tbox h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
 .bat .tbox p {
     font-size: 14px;
     padding-bottom: 3%;
    }
 .bat .tbox dt{
    font-size: 14px;
    }
.bat .tbox dl li{
    font-size: 14px;
    }
}
.bat_move {
    padding-bottom: 60px;
}
.bat_move .pic {
    width: 58.3%;
}
.bat_move .tbox {
    width: 37%;
    max-width: 367px;
    padding-left: 3%;
}
.bat_move .tbox h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    padding-bottom: 35px;
}
.bat_move .tbox h4:before {
    content: url(images/bat_logo.gif);
    display: block;
    padding-bottom: 25px;
}
.bat_move .tbox p {
    padding-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
}
.bat_move .tbox dt {
    font-weight: bold;
    padding-bottom: 20px;
}

/* ----- 背景用の動画ファイル ----- */
.st_video video {
  pointer-events: none;
  width: 100%;
}
video {
  pointer-events: none;
}
#bg-video{
width: 58.3%;
 z-index: -100;
max-height: 550px;
}
@media only screen and (max-width: 1024px) {
 .bat_move .tbox h4 {
    font-size: 20px;
    }   
}
@media only screen and (max-width: 599px) {
#bg-video{
max-height: 300px;
}
.bat_move .tbox h4:before {
    display: inline-block;
}
.bat_move .tbox h4 {
    font-size: 20px;
    padding-bottom: 0;
    white-space: nowrap;
    }
 #bg-video {
      width: 100%;
     display: block;
     padding-bottom: 25px;
    }
.bat_move .tbox {
    width: 100%;
}
}
.bat_special {
    width: 100%;
    padding: 20px 0;
}
.bat_special img{
    width: 90%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}
.job {
    padding-bottom: 100px;
}
.job h3{
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
      position: relative;
  color: #e60012;
}
.job h3+p {
    text-align: center;
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
}
.job .jobbox {
    box-sizing: border-box;
}
.job .jobbox dl {
    width: 33.3333%;
    position: relative;
}
.job .jobbox dt {
    width: 100%;
    max-width: 180px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
    background-color: rgba(255,0,0,0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.job .jobbox dt a {
     color: #fff;
}
.job .jobbox .logo {
    padding: 0;
}
.job .jobbox dl img {
    margin:-1px 0;
}
@media only screen and (max-width: 1024px) {
.job .jobbox dl {
    width: 50%;
    }   
}
#about .h3s {
    font-size: 16px;
    text-align: left;
    padding-bottom: 30px
}
#about .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#about .box {
    padding-bottom: 80px;
}
#about .box .pic {
    width: 45%;
}
#about .box .tbox {
    width: 47%;
    padding-top: 60px;
}
@media only screen and (max-width: 599px) {
    .job .jobbox .logo {
        width: 60%;
    }
#about .box .pic {
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
#about .box .tbox {
    width: 95%;
    margin: 0 auto;
    padding-top: 0;
}   
#about .box{
        padding-bottom: 30px;
    }
        .bat_move {
        padding-bottom: 20px;
    }
}
/*flow*/

#flow .h3s {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
}
#flow .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#flow .tit .st{
    color: #fff;
    background-color: #e60012;
    padding: 10px 0;
    text-align: center;
    max-width: 250px;
    width: 100%;
}
#flow .tit .nd{
    color: #fff;
    background-color: #02b250;
    padding: 10px 0;
    text-align: center;
    max-width: 250px;
    width: 100%;
}
#flow .tit .rd{
    color: #fff;
    background-color: #4169e1;
    padding: 10px 0;
    text-align: center;
    max-width: 250px;
    width: 100%;
}
.flowlist ul {
    padding: 0;
}
.flowlist li {
    list-style-type: none;
}
.flowlist dd {
    margin-left: 0;
    padding-bottom: 20px;
}
.flowlist dd img{
    text-align: center;
    padding-top: 10px;
}
.flowlist {
    padding-left: 120px;
    position: relative;
}
.flowlist::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.flowlist li {
    position: relative;
}
.flowlist li:not(:last-child) {
    margin-bottom: 8vh;
}
.flowlist li .icon {
    font-size: 12px;
    color: #fff;
    background: #e60012;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
}
.flowlist li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #e60012;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flowlist li dl.tit {
    padding-left: 70px;
    position: relative;
}
.flowlist li dl.tit::before,
.flowlist li dl.tit::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.flowlist li dl.tit::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #e60012;
    border-radius: 50%;
    left: -4px;
}
.flowlist li dl.tit::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.flowlist li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1vh;
}
.flowlist .flexb dl {
    width: 32%;
}
.flowlist .p50 {
    padding-bottom: 50px;
}
#flow {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .flowlist .flexb dl{
        width: 100%;
        max-width: 333px;
    }
}
/*campany*/
#association  .h3s {
    font-size: 16px;
    text-align: left;
    padding-bottom: 30px
}
#association  .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#association .box {
    margin: 0 auto;
}
#association table{
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

#association table tr{
  border: solid 1px #eee;
}

#association table th{
  text-align: left;
  width: 30%;
  background-color: #e60012;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
#association table td{
  font-weight: bold;
  text-align: left;
  width: 60%;
  background-color: #fff;
  padding: 20px 0 20px 20px;
}
#association {
    padding-bottom: 100px;
}
/*ガイド*/
#guide .h3s {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
}
#guide .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#guide .flexc img {
    max-height: 349px;
    padding-bottom: 55px;
}
#guide .tbox h4 {
    font-size: 24px;
    padding-bottom: 25px;
}
#guide .tbox p {
    font-size: 16px;
    letter-spacing: 2px;
}
#guide .tbox .name {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    padding-top: 100px;
    text-align: right;
    padding-right: 2%;
}
#guide .tbox .fs24 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
}
#guide {
    padding-bottom: 100px;
}
/*アクセス*/
#access .h3s {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
}
#access .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#access h3+p {
    text-align: center;
    padding-bottom: 55px;
}
#access {
    padding-bottom: 100px;
}
/*お問い合わせ*/
#contact_form .h3s {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
}
#contact_form .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
#contact_form .contxt p{
    text-align: center;
    padding-bottom: 50px;
}
#contact_form .contxt dl{
    width: 100%;
    margin: 0 auto;
    max-width: 370px;
}
#contact_form .contxt dt{
    content: "";
    background-image: url("images/tel.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 35px;
}
#contact_form .contxt dd{
    text-align: center;
    padding-bottom: 85px;
}
#contact_form .contxt{
    border-bottom: 1px solid #eee;
}
.contact1{
	max-width:980px;
	margin:0 auto;
	width:95%;
	padding:0 0 80px 0;
}
.contact1 tr{
    border: none;
}
.contact1 p{
	padding:0 0 20px 0;
}

.contact1 .txt{
	padding:0 0 80px 0;
}

.contact1 table{
	width:100%;
	border-collapse:collapse;
}
.contact1 th{
	width:220px;
	padding:8px 0 8px 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
    font-size: 16px;
}
.contact1 td{
	width:760px;
	padding:0 0 20px 0;
}
.contact1 th strong{
	color:#ff0000;
    font-weight: normal;
    padding-left: 20px;
}

.contact1 .size1{
	box-sizing:border-box;
	width:100%;
	padding:5px;
}

.contact1 .u{
	display:block;
	text-align: left;
	font-weight:bold;
	padding:5px 0 0 0;
}
.contact1 #zip{
	max-width:250px;
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
.contact1 #ask{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	height:250px;
    border: 1px solid #7d7d7d;
}
.contact1 .table{
	padding:0 0 60px 0;
}
.contact1 .formbtn{
	padding:0 0 20px 0;
}
.contact1 .formbtn li{
	width:48%;
	margin:0 1% 10px 1%;
	max-width:250px;
	
}
.contact1 .formbtn li #send{
	width:100%;
	height:auto;
	font-size:24px;
	color:#fff;
	border:none;
	background:#e60012;
	padding:10px 2.5%;
	box-sizing:border-box;
	cursor:pointer;
    -webkit-appearance: none;
}
.contact1 .formbtn li #send:hover{
	opacity:0.6;
}

.contact1 .checked td{
	padding:8px 0 20px 0;
}
.contact1 .backbtn li {
    width: 48%;
    margin: 0 1% 10px 1%;
    max-width: 250px;
}
.contact1 .backbtn a{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #000;
    border: none;
    background: #fff;
    padding: 10px 2.5%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    border: 1px solid #000;
    border-radius: 4px;
}
.contact1 table th {
    background-color: #fff;
    display: block;
}
/*フッター*/
#footer {
    background-color: #e60012;
    padding: 38px 0;
}
#footer h2{
    width: 20%;
    
}
.ft_nav{
    display: inline-block; 
    padding-bottom: 100px;
}
.ft_nav li {
    display: inline-block;
    
    box-sizing: border-box;
}
.ft_nav ul{
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
}
.ft_nav ul li a {
	display: block;
    padding: 17px 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#footer .copyright {
    text-align: center;
    color: #fff;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
#footer h2 {
        display: block;
        width: auto;
        margin: 0 auto;
    padding-bottom: 20px;
    }
.ft_nav {
        margin: 0 auto;
    }
.ft_nav ul li a{
    padding: 0;

}
.ft_nav ul li{
     padding-right: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    }
.ft_nav ul li :last-child{
    padding-right: 0px;
}
}
.thanks h3{
	padding:0 0 10px 0;
	text-align:center;
}
.thanks p{
	text-align:center;
}
.thanks p a{
	text-decoration:underline;
}
#contact_form .h3s {
    font-size: 16px;
    text-align: center;
    padding: 80px 0 100px 0;
}
#contact_form .h3s .red {
    font-size: 36px;
    color: #e60012;
    display: block;
    padding-bottom: 10px;
}
@media only screen and (max-width: 599px) {
    #guide .tbox .name {
        padding-top: 60px;
    }
	.contact1 th{
		display:block;
		width:100%;
		background:#eee;
		margin-bottom:10px;
	}
	.contact1 td{
		display:block;
		width:100%;
	}
	.contact1 .table{
		padding-bottom:30px;
	}
	.contact1 .formbtn li #send{
		font-size:18px;
	}
}

/*bat_Special*/
.keyframe1{
    animation-name: anim_v;
}
@keyframes anim_v {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}
.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}


#batimex_sp .move{
   position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#batimex_sp .move {
    background-image: url("images/bat_sp/duc_mainbg_1680.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 500px;
    margin-bottom: 20px;
}
#batimex_sp .move .img_box{
    max-width: 400px;
    min-width: 300px;
    width: 100%;
    position: absolute;
    bottom:  0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-bottom: 20px; 
}

#batimex_sp .bg_red {
	background-color: #FFFFEF;
    background-image: url("images/sp_pattern.png");
	background-repeat: repeat;
}
#batimex_sp .bt_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
#batimex_sp .move img {
    width: 100%;
    padding-bottom: 20px;
}
#batimex_sp .bt_menu {
    margin-bottom: 20px;
}
#batimex_sp .bt_menu li{
	position: relative;
    width: 24%;
    background: #fff;
}
#batimex_sp .bt_menu li a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 46px 0;
    color: #fff;
    font-weight: bold;
    background: #014984;
    font-size: 18px;
}

#batimex_sp .bt_menu li:before {
	content: "";
	background-image: url("images/bat_sp/kasumi1.png");
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#batimex_sp .bt_menu li:after {
	content: "";
	background-image: url("images/bat_sp/kasumi1.png");
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#bt_main .bt_inner {
    background-color: #fff;
    padding-top: 60px;
	opacity: 0.9;
	  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
} 
#bt_main .bt_tit h2{
    font-size: 36px;
    text-align: center;
    color: #014984;
    font-weight: bold;
    padding-bottom: 60px;
}
#bt_main .bt_tit h2:before {
    content: url(images/bat_sp/duc_logo.png);
    display: block;
    margin: 0 auto;
}
#bt_main .tbox {
    width: 78.54%;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 100px;
}
#bt_main .tbox p {
    line-height: 36px;
}
#bt_main .piclist ul {
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 10px;
}
#bt_main .piclist img{
    border-radius: 10px;
    margin-bottom: 60px;
}
#bt_main #bt_commitment dl {
    width: 24%;
    padding-bottom: 20px;
}
#bt_main #bt_commitment dd img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
#bt_main #bt_commitment dt {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    text-align: center;
    padding-bottom: 4px;
}
#bt_main #bt_commitment dt+dd {
    text-align: center;
}
#bt_main #bt_commitment .pic {
    padding-bottom: 0;
    margin-bottom: 60px;
}
#bt_main #bt_commitment .pic img {
    border-radius: 10px;
}
#bt_main .pic {
    padding-bottom: 60px;
}
#bt_main #bt_appeal .box {
	margin: 30px 0;
}
#bt_main #bt_appeal .box .pic {
    width: 45%;
}
#bt_main #bt_appeal .box .pic img {
	border-radius: 10px;
}
#bt_main #bt_appeal .box .tbox {
	padding-top: 10px;
    width: 45%;
}
#bt_main #bt_appeal .box .tbox h3 {
    color: #014984;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}
#bt_profile #overview .box dt {
	 color: #014984;
}
#bt_main #bt_appeal .pic {
    width: 62.4%;
    max-width: 624px;
}
#bt_main #bt_appeal .movelist {
    padding-bottom: 40px;
}
#bt_main #bt_appeal .movelist li{
    padding-bottom: 20px;
    width: 48%;
    max-width: 480px;
}
#bt_main .bt_link a {
    color: #fff;
    background: linear-gradient(to right bottom, #F00 , #ef0a6a);
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: block;
    border-radius: 10px;
}
#bt_main .bt_link {
    margin-bottom: 30px;
}
#bt_main {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #batimex_sp .bt_menu li {
        width: 48%;
        margin: 20px auto 0;
    }
    #batimex_sp .bt_menu li:first-child {
        margin-top: 0;
    }
    #batimex_sp .bt_menu li:nth-child(2){
        margin-top: 0;
    }
    #bt_main .piclist li {
        margin: 0 auto;
        text-align: center;
    }
    #bt_main #bt_commitment dl {
        width: 49%;
    }
    #bt_main #bt_commitment dt {
        font-size: 20px;
    }
    #bt_main #bt_appeal .pic {
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
    padding-bottom: 10px;
}
    #bt_main #bt_appeal .box .tbox {
    width: 100%;
    max-width: 624px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
    #bt_main #bt_appeal .box .tbox p {
        text-align: center;
    }
}
@media only screen and (max-width: 599px) {
    #bt_main .bt_tit h2 {
        padding-bottom: 20px;
    }
    #bt_main .tbox {
        width: 95%;
        padding-bottom: 40px;
    }
    #bt_main #bt_appeal .box .pic {
        width: 95%;
    }
    #bt_main #bt_appeal .movelist li{
        width: 95%;
        margin: 0 auto;
    }
}
#bt_job .bt_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
	padding-bottom: 100px;
}

#bt_job .bt_tit2 h3{
    color: #014984;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 65px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
#bt_job .bt_tit2 h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #014984;
}
#bt_job .bt_tit2 h3+p {
   width: 95%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
#bt_job .swiper-pagination-bullet-active {
    background: #e60012
}
#bt_job .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
#bt_job .swiper-slide {
    padding-bottom: 60px;
}
#bt_job .swiper-slide img {
    box-shadow: 0 0 8px gray;
    border-radius: 10px;
}
#bt_job .af_coop {
    text-align: center;
}
.swiper-container {
    margin-bottom: 65px;
}
.btn {
  display: block;
  max-width: 250px;
  padding: 0px 50px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  margin: 0 auto;
}

.btn:hover {
  background: #e60012;
  border: none;
  color: white;
  opacity: 1;
}
.btn2 {
  display: block;
  max-width: 250px;
  padding: 0px 50px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  margin: 0 auto;
position: relative;
}

.btn2:hover {
  background: #eee;
  border: none;
  color: #eee;
  opacity: 1;
}
#work_japan .bt_inner {
    background: #fff;
    padding-top: 60px;
}
#work_japan h3 {
    font-size: 36px;
    font-weight: bold;
    color: #014984;
}
#work_japan h3+p {
    font-weight: bold;
    padding-bottom: 45px;
}
#work_tit1 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
#work_tit2 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
#work_tit3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
#work_tit4 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
#work_tit5 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
#work_tit6 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

#work_tit6:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014984;
  bottom: -3px;
  width: 100px;
}
.worklist .work_subtit {
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #014984;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
#work_japan .pic {
    width: 40%;
}
#work_japan .pic img {
    border-radius: 10px;
}
#work_japan .tbox {
    width: 48%;
}
#work_japan .tbox .wrap dt{
    font-size: 24px;
    font-weight: bold;
    color: #014984;
}
.jobex {
    border-bottom: 5px dotted #014984;
    margin-bottom: 35px;
}
#work_japan .tbox .inbox dt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 30%;
    background-color: #014984;
    float: left;
    padding: 5px 0;
    border-radius: 4px;
    max-width: 130px;
    min-width: 130px;
    max-height: 25px
}
#work_japan .tbox .inbox dd {
    width: 60%;
    padding-top: 6px;
    padding-left: 2%;
    padding-bottom: 20px;
}
#work_japan .box {
    padding-bottom: 60px;
}
#work_japan .jp_joblist dt {
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#work_japan .jp_joblist dd {
    padding: 25px 0 40px 15px;
    border-bottom: 2px solid #ccc;
}
#work_japan .jp_joblist dd li {
    padding: 5px 0;
}
#work_japan .jpwork {
    padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
    #work_japan .tbox .inbox dd {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    #work_japan .tbox {
        width: 100%;
    }
    #work_japan .pic {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff; 
  z-index: 9999; 
  pointer-events: none; 
  opacity: 0; 
  -webkit-transition: opacity .8s ease; 
 -ms- transition: opacity .8s ease;
 -moz- transition: opacity .8s ease;
  transition: opacity .8s ease;
}
 
#main .css-br::after {
  content: "\A" ;
  white-space: pre;
}
#bt_main .css-br::after {
  content: "\A" ;
  white-space: pre;
}
#bt_job .css-br::after {
  content: "\A" ;
  white-space: pre;
}
#bt_main .nowrap {
    white-space: nowrap;
}  
@media only screen and (max-width: 1024px) {
#bt_job .css-br::after {
    content: "" ;
  white-space: normal; 
}
 #main .characteristic .box dt {
        padding-left: 0;
    }
 #main .characteristic .box dt .css-br::after{
    content: "" ;
  white-space: normal;    
    }
}
@media only screen and (max-width: 599px) {
  #bt_main .css-br::after {
  content: "" ;
  white-space: normal;
} 
    #bt_main .nowrap {
    white-space: normal;
}  
#main .bat .tbox .css-br::after {
  content: "" ;
  white-space: normal;
}  
}




.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.nav ul li {
	display: table-cell;
	box-sizing: border-box;
}
.nav ul li a {
	display: block;
	padding: .4em .8em;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
}
.nav ul li a:hover {
	opacity: 0.6;
}
/*リニューアル*/
#renewal .inner1 {
    max-width: 1440px;
    margin: 0 auto;
    width: 95%;
}
#renewal .inner2 {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}
#rew_main  .inner3 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#renewal .inner4 {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}
#rew_header {
   background:linear-gradient(to right bottom, #F00 , #ef0a6a); 
    border-bottom: 4px solid #dbc0b4;
    padding-bottom: 20px;
}
#rew_header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#rew_header .nav ul li {
	display: table-cell;
	box-sizing: border-box;
    position: relative;
    border-left: 1px solid #fff;
}
#rew_header .nav ul li:last-child {
    border-right: 1px solid #fff;
}
#rew_header .nav ul li a {
	display: block;
	padding: .6em .8em;
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0);
	text-align: center;
    position: relative;
}
#rew_header .nav ul li a:hover {
	opacity: 0.6;
}
#rew_header .nav {
    max-width: 1100px;
    margin: 0 auto;
}

#rew_header .h1c {
    text-align: center;
    padding: 30px 0 10px 0;
}
#rew_header h1+p {
    padding-bottom: 45px;
    text-align: center;
    color: #fff;
}
#rew_main {
    position: relative;
}
#rew_main .fxleft {
    position: absolute;
    right: 0;
    top: 1%;
    width: 6%;
    max-width: 60px;
}

#rew_main .retxt {
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#rew_main .box1 {
    position: relative;
    width: 100%;
}
#rew_main .box1:before {
    content: "";
    background-image: url(images/z_tbottom.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    padding-bottom: 100px;
    position: absolute;
    z-index: -1;
}
#rew_main .box1 .fs24{
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
#rew_main .box1 .fs16 {
    display: block;
    font-size: 16px;
    padding-bottom: 75px;
    color: #fff;
}
#rew_main .box1 .inbox h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 250%;
    padding-bottom: 70px;
}
#rew_main .box1 .inbox .red {
    color: red;
}
#rew_main .t_bg {
    padding-bottom: 75px;
}
#rew_main .inbox .rew_btn a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
#rew_main .mv_area {
	background: linear-gradient(135deg, rgba(171, 220, 255, 0.3), rgba(3, 150, 255, 0.6) ) fixed,url(images/bat_sp/duc_mainbg_1680.jpg);
	background-size: cover;
}
#rew_main .mv_area {
    width: 100%;
    position: relative;
    max-height: 650px;
	height: 650px;
    overflow: hidden;
    margin-bottom: 120px;
}

#rew_main .mv_area .inner2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#rew_main .mv_area .sp_left {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    max-width: 240px;
    display: block;
    z-index: 999;
}
#rew_main .mv_area .sp_left dt {
    display: block;
    margin: 0 auto;
    padding: 20px 0 15px 0;
}
#rew_main .mv_area .sp_left dd {
    border-bottom: 1px solid #ccc;
}
#rew_main .mv_area .sp_left dd a {
    width: 100%;
    padding: 20px 0 20px 16%;
    display: block;
}
#rew_main .mv_area .sp_left dd.rew_bgred {
    background: #014984; 
    border-bottom: none;
}
#rew_main .mv_area .sp_left dd.rew_bgred a {
    color: #fff;
}
#rew_main .mv_area .sp_left dd:last-child {
    border-bottom: none;
}
#rew_main .mv_area .txt_right1 {
    width: 73%;
    position: absolute;
    top: 40%;
    right: 0;
}
#rew_main .mv_area .txt_right2 {
    display: none;
}
@media only screen and (max-width: 1024px) {
    #rew_main .mv_area .txt_right1 {
        display: none;
    }
#rew_main .mv_area .txt_right2 {
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
}
}
#rew_main .rew_about {
    padding-bottom: 150px;
}
#rew_main .rew_about .pic {
    width: 43.1%;
    position: relative;
}
#rew_main .rew_about .tbox {
    width: 45.5%;
}
#rew_main .rew_about .box .tbox .h3s {
    font-size: 24px;
    padding-bottom: 40px;
}
#rew_main .rew_about .box .tbox h3+p {
    padding-bottom: 55px;
}
#rew_main .rew_about .rew_btn a {
    display: block;
    margin-bottom: 85px;
    max-width: 300px;
}
#rew_main .rew_about .gpic {
    width: 30.8%;
}
#rew_main .rew_about .gpink{
    width: 69.2%;
    background:linear-gradient(to right bottom, #F00 , #ef0a6a);
    padding: 0 5%;
    box-sizing: border-box;
}
#rew_main .rew_about .gpink h3 {
    padding-bottom: 6%;
}
#rew_main .rew_about .gpink p {
    color: #fff;
    font-size: 20px;
}
#rew_main .rew_about .gpink .inbox {
    padding-top: 12%;
}
@media only screen and (max-width: 1024px) {
#rew_main .rew_about .gpink p {
    font-size: 14px;
}   
}
@media only screen and (max-width: 599px) {
    #rew_main .rew_about .gpink{
        width: 100%;
        padding-bottom: 40px;
    }
    #rew_main .rew_about .box2{
        background:linear-gradient(to right bottom, #F00 , #ef0a6a); 
    }
    #rew_main .rew_about .gpink {
        background-image: url(images/z_pic2.jpg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        z-index: 1;
    }
    #rew_main .rew_about .gpic {
    display: none;
}
    #rew_main .rew_about .rew_btn a {
        margin:  0 auto;
        padding-bottom: 40px;
    }
    #rew_main .rew_about {
        padding-bottom: 60px;
    }
}
#rew_main .rew_str p{
    text-align: center;
}
#rew_main .rew_str .h3s{
    text-align: center;
    font-size: 24px;
    color: #e60012;
    padding-bottom: 50px;
}
#rew_main .rew_str li {
    width: 32%;
}
#rew_main .rew_str ul {
    padding-bottom: 100px;
}

#rew_main .rew_aboutlist .h3s{
        font-size: 24px;
    color: #e60012;
    padding-bottom: 50px;
}
#rew_main .rew_aboutlist p img {
    padding-bottom: 20px;
}
#rew_main .rew_aboutlist .pic {
    width: 35%;
}
#rew_main .rew_aboutlist .tbox {
    width: 57%;
}
#rew_main .rew_aboutlist .tbox p {
    padding-bottom: 30px;
}
#rew_main .rew_aboutlist .tbox h3 {
    padding-bottom: 30px;
    font-size: 24px;
}
#rew_main .rew_aboutlist .alistbtn a{
    width: 200px;
    text-align: center;
    margin-left: auto;
    display: block;
    padding: 10px 0;
    border: 1px solid #000;
    position: relative;
    background-color: #fff;
}
#rew_main .rew_aboutlist .alistbtn a:before {
    content: "";
    background-image: url(images/z_icon1.png);
    width: 10px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
}
#rew_main .rew_aboutlist .flexb {
    padding-top: 50px;
    padding-bottom: 50px;
}
#rew_main .rew_aboutlist .box:nth-child(2n+1){
    background-color: #eee;
}
#rew_main .rew_aboutlist {
    padding-bottom: 100px;
}
#rew_main .rew_news p{
    text-align: center;
}
#rew_main .rew_news h3 {
    text-align: center;
    font-size: 24px;
    color: #e60012;
    padding-bottom: 50px;
}
#rew_main .rew_news ul {
    padding-bottom: 50px;
}
#rew_main .rew_news li a {
    padding: 2.5%;
    display: block;
}
#rew_main .rew_news li {
    width: 100%;
    position: relative;
}
#rew_main .rew_news li:nth-child(2n+1){
    background-color: #eee;
}
#rew_main .rew_news .day {
    display: inline-block;
    margin-right: 25px;
    white-space: nowrap;
    color: gray;
    font-weight: bold;
    vertical-align: middle;
}
#rew_main .rew_news .cate {
    display: inline-block;
    min-width: 110px;
    margin-right: 5px;
    white-space: nowrap;
}
#rew_main .rew_news .notice {
    width: calc(100% - 260px);
    vertical-align: middle;
    padding-left: 5%;
}
#rew_main .rew_news .cate img {
    max-height: 1.8em;
}
#rew_main .rew_news {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    #rew_main .rew_news .notice {
        display: block;
        padding-left: 0;
        width: 100%;
        padding-top: 10px;
    }
}
#rew_main .rew_contact {
    background: #eee;
    padding-bottom: 95px;
}
#rew_main .rew_contact .inner4 {
    position: relative;
    padding-top: 75px;
}
#rew_main .rew_contact .pic {
    position: absolute;
    top: -56px;
    left: 0;
}
#rew_main .rew_contact .txtbox p {
    text-align: center;
    width: 100%;
}
#rew_main .rew_contact .txtbox p+p {
    padding-bottom: 40px;
}
#rew_main .rew_contact .txtbox dt {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}
#rew_main .rew_contact .txtbox dt:before {
    content: "";
    background-image: url(images/z_telicon.png);
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
}
#rew_main .rew_contact .txtbox dd {
    text-align: center;
    padding-bottom: 45px;
    padding-right: 25px;
}
#rew_main .rew_contact .rew_btn {
    text-align: center;
}
#rew_footer {
   background:linear-gradient(to right bottom, #F00 , #ef0a6a); 
    border-bottom: 4px solid #dbc0b4;
    padding-bottom: 20px;
    padding-top: 50px;
}
#rew_footer .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#rew_footer .nav ul li {
	display: table-cell;
	box-sizing: border-box;
    position: relative;
    border-left: 1px solid #fff;
}
#rew_footer .nav ul li:last-child {
    border-right: 1px solid #fff;
}
#rew_footer .nav ul li a {
	display: block;
	padding: .6em .8em;
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0);
	text-align: center;
    position: relative;
}
#rew_footer.nav ul li a:hover {
	opacity: 0.6;
}
#rew_footer.nav {
    max-width: 1100px;
    margin: 0 auto;
}

#rew_footer .h1c {
    text-align: center;
    padding: 30px 0 10px 0;
}
#rew_footer h1+p {
    padding-bottom: 45px;
    text-align: center;
    color: #fff;
}
#rew_footer .ft_adress {
    padding-bottom: 40px;
}
#rew_footer h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#rew_footer p {
    text-align: center;
    color: #fff;
}
#rew_footer dl {
    padding-bottom: 45px;
}
#rew_footer dt {
    color: #fff;
    text-align: center;
}
#rew_footer dd {
    color: #fff;
    text-align: center;
}
#rew_footer .cr {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
        #rew_main .box1 .fs24 {
        font-size: 20px;
        line-height: 100%;
        padding-top: 2%;
    }
    #rew_main .box1 .fs16 {
        font-size: 16px;
        padding-bottom: 40px;
    }
    #rew_main .fxleft {
        top: 20px;
    }
    #rew_main .box1 .inbox h2 br {
        display: none;
    }
    #rew_main .box1 .inbox h2 {
        font-size: 18px;
        line-height: 160%;
        padding-bottom: 20px;
    }
    #rew_main .rew_about .tbox {
        margin: 0 auto;
    }
    #rew_main .rew_about .pic {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    #rew_main .rew_str li {
        width: 48%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    #rew_main .rew_str ul {
        padding-bottom: 40px;
    }
    #rew_main .rew_aboutlist .tbox {
        width: 100%;
        margin: 0 auto;
    }
    #rew_main .rew_aboutlist .pic {
        width: 100%;
        text-align: center;
    }
    #rew_main .rew_aboutlist .alistbtn a {
        margin: 0 auto;
    }
    #rew_main .rew_aboutlist .flexb {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 599px) {
        #rew_main .box1 .fs24 {
        font-size: 16px;
        line-height: 100%;
        padding-top: 1%;
    }
    #rew_main .box1 .fs16 {
        font-size: 12px;
        padding-bottom: 40px;
    }
    #rew_main .rew_about .tbox {
        width: 100%;
    }
    #rew_main .rew_about .pic {
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 420px) {
#rew_main .mv_area .txt_right2 img{
    display: none;
}
        #rew_main .box1 .fs24 {
        font-size: 0.8em;
    }
    #rew_main .box1 .fs16 {
        font-size: 0.6em;
    }
    #rew_main .rew_about .box .tbox .h3s {
        font-size: 20px;
        padding-bottom: 20px;
    }
}
/*下層*/
#overview {
    padding-bottom: 100px;
}
#overview h3 {
    text-align: center;
    padding-bottom: 70px;
}
#overview .box dl {
    width: 75%;
    border-top: 1px solid #666666;
    padding: 25px 0;
    margin: 0 auto;
}
#overview .box dl:last-child{
    border-bottom: 1px solid #666666;
}
#overview .box dt {
    display: inline-block;
    width: 22%;
    text-align: left;
    padding-left: 3.8%;
    font-weight: bold;
}
#overview .box dd {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    font-weight: bold;
    color: #666;
}
#overview .box dd li {
    width: 90%;
    font-weight: bold;
    color: #666;
    padding-bottom: 20px
}
#overview .box dd li:last-child {
    padding-bottom: 0;
}
#overview .box {
    padding-bottom: 40px;
}
#overview .officer {
    width: 75%;
    margin:  0 auto;
    border-bottom: 1px solid #666666;
}
#overview .officer h4 {
    padding-bottom: 56px;
}
#overview .officer dl {
    padding-bottom: 70px;
}
#overview .officer dt {
    display: inline-block;
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
}
#overview .officer dd {
    display: block;
    padding-bottom: 25px;
}
#overview .officer .namae {
    padding-left: 20px;
}
#overview .officer .w250 {
    width: 20%;
    display: inline-block;
}
#overview .officer {
    margin-bottom: 75px;
}
#overview .baseaddress {
    width: 75%;
    margin: 0 auto;
}
#overview .baseaddress h4 {
    padding-bottom: 55px;
}
#overview .baseaddress .map {
    width: 40%;
}
#overview .baseaddress dl {
    width: 50%;
}
#overview .baseaddress .flexb {
    padding-bottom: 50px;
}
#overview .baseaddress dt {
    font-size: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    #overview .officer {
        width: 100%;
    }
    #overview .baseaddress {
        width: 100%;
    }
    #overview .box dl {
    width: 95%;
}
    #overview .box dd {
    width: 100%;
    }
    #overview .box dt {
    padding-bottom: 20px;
    width: 100%;
}
}
@media only screen and (max-width: 599px) {
    #overview .box dt {
    width: 100%;
}
}
#story .inbox h3 {
    text-align: center;
    padding-bottom: 75px;
}
#story .pic img {
    width: 100%;
    box-sizing: border-box;
}
#story ul {
    padding-bottom: 75px;
}
#story ul li {
    width: 50%;
}
#story .tbox dt {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}
#story .tbox dd {
    padding-bottom: 20px;
    color: #666666;
}
#story .tbox dd:last-child {
    padding-bottom: 40px;
}
#story .tbox .namae {
    text-align: right;
    padding-bottom: 10%;
}
#story .st_video {
    padding-bottom: 20px;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    width: 45%;
    position: relative;
    padding-top: 5%;
}
#story .st_video:before {
    content: "2020年7月 堺の街並み";
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    
}
#story .st_v_right {
    width: 50%;
    padding-top: 30px;
}
#story .box1{
    margin: 0 auto;
    width: 100%;
    padding-bottom: 75px;
    border-bottom: 1px solid #666666;
    margin-bottom: 125px;
}
@media only screen and (max-width: 599px) {
    #story .st_video {
        width: 100%;
        max-height: 250px;
    }
    #story .st_v_right {
        width: 100%;
    }
    #story .st_v_right dt{
        font-size: 18px;
    }
#story ul {
    padding-bottom: 25px;
}
    #story .tbox dd {
        font-size: 14px;
    }
    #story .tbox .namae {
    width: 70%;
    margin-left: auto;
        padding-right: 20px;
}
}
#news .pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

#news .pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: linear-gradient(to right bottom, #F00 , #ef0a6a);
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

#news .pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

#news .pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}


#news {
    padding-bottom: 75px;
}
@media only screen and (max-width: 767px){
  #news .pager .pagination li{
    display: none;
  }

  #news .pager .pagination li.pre,
  #news .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  #news .pager .pagination li.pre a,
  #news .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  #news .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  #news .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}
#news .newsdetail dl {
    padding-bottom: 60px;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}
#news .newsdetail dt {
    padding-bottom: 30px;
}
#news .newsdetail dd li {
    background: #fff;
    font-size: 16px;
    padding: 10px 0;
}
#news .newsdetail dd p {
    text-align: left;
    line-height: 300%;
}
#rew_main .rew_news .newsdetail li:nth-child(2n+1) {
    background: #fff;
}
#news .newsdetail h4{
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
#news .backlist {
    text-align: left;
    padding: 20px 0;
}
#intern h3 {
    text-align: center;
    padding-bottom: 75px;
}
#intern .inbox p {
    padding-bottom: 40px;
}
#intern .inbox li {
    padding-bottom: 20px;
    text-indent: -1em;
    padding-left: 2em;
}
#intern .inbox2 {
    padding-bottom: 75px;
}
#intern .inbox2 h4 {
    border-left: 5px solid red;
    line-height: 190%;
    padding-left: 22px;
    font-size: 24px;
    margin-bottom: 25px;
}
#intern .inbox2 h4+p {
    padding-bottom: 35px;
}
#intern .inbox2 img {
    padding-bottom: 40px;
}
#intern .inbox2 .box {
    width: 33%;
    margin: 0 auto;
    padding-bottom: 20px;
}
#intern .inbox2 .tbox2 img {
    padding-bottom: 10px;
}
#intern .inbox2 .pic {
    margin: 0 auto;
    padding-bottom: 0;
}
#intern .inbox2 .tbox2 dt {
    font-weight: bold;
    color: red;
    padding-bottom: 20px;
    font-size: 20px;
}
#intern {
    padding-bottom: 100px;
}
#flow h3 {
    text-align: center;
    padding-bottom: 75px;
}
#flow h3+p {
    padding-bottom: 100px;
}
#contact_form h3 {
    text-align: center;
    padding-bottom: 75px;
}
/*hamburgermenu*/
.nav .n{
    display: none;
}
/*ここから*/
@media only screen and (max-width: 1024px) {
.nav ul li a:hover{
	background-color: background: linear-gradient(to right bottom, #F00 , #ef0a6a);
	color: #fff;
	opacity:1;
    cursor:pointer;
}
.nav{
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;

    -webkit-transform: translateX(200px);
	transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:151;
	border:none;
	padding-bottom:0;
    }

.nav ul li{
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
	}

	.nav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background: linear-gradient(to right bottom, #F00 , #ef0a6a);;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px red;
-moz-box-shadow:0px 0px 0px 2px red;
-webkit-box-shadow:0px 0px 0px 2px red;
	}

	.nav li{
		float:none;
		width:auto;
		border-bottom:1px solid #fff;
		padding:0 !important;
		margin-top:0;
		margin-left:0 !important; 
		display:block !important;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
		
	}
	.nav .st::after{
		content:none;
	}
	.nav ul li a{
		height:auto;
		display:block !important;
		padding:8px 7px 8px 7px;
		font-size:14px;
		line-height:160%;
		letter-spacing:1px;
		text-align: left;
    	padding-left: 20px;
	}
    .nav img{
        display: none !important;
    }
	.nav ul{
		text-align:left;
	}
	.nav li a{
		color: #000;
        background: #fff;
	}
    #rew_header .nav ul li a {
            background: rgba(255,255,255,1);
        color: #000;
        width: 100%;
        padding-left: 20px;
        text-align: left;
    }
    #rew_header .nav ul li a:hover {
        cursor:pointer;
    }
    #rew_footer .nav ul li a {
        background: rgba(255,255,255,1);
        color: #000;
    }
	.nav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	
	.nav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	.nav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	.nav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	.nav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	.nav.action p span.n:after,.nav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	.nav ul{
		display:block;
		width:auto;
		height: 100%;
		overflow-y: auto;
		padding:0;
	}
	#header{
		z-index:auto;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:150;
	}
	#gnav li a:hover::before, #gnav li.st a::before{
		bottom:auto;
		left:auto;
		right:10px;
		top:50%;
		margin-top:-3px;
	}
	.nav .inner{
		padding: 2px 0 0 0;
		width: 100%;
	}
    #rew_footer .nav ul li a {
    text-align: left;
    padding-left: 25px;
}
    #rew_header h1+p {
        padding-bottom: 0;
    }
    #rew_footer .h1c {
        padding-top: 0;
    }
}
/*ここまで*/
@media only screen and (max-width: 1024px) {
    #intern .inbox2 .pic {
        text-align: center;
    }
    #rew_footer .nav{
        display: none;
    }
    #rew_header .nav ul li a:hover {
        opacity: 1;
        background: #eee;
    }
    }
@media only screen and (max-width: 599px) {
    #intern .inbox2 h4 {
        font-size: 20px;
    }
    #intern .inbox2 .box {
        width: 95%;
    }
    #intern .inbox2 img {
        padding-bottom: 10px;
    }
    #intern .inbox2 .tbox2 dt {
        font-size: 18px;
        padding-bottom: 10px;
    }
    #intern .inbox2 .tbox2 dd {
        font-size: 14px;
    }
    }
    
    .num {
      padding-left: 10px;
    }
.del {
    display: none;
}
#rew_main .rew_jobtypes h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 50px;
}
#rew_main .rew_jobtypes .ank {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#rew_main .rew_jobtypes .ank a{
    display: inline-block;
    width: 300px;
    box-sizing: border-box;
    max-width: 300px;
    color: #fff;
    padding: 17.5px 0;
    text-align: left;
    padding-left: 10%;
     background: linear-gradient(to right bottom, #F00 , #ef0a6a);
    position: relative;
}
#rew_main .rew_jobtypes .ank a:before {
    content: "";
    background-image: url(images/z_jobtypes_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 2%;
    width: 136px;
    height: 52px;
    position: absolute;
    top: 10%;
    right: 0;
    opacity: 0.5;
}
#rew_main .rew_jobtypes .ank li {
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 20px;
}
#rew_main .rew_jobtypes .ank li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
#rew_main .jobtype dt {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-left: 60px;
    margin-bottom: 10px;
}
#rew_main .jobtype #anker1 dt{
    position: relative;
    color:#f00;
}
#rew_main .jobtype #anker1 dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(images/z_jobtypes_icon1.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 51px;
}
#rew_main .jobtype #anker2 dt{
    position: relative;
    color:#f00;
    padding-left: 90px;
}
#rew_main .jobtype #anker2 dt:before {
    content: url(images/z_jobtypes_icon2.png);
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(images/z_jobtypes_icon2.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 49px;
}
#rew_main .jobtype #anker3 dt{
    position: relative;
    color:#f00;
}
#rew_main .jobtype #anker3 dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(images/z_jobtypes_icon3.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 49px;
}
#rew_main .jobtype dl ul {
    padding-bottom: 50px;
}
#rew_main .jobtype dl li {
    padding: 2.5%;
    display: block;
    box-sizing: border-box;
}
#rew_main .jobtype dl li {
    width: 100%;
    position: relative;
}
#rew_main .jobtype li:nth-child(2n+1){
    background-color: #eee;
}
#rew_main .jobtype {
    padding-bottom: 100px;
}
#rew_main .jobtype　li a.san {
    display: block;
    padding-left: 100%;
}
@media only screen and (max-width: 599px) {

    #rew_main .rew_jobtypes .ank li {
    margin-right: 0;
}
}
#work_japan .jobtypeslink p {
   text-align: center;
    margin:  0 auto;
    width: 100%;
}
.special {
    padding: 15px 0 30px 0;
    text-align: center;
}
.special a {
    color: red;
    border-bottom: 1px solid red;
}
@media only screen and (max-width: 599px) { 
    .special {
        width: 80%;
        margin: 0 auto;
    }
}
.rew_member {
	padding: 50px 0 0 0;
	margin-bottom: 100px;
}
.rew_member .tbox {
	width: 60%;
	margin-bottom: 50px;
}
.rew_member .inner4{
	position: relative;
}
.rew_member .picbox {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.rew_member .tbox .fs24red {
	font-weight: bold;
	color: #ef0a6a;
	background: linear-gradient(to right bottom, #F00 , #ef0a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 24px;
}
.rew_member .tbox h3 {
	padding-bottom: 35px;
}
.rew_member .tbox h3+p {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.rew_member .member_link a {
	color: #FFFFFF;
	display: block;
	width: 250px;
	padding: 15px 0;
	text-align: center;
	background: linear-gradient(to right bottom, #F00 , #ef0a6a);
}
.rew_member {
	border-bottom: 10px solid #ef0a6a;	
}
.rew_member2 .tbox .fs24red {
	font-weight: bold;
	color: #ef0a6a;
	background: linear-gradient(to right bottom, #F00 , #ef0a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 36px;
	text-align: center;
}
	.rew_member2 .tbox .fs24red br {
		display: none;
	}
.rew_member2 .tbox .fs24red .uline {
	border-bottom: 4px solid #ef0a6a;
	margin-bottom: 10px;
}
.rew_member2 .tbox h3+p {
	text-align: center;
	font-weight: bold;
	color: #000;
	padding-bottom: 50px;
}
.rew_member2 .matching {
	background-image: url("images/rew_member_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 10% 250px 10%;
	border-radius: 10px 10px 0 0;
}
.rew_member2 .left{
	width: 50%;
	position: relative;
}
.rew_member2 .left p {
	color: #fff;
	width: 70%;
	margin: 0 auto;
}
.rew_member2 .right p {
	color: #ef0a6a;
		width: 60%;
	margin: 0 auto;
		background: linear-gradient(to right bottom, #F00 , #ef0a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rew_member2 .left p,.rew_member2 .right p {
	font-size: 24px;
	text-align: center;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.rew_member2 .right {
	width: 50%;
	position: relative;
}
.rew_member2 .matching_tit {
	padding: 30px 0;
	font-size: 28px;
	font-weight: bold;
	color: #ef0a6a;
			background: linear-gradient(to right bottom, #F00 , #ef0a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	background-color: #fff;
	text-align: center;
}
	.rew_member2 .matching_tit br {
		display: none;
	}
.rew_member2 .matching_tit{
	box-shadow: 0 0 8px grey;
	border-radius: 0 0 10px 10px;
}
.rew_member2 .matching {
	box-shadow: 0 0 8px grey;
	position: relative;
}
.rew_member2 .matching:before {
	content: "";
	background-image: url("images/rew_member_icon02.png");
	width: 223px;
	height: 53px;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}
.rew_member2 .matching:after {
	content: "";
	background-image: url("images/rew_member_icon01.png");
	width: 180px;
	height: 40px;
	position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}
.rew_member2 {
	padding-bottom: 70px;
}
.rew_member3 .h3s {
	font-size: 24px;
    color: #e60012;
    padding-bottom: 50px;
	text-align: center;
}
.rew_member3 .pic {
	text-align: center;
}

.rew_member3 h4 {
	font-size: 36px;
	font-weight: bold;
	    color: #ef0a6a;
	border-bottom: 2px solid #999;
	margin-bottom: 25px;
}
.rew_member3 .fs14red {
	padding-left: 30px;
	font-size: 24px;
}
.rew_member3 .tbox {
	width: 50%;
}
.rew_member3 .pickup_move {
    position: relative;
	text-align: right;
	margin: 0 auto;
	border-radius: 10px;
    overflow: hidden;
}
.rew_member3 .pickup_move:before {
	content: "";
	background-image: url("images/rew_member_after_shape.png");
	background-repeat: no-repeat;
	width: 290px;
	height: 207px;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: block;
	z-index: 1;
}
.rew_member3 .pickup_move:after {
	content: "";
	background-image: url("images/rew_member_logo.png");
	background-repeat: no-repeat;
	width: 213px;
	height: 85px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	display: block;
	z-index: 2;
}
.rew_member3 .pickup_move video {
	transform:rotate(-90deg);
	border-radius: 10px;
}
.rew_member3 h5 {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin-bottom: 25px;
}
.rew_member3 .tbox {
	width: 46%;
}
.rew_member3 .tbox p {
	font-weight: bold;
	color: #666;
	line-height: 190%;
}
.rew_member3 .tbox .fs24red {
	font-weight: bold;
	font-size: 24px;
    color: #ef0a6a;
}
.rew_member3 .tbox p.p15 {
	padding-bottom: 15px;
}
.rew_member3 .tbox .pickuplinkbtn {
	padding-bottom: 30px;
}
.rew_member3 .tbox .pickuplinkbtn a {
	width: 330px;
	border: 1px solid #000;
		padding: 10px 5%;
	box-sizing: border-box;
	border-radius: 4px;
		position: relative;
	display: block;
	background-color: #FFFFFF;
}
.rew_member3 .tbox .pickuplinkbtn a:before {
	content: "";
	background-image: url("images/rew_member_arrow.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 10px;
	height: 16px;
}
.rew_member3 .member_banner {
	width: 100%;
	background: linear-gradient(to right bottom, #F00 , #ef0a6a);
	padding: 10px 0 10px 25px;
	max-width: 568px;
	position: relative;
	box-sizing: border-box;
}
.rew_member3 .member_banner:before {
	content: "";
	background-image: url("images/rew_member_banner_pic.jpg");
width: 45%;
    height: 91%;
	background-repeat: no-repeat;
	position: absolute;
    right: 5px;
    top: 5px;
}
.rew_member3 .member_banner dt {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	padding-bottom: 10px;
}

.rew_member3 .member_banner dd a {
	display: inline-block;
    padding: 0 3%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rew_member3 {
	padding: 80px 0;
	background: #f5f5f5;
	margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) { 
	.rew_member3 .tbox {
	width: 100%;
}
	.rew_member3 .member_banner dt {
		font-size: 14px;
	}
	.rew_member2 .left {
		width: 100%;
		text-align: center;
	}
	.rew_member2 .right {
		width: 100%;
		text-align: center;
	}
	.rew_member2 .matching:before {
		top: 48%;
	}
	.rew_member2 .matching:after {
		bottom: -1.5%;
	}
	.rew_member2 .matching {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 599px) { 
	.rew_member .tbox {
	    width: 95%;
		margin: 0 auto;
}
	.rew_member .tbox .fs24red {
		font-size: 16px;
	}
	.rew_member .tbox .fs24red br {
		display: none;
	}
	.rew_member .tbox h3+p {
		font-size: 12px;
	}
	.rew_member .tbox h3 {
		padding-bottom: 10px;
	}
	.rew_member .inner4 {
		padding-bottom: 40px;
	}
	.rew_member2 .tbox .fs24red {
		font-size: 28px;
		padding-bottom: 20px;
	}
	.rew_member2 .tbox .fs24red br {
		display: block;
	}
	.rew_member2 .tbox h3+p {
		font-weight: normal;
		font-size: 12px;
	}
	.rew_member2 .left {
		width: 100%;
	}
	.rew_member2 .right {
		width: 100%;
	}
	.rew_member2 .matching:before {
		top: 48%;
	}
	.rew_member2 .matching:after {
		bottom: -1.5%;
	}
	.rew_member2 .matching {
		padding-bottom: 50px;
	}
	.rew_member2 .matching_tit {
		font-size: 18px;
	}
	.rew_member2 .matching_tit br {
		display: block;
	}
	.rew_member3 .tbox .fs24red {
		font-size: 16px;
	}
	.rew_member3 h4 {
		font-size: 30px;
	}
	.rew_member3 .pickup_move video {
		width: 350px;
	}
	.rew_member3 .member_banner:before {
		background-size: contain;
	}
	.rew_member3 .member_banner dd a{
		font-size: 14px;
	}
}
#members .inner4{
	padding: 0px 0px 80px 0pc;
}
#members h3 {
	padding-bottom: 35px;
}
#members table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#members table th,table td{
  padding: 20px 1%;
  text-align: leftr;
}
#members table th {
	font-weight: bold;
	text-align: center;
	padding: 10px 1%;
}
#members table tr:nth-child(odd){
  background-color: #eee
}

#members table th,#members table td{
	font-size: 14px;
	width: 25%;
	}
#members table {
	margin-bottom: 30px;
}
#members table td a {
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	padding: 5px 5%;
	margin: 0 auto;
}
@media only screen and (max-width: 599px) { 
#members .member_tbox p{
	padding-bottom: 20px;
}
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery{
  columns:3;
  } 
}

@media only screen and (max-width: 768px) {
  .gallery{
  columns: 2;
  } 
}


/*========= レイアウトのためのCSS ===============*/

#batimex_sp ul{
  margin:0;
  padding: 0;
  list-style: none;
}

#batimex_sp a{
  color: #333;
}

#batimex_sp a:hover,
#batimex_sp a:active{
  text-decoration: none;
  color: #FFFFFF;
}

#batimex_sp h1{
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin:30px 0;
}

#batimex_sp p{
  word-wrap : break-word;
}

/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}
.highlight-link {
  color: blue;
  font-weight: bold;
}