@charset "UTF-8";
/**************************************************/
/* base */
/**************************************************/
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
@import "https://use.fontawesome.com/releases/v5.12.0/css/all.css";
@font-face { font-family: "honokamarugo"; src: url("fonts/honokamarugo.eot"), url("fonts/honokamarugo.woff"); }

/* ----------------------------------------------- */
/* Body */
/* ----------------------------------------------- */
html, body { width: 100%; }

body { min-width: 960px; margin: 0; padding: 0; background: #FFF; color: #333; line-height: 1.4; }

body, input, textarea { font-size: 16px; *font-size: 100%; font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,sans-serif; }

/* ----------------------------------------------- */
/* Elements */
/* ----------------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd { margin: 0; padding: 0; font-weight: normal; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 1.2; }

ul li, ol li { list-style-type: none; }

img, video { border: 0; vertical-align: bottom; }

a, a:link, a:visited, a:hover { color: #333; text-decoration: none; }

a:hover { color: #666; text-decoration: underline; }

p { margin: 0; padding: 0; line-height: 1.5; }

em { font-style: normal; }

/* ----------------------------------------------- */
/* Common Class */
/* ----------------------------------------------- */
.wrap, ul, .site-content, .section-body { zoom: 1; }

.wrap:after, ul:after, .site-content:after, .section-body:after { content: ""; display: block; clear: both; overflow: auto; }

.float-l { float: left; }

.float-r { float: right; }

.clear { clear: both; }

.hide { display: none; }

.center { text-align: center; }

.right { text-align: right; }

.left { padding-right: 19px; float: left; }

.wordbreak { word-break: break-all !important; }

.nowrap { white-space: nowrap !important; }

.red { color: #f00; }

.auto-br { display: inline-block; }

.disp-sp, .view-sp, .imgTxt span { display: none; }

.disp-pc { display: block; }

.view-pc, .imgTxt img { display: inline; }

.disp-ib { display: inline-block; text-indent: 0; }

.auto-br { display: inline-block; }

@media screen and (max-width: 640px) { .disp-pc, .view-pc, .imgTxt img { display: none; }
  .disp-sp { display: block; }
  .view-sp, .imgTxt span { display: inline; }
  .float-l { float: none; width: auto !important; }
  .float-r { float: none; width: auto !important; } }

.side-contents { position: fixed; right: 10px; top: 140px; z-index: 100; }

@media screen and (max-width: 640px) { .side-contents { top: 94px; right: 5px; } }

.side-btnWrap { list-style: none; padding: 0; margin: -10px 0; }

.side-btnWrap > li { padding: 10px 0; font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Helvetica, sans-serif; text-align: right; }

.side-btnWrap a:hover { text-decoration: none; }

@media screen and (max-width: 640px) { .side-btnWrap { margin: -3px 0; }
  .side-btnWrap > li { padding: 3px 0; } }

.side-contactBtn, .side-jobBtn { display: block; width: 80px; height: 80px; border-radius: 100%; background-color: #eee; position: relative; text-decoration: none; margin: 0 0 0 auto; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1px; -webkit-transition: max-width .2s; -o-transition: max-width .2s; transition: max-width .2s; max-width: 80px; text-align: center; }

.side-contactBtn:hover, .side-jobBtn:hover { width: auto; border-radius: 40px; max-width: 100%; opacity: 1; }

.side-contactBtn:hover > .inner, .side-jobBtn:hover > .inner { opacity: 1; width: auto; }

.side-contactBtn > .icon, .side-jobBtn > .icon { position: absolute; top: 30px; right: 25px; display: inline-block; margin: 0; }

.side-contactBtn > .inner, .side-jobBtn > .inner { width: 0; display: block; background-color: #fff; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: 70px; padding: 0 30px; border-radius: 40px 0 0 40px; opacity: 0; }

.side-contactBtn > .inner .text, .side-jobBtn > .inner .text { color: #067cb6; font-weight: 600; font-size: 93.75%; line-height: 80px; }

@media screen and (max-width: 640px) { .side-contactBtn, .side-jobBtn { max-width: 40px; width: 40px; height: 40px; -webkit-transition: max-width .1s; -o-transition: max-width .1s; transition: max-width .1s; }
  .side-contactBtn:hover, .side-jobBtn:hover { width: 40px; }
  .side-contactBtn:hover > .inner, .side-jobBtn:hover > .inner { width: 0; opacity: 0; }
  .side-contactBtn > .icon, .side-jobBtn > .icon { right: 12px; top: 5px; }
  .side-contactBtn > .icon img, .side-jobBtn > .icon img { width: 16px; }
  .side-contactBtn > .inner, .side-jobBtn > .inner { margin-right: 35px; padding: 0 15px; border-radius: 20px 0 0 20px; }
  .side-contactBtn > .inner .text, .side-jobBtn > .inner .text { font-size: 62.5%; line-height: 40px; } }

.side-jobBtn > .icon { top: 5px; right: 21px; text-align: center; line-height: 1; width: 36px; }

.side-jobBtn > .icon .txt { display: inline-block; color: #067cb6; font-size: 75%; font-weight: 600; margin-top: 15px; margin-bottom: 7px; }

.side-jobBtn > .icon img { display: inline-block; }

@media screen and (max-width: 640px) { .side-jobBtn > .icon { right: 5px; top: 0; width: 30px; }
  .side-jobBtn > .icon .txt { font-size: 50%; margin-top: 8px; margin-bottom: 0; }
  .side-jobBtn > .icon img { width: 14px; } }

/* ----------------------------------------------- */
/* Unique Class */
/* ----------------------------------------------- */
.jobstyle03 { background-image: url("../images/bg-jobstyle.png"); background-position: left top; background-repeat: no-repeat; overflow: hidden; }

.jobstyle03 > .lead { font-size: 212.5%; float: right; padding-right: 65px; margin-bottom: 30px; margin-top: 42px; letter-spacing: 0.05em; }

.jobstyle03 > .list { float: right; width: 660px; list-style: none; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.jobstyle03 > .list > li a { display: block; width: 100%; }

.jobstyle03 > .list > li .image { border: 1px solid #3bc4ca; }

.jobstyle03 > .list > li .bottom { text-align: center; margin-top: 10px; }

.jobstyle03 > .list > li .text { display: inline-block; margin: 0 auto; color: #4b4b4b; font-size: 100%; font-weight: 600; line-height: 1; }

.jobstyle03 > .list > li .text:after { width: 5px; height: 5px; border-top: 2px solid #3bc4ca; border-right: 2px solid #3bc4ca; content: ""; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; vertical-align: middle; margin-left: 1em; margin-bottom: 4px; }

.jobstyle03 > .wrap { text-align: center; margin-top: 55px; float: left; width: 100%; }

.jobstyle03 > .wrap .btn { background-color: #3bc4ca; color: #fff; display: inline-block; border-radius: 4px; padding: 15px 45px; text-decoration: none; margin: 0 auto; }

.jobstyle03 > .wrap .text { font-size: 187.5%; }

@media screen and (max-width: 640px) { .jobstyle03 { background-position: center top; background-size: contain; }
  .jobstyle03 > .lead { margin-bottom: 22px; margin-top: 40px; font-size: 125%; padding-right: 0; }
  .jobstyle03 > .list { margin: 0; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; float: none; width: 100%; }
  .jobstyle03 > .list > li { padding: 0 5px; width: 33.333%; }
  .jobstyle03 > .list > li .image { width: 100%; height: 0; padding-top: 68%; position: relative; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .jobstyle03 > .list > li .image img { width: auto; max-width: none; height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .jobstyle03 > .list > li .bottom { margin-top: 6px; }
  .jobstyle03 > .list > li .text { font-size: 87.5%; }
  .jobstyle03 > .list > li .text:after { display: none; }
  .jobstyle03 > .wrap { margin-top: 18px; }
  .jobstyle03 > .wrap .btn { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 10px; }
  .jobstyle03 > .wrap .text { font-size: 112.5%; } }

/* ----------------------------------------------- */
/* LP 紹介予定派遣 */
/* ----------------------------------------------- */
#seishain { height: 100%; min-width: 1040px; color: #4a4742; }

#seishain .disp-sp2 { display: none; }

#seishain #lp-header { padding: 0; border-bottom: 4px solid #3bc4ca; position: relative; }

#seishain #lp-header .header-inner { position: relative; margin: 0 auto; padding: 16px 20px; max-width: 1020px; }

#seishain #lp-header .sns { position: absolute; top: 28px; right: 20px; }

#seishain #lp-header .sns a { display: inline-block; margin-right: 8px; }

#seishain #lp-footer { position: relative; background: #3bc4ca; }

#seishain #lp-footer .copyright { padding: 15px; font-size: 87.5%; color: #fff; text-align: center; }

#seishain #inbox { width: 100%; background: #fff; }

#seishain section .inner { width: 1020px; margin: 0 auto; position: relative; padding-top: 80px; padding-bottom: 60px; }

#seishain .section-header { position: relative; padding: 30px 10px 35px; background: #3bc4ca; color: #fff; text-align: center; z-index: 10; }

#seishain .section-header::before, #seishain .section-header::after { display: block; content: ""; position: absolute; }

#seishain .section-header::before { top: -12px; left: 0; width: 100%; height: 14px; background: url(../seishain/images/bg-sh-top.png) repeat-x left bottom; }

#seishain .section-header::after { top: 100%; left: 50%; width: 0; height: 0; margin-left: -50px; border: solid transparent; border-width: 40px 50px; border-top-color: #3bc4ca; }

#seishain .section-header .main { font-family: "honokamarugo"; font-size: 250%; font-weight: bold; line-height: 1.2; letter-spacing: 0.1em; }

#seishain .section-header .txt { margin-top: 15px; font-size: 112.5%; }

#seishain .block-mypage { margin-top: 50px; }

#seishain .block-mypage > .txt { font-family: 丸フォーク M; font-size: 162.5%; text-align: center; line-height: 1.4; letter-spacing: 0.1em; }

#seishain .block-mypage > .txt .large { font-weight: bold; font-size: 140%; color: #03a7ae; }

#seishain .block-mypage > .btn { margin: 20px auto 0; max-width: 680px; text-align: center; }

#seishain .block-mypage > .btn a { display: block; position: relative; padding: 25px; background: #fa7085; border-radius: 8px; font-family: "honokamarugo"; font-size: 225%; color: #fff; line-height: 1.2; -webkit-box-shadow: 4px 4px #f14b64; box-shadow: 4px 4px #f14b64; }

#seishain .block-mypage > .btn a:before { display: inline-block; position: absolute; top: 50%; right: 80px; margin-top: -0.5em; font-size: 116.66667%; font-weight: normal; line-height: 1; letter-spacing: 0; font-family: "fontAwesome"; content: "\f105"; }

#seishain .block-mypage > .btn a:hover { text-decoration: none; }

#seishain .cut-corner { position: relative; background: url(../seishain/images/bg-stripe-beige.png) repeat left top; }

#seishain .cut-corner::before, #seishain .cut-corner::after { display: block; content: ""; position: absolute; width: 0; height: 0; border: 20px solid transparent; }

#seishain .cut-corner::before { top: 0; left: 0; border-left-color: #fff; border-top-color: #fff; }

#seishain .cut-corner::after { bottom: 0; right: 0; border-right-color: #fff; border-bottom-color: #fff; }

#seishain #main-visual { background: #f6f6f0 url(../seishain/images/mainvisual.jpg) no-repeat center; }

#seishain #main-visual .inner { height: 600px; padding: 0; }

#seishain #main-visual .sub { position: absolute; top: 164px; left: 0; font-family: "honokamarugo"; font-size: 156.25%; color: #03a7ae; letter-spacing: -0.05em; }

#seishain #main-visual .sub .t1 { display: inline-block; position: absolute; top: -52px; left: 0; padding: 16px 25px; background: #3bc4ca; font-size: 112%; color: #fff; line-height: 1; }

#seishain #main-visual .sub .t1::before { display: block; content: ""; position: absolute; top: 100%; right: 0; width: 0; height: 0; border: solid transparent; border-width: 26px 44px; border-top-color: #03a7ae; border-left-color: #03a7ae; }

#seishain #main-visual .sub .t2 { display: inline-block; margin-left: 148px; padding: 15px 10px 12px 65px; border: 4px solid #3bc4ca; background: rgba(255, 255, 255, 0.7); line-height: 1; }

#seishain #main-visual .sub .em { font-weight: bold; color: #fa7085; }

#seishain #main-visual .catch-copy { position: absolute; top: 275px; left: 0; padding-left: 50px; font-family: "honokamarugo"; font-size: 375%; color: #fff; font-weight: bold; letter-spacing: 0.1em; text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }

#seishain #main-visual .catch-copy .marker { display: inline-block; padding: 0 10px; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(252, 220, 2, 0.65))); background: -o-linear-gradient(transparent 70%, rgba(252, 220, 2, 0.65) 70%); background: linear-gradient(transparent 70%, rgba(252, 220, 2, 0.65) 70%); line-height: 1.4; }

#seishain #main-visual .catch-copy .t1 { position: relative; margin-right: 65px; font-family: 丸フォーク M; font-size: 103.33333%; }

#seishain #main-visual .catch-copy .t1::before, #seishain #main-visual .catch-copy .t1::after { display: block; content: ""; position: absolute; width: 56px; height: 44px; font-family: "fontawesome"; line-height: 0; }

#seishain #main-visual .catch-copy .t1::before { background: url(../seishain/images/icon-quotation-l.png) no-repeat; top: 0; left: -50px; /*content: "\f10d";*/ }

#seishain #main-visual .catch-copy .t1::after { background: url(../seishain/images/icon-quotation-r.png) no-repeat; bottom: 0; right: -50px; /*content: "\f10e";*/ }

#seishain #main-visual .catch-copy .t3 { font-family: 丸フォーク M; font-size: 150%; }

#seishain #main-visual .catch-copy .t4 { font-size: 76.66667%; }

#seishain #point { background: #e5f2f8 url(../seishain/images/bg-point.jpg) no-repeat left bottom; }

#seishain #point .box-unit .float-l { width: 280px; }

#seishain #point .box-unit .float-r { width: 680px; }

#seishain #point .header-point { padding: 15px 10px; border: 2px solid #fff; font-family: "honokamarugo"; text-align: center; font-weight: bold; }

#seishain #point .header-point .t1 { font-size: 181.25%; letter-spacing: 0.1em; }

#seishain #point .header-point .t2 { display: inline-block; font-size: 200%; }

#seishain #point .header-point .marker { display: inline-block; font-size: 162.5%; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdc02)); background: -o-linear-gradient(transparent 70%, #fcdc02 70%); background: linear-gradient(transparent 70%, #fcdc02 70%); line-height: 1; }

#seishain #point .box-point { position: relative; margin: 40px auto; padding: 10px 40px 10px 125px; background: url(../seishain/images/bg-stripe-beige.png) repeat left top; }

#seishain #point .box-point::before, #seishain #point .box-point::after { display: block; content: ""; position: absolute; width: 100%; height: 40px; }

#seishain #point .box-point::before { top: -40px; left: 0; background: url(../seishain/images/bg-stripe-beigetop.png) repeat-x left bottom; }

#seishain #point .box-point::after { bottom: -40px; right: 0; background: url(../seishain/images/bg-stripe-beigebottom.png) repeat-x right top; }

#seishain #point .box-point .box-inner { position: relative; margin: -20px auto -25px; z-index: 1; }

#seishain #point .box-point .title { position: relative; padding: 5px 0; font-size: 125%; font-weight: bold; }

#seishain #point .box-point .title::before { display: block; content: ""; position: absolute; top: 0; left: -95px; width: 80px; height: 80px; background: no-repeat center; }

#seishain #point .box-point.p2, #seishain #point .box-point.p3 { height: 98px; }

#seishain #point .box-point.p1 .title::before { background-image: url(../seishain/images/img-p1.png); }

#seishain #point .box-point.p2 .title::before { background-image: url(../seishain/images/img-p2.png); }

#seishain #point .box-point.p3 .title::before { background-image: url(../seishain/images/img-p3.png); }

#seishain #point .box-point .txt { font-size: 87.5%; line-height: 2; }

#seishain #point .box-point + .box-point { margin-top: 100px; }

#seishain #point .box-about { margin-top: 40px; padding: 40px 30px 40px 40px; border: 4px solid #3bc4ca; background: #fcf8f5; }

#seishain #point .box-about .float-l { width: 600px; }

#seishain #point .box-about .float-r { width: 332px; margin: 15px auto 0; }

#seishain #point .box-about .title { margin-bottom: 25px; font-family: "honokamarugo"; font-size: 225%; color: #03a7ae; font-weight: bold; letter-spacing: 0.1em; }

#seishain #point .box-about .marker { display: inline-block; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdc02)); background: -o-linear-gradient(transparent 70%, #fcdc02 70%); background: linear-gradient(transparent 70%, #fcdc02 70%); }

#seishain #point .box-about .txt { line-height: 2; }

#seishain #flow .flow-chart { margin-left: -36px; }

#seishain #flow .flow-chart .process { float: left; position: relative; width: 140px; margin-left: 36px; text-align: center; }

#seishain #flow .flow-chart .img { position: relative; }

#seishain #flow .flow-chart .txt { margin-top: 10px; font-size: 112.5%; font-weight: bold; }

#seishain #flow .flow-chart .process:not(:first-child) .img::before { display: block; content: ""; position: absolute; top: 50%; left: -25px; width: 0; height: 0; margin-top: -10px; border: solid transparent; border-width: 10px 16px; border-left-color: #03a7ae; }

@media screen and (min-width: 641px) { #seishain #flow .flow-chart.-col4 { margin-left: -52px; }
  #seishain #flow .flow-chart.-col4 .process { width: 216px; margin-left: 52px; }
  #seishain #flow .flow-chart.-col4 .process:not(:first-child) .img::before { left: -32px; } }

@media screen and (max-width: 640px) { #seishain #flow .flow-chart.-col4 .process { width: 42%; margin-left: 6%; }
  #seishain #flow .flow-chart.-col4 .process:not(:first-child) .img::before { left: -10%; } }

#seishain #flow .flow-chart .txt.small { font-size: 100%; }

#seishain #flow .cut-corner { margin-top: 40px; padding: 30px 50px 30px 125px; }

#seishain #flow .box-flow .title { position: relative; padding: 10px 0; font-size: 125%; font-weight: bold; }

#seishain #flow .box-flow .title::before { display: block; content: ""; position: absolute; top: 0; left: -95px; width: 80px; height: 80px; background: url(../seishain/images/img-checkpoint.png) no-repeat center; }

#seishain #flow .box-flow .txt { line-height: 2; }

#seishain #information { background: #f5f0e6; }

#seishain #information dl.list-info > .area { padding: 28px 40px; font-size: 150%; color: #03a7ae; font-weight: bold; line-height: 1; border: 4px solid #3bc4ca; background: #fff; }

#seishain #information dl.list-info > .area:not(:first-child) { margin-top: 30px; }

#seishain #information dl.list-info > .area.is-ac { position: relative; cursor: pointer; }

#seishain #information dl.list-info > .area.is-ac:before { display: inline-block; position: absolute; top: 50%; right: 28px; margin-top: -0.5em; font-size: 175%; font-weight: normal; line-height: 1; letter-spacing: 0; font-family: "fontAwesome"; content: "\f107"; }

#seishain #information dl.list-info > .area.is-open:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

#seishain #information dl.list-info > .offer { padding: 25px 41px 30px; border: 4px solid #3bc4ca; border-top: none; background: url(../seishain/images/bg-stripe-yellow.png) repeat; }

#seishain #information dl.list-info .more { margin: 60px auto 30px; max-width: 600px; text-align: center; }

#seishain #information dl.list-info .more a { display: block; position: relative; padding: 25px; background: #3bc4ca; border-radius: 8px; font-size: 150%; color: #fff; line-height: 1.2; -webkit-box-shadow: 4px 4px #03a7ae; box-shadow: 4px 4px #03a7ae; }

#seishain #information dl.list-info .more a:before { display: inline-block; position: absolute; top: 50%; right: 28px; margin-top: -0.5em; font-size: 175%; font-weight: normal; line-height: 1; letter-spacing: 0; font-family: "fontAwesome"; content: "\f105"; }

#seishain #information dl.list-info .more a:hover { text-decoration: none; }

#seishain #information .list-offer { margin-left: -30px; margin-bottom: -30px; }

#seishain #information .list-offer > li { float: left; width: 290px; margin: 0 0 30px 30px; border-radius: 8px; background: #fff; -webkit-box-shadow: 4px 4px #03a7ae; box-shadow: 4px 4px #03a7ae; }

#seishain #information .list-offer > li a { display: block; padding: 0 15px; }

#seishain #information .list-offer > li a:hover { text-decoration: none; }

#seishain #information .list-offer > li a:hover .head { text-decoration: underline; }

#seishain #information .list-offer .head { padding: 15px 0; font-weight: bold; line-height: 1.4; }

#seishain #information .job-terms > dt, #seishain #information .job-terms > dd { font-size: 87.5%; }

#seishain #information .job-terms > dt { padding: 4px; background: #bfe3e5; font-weight: bold; text-align: center; }

#seishain #information .job-terms > dd { padding: 5px 0 15px; }

#seishain #information .job-terms.hours { float: left; width: 48%; }

#seishain #information .job-terms.holiday { float: right; width: 48%; }

#seishain #voice .cut-corner { margin-bottom: 30px; padding: 50px 60px 20px 60px; }

#seishain #voice .box-voice .float-r { width: 220px; margin: 0 0 15px 30px; }

#seishain #voice .box-voice .age { display: block; margin-top: 10px; font-size: 87.5%; font-weight: bold; text-align: center; }

#seishain #voice .box-voice .job { margin-bottom: 20px; font-size: 118.75%; font-weight: bold; }

#seishain #voice .box-voice .job .marker { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdc02)); background: -o-linear-gradient(transparent 70%, #fcdc02 70%); background: linear-gradient(transparent 70%, #fcdc02 70%); }

#seishain #voice .box-voice .title { margin-bottom: 10px; font-size: 112.5%; font-weight: bold; color: #03a7ae; }

#seishain #voice .box-voice .read-more { margin-top: 30px; }

#seishain #voice .box-voice .more { position: relative; width: 200px; margin: 30px auto 0; padding: 5px; background: #fade9f; border-radius: 20px; font-weight: bold; text-align: center; cursor: pointer; }

#seishain #voice .box-voice .more:before { display: inline-block; position: absolute; top: 50%; right: 28px; margin-top: -0.5em; font-size: 150%; font-weight: normal; color: #fa7085; line-height: 1; font-family: "fontAwesome"; content: "\f107"; }

#seishain #voice .box-voice .more.is-open:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

#seishain #voice .box-voice .txt { line-height: 2; }

#seishain #voice .box-voice .txt + .title { margin-top: 30px; }

#seishain #voice .to-women { position: relative; margin-top: 30px; padding: 75px 30px 25px; background: #fff; border: 2px solid #3bc4ca; }

#seishain #voice .to-women .ttl { position: absolute; left: -30px; top: 18px; padding: 12px 25px; font-family: "honokamarugo"; font-size: 125%; color: #fff; background: #3bc4ca; }

#seishain #voice .to-women .ttl::before { display: block; content: ""; position: absolute; top: 100%; left: 0; width: 0; height: 0; border: 20px solid transparent; border-width: 10px 14px; border-right-color: #03a7ae; border-top-color: #03a7ae; }

#seishain #voice .sample-image { font-size: 75%; text-align: right; }

#seishain #faq .list-faq dd + dt { margin-top: 40px; }

#seishain #faq .list-faq .question, #seishain #faq .list-faq .answer { position: relative; z-index: 1; }

#seishain #faq .list-faq .question::before, #seishain #faq .list-faq .answer::before { display: block; position: absolute; width: 72px; height: 72px; border-radius: 50%; font-family: "honokamarugo"; font-size: 40px; color: #fff; line-height: 72px; text-align: center; font-weight: bold; z-index: -1; }

#seishain #faq .list-faq .question { padding: 20px 60px 20px 58px; font-size: 112.5%; font-weight: bold; line-height: 1.8; min-height: 54px; }

#seishain #faq .list-faq .question::before { top: 0; left: 0; content: "Q"; background: #fcdc02; }

#seishain #faq .list-faq .answer { padding: 20px 0 0 58px; line-height: 2; min-height: 52px; }

#seishain #faq .list-faq .answer::before { top: 0; left: 0; content: "A"; background: #3bc4ca; }

#seishain #faq .list-faq .cut-corner { margin-left: 20px; padding: 30px 40px 30px 30px; }

#seishain #staffentry { text-align: center; }

#seishain #staffentry .inner { background: url(../seishain/images/bg-staffentry.jpg) no-repeat center left; background-size: cover; padding-top: 40px; padding-bottom: 40px; }

#seishain #staffentry .box-staffentry { padding-left: 510px; }

#seishain #staffentry .header-entry { font-family: "honokamarugo"; font-size: 200%; color: #18ac6e; font-weight: bold; letter-spacing: 0.1em; }

#seishain #staffentry .text { margin: 25px auto 30px; font-size: 112.5%; }

#seishain #staffentry .entry-area { margin-left: -20px; }

#seishain #staffentry .entry-area > li { float: left; width: 240px; margin: 0 0 20px 20px; font-size: 175%; }

#seishain #staffentry .entry-area a { display: block; padding: 12px; background: #3dd394; color: #fff; text-align: center; border-radius: 8px; -webkit-box-shadow: 4px 4px #18ac6e; box-shadow: 4px 4px #18ac6e; }

#seishain #staffentry .entry-area a:hover { text-decoration: none; }

@media screen and (min-width: 1600px) { #seishain #point { background-position: center bottom; } }

@media screen and (max-width: 640px) { #seishain { min-width: 360px; font-size: 14px; }
  #seishain img { max-width: 100%; height: auto; }
  #seishain .view-pc { display: none; }
  #seishain .view-sp { display: block; }
  #seishain img.view-sp { display: inline; }
  #seishain .float-l, #seishain .float-r { float: none; }
  #seishain * { -webkit-box-sizing: border-box; box-sizing: border-box; }
  #seishain #lp-header { border-bottom-width: 2px; }
  #seishain #lp-header .header-inner { padding: 20px 0 18px 10px; }
  #seishain #lp-header h1 { width: 168px; }
  #seishain #lp-header .sns { top: 50%; right: 0; margin-top: -19px; }
  #seishain #lp-footer { font-size: 85.71429%; }
  #seishain section .inner { width: auto; margin: 0 auto; padding: 40px 10px; }
  #seishain .section-header { padding: 15px 10px 20px; }
  #seishain .section-header::after { margin-left: -25px; border-width: 20px 25px; }
  #seishain .section-header .main { font-size: 150%; line-height: 1.4; }
  #seishain .section-header .txt { margin-top: 10px; font-size: 100%; }
  #seishain .section-header .left-sp { display: inline-block; text-align: left; }
  #seishain .block-mypage { margin-top: 30px; }
  #seishain .block-mypage > .txt { font-size: 128.57143%; }
  #seishain .block-mypage > .txt .large { font-size: 133.33333%; }
  #seishain .block-mypage > .btn a { padding: 18px 15px 16px 15px; border-radius: 6px; font-size: 150%; -webkit-box-shadow: 3px 3px #f14b64; box-shadow: 3px 3px #f14b64; }
  #seishain .block-mypage > .btn a:before { right: 20px; font-size: 114.28571%; }
  #seishain .cut-corner::before, #seishain .cut-corner::after { border-width: 10px; }
  #seishain #main-visual { background-size: cover; background-position: right center; background-image: url(../seishain/images/mainvisual_sp.jpg); }
  #seishain #main-visual .inner { height: 320px; padding: 0 10px; }
  #seishain #main-visual .sub { top: 80px; left: 20px; font-size: 100%; }
  #seishain #main-visual .sub .t1 { top: -40px; left: 0; padding: 12px 10px; font-size: 100%; }
  #seishain #main-visual .sub .t1::before { border-width: 23px 42px; }
  #seishain #main-visual .sub .t2 { margin-left: 29px; padding: 14px 5px 12px 50px; border-width: 2px; }
  #seishain #main-visual .catch-copy { top: 150px; left: 10px; padding-left: 35px; font-size: 257.14286%; letter-spacing: 0.1em; }
  #seishain #main-visual .catch-copy .t1 { margin-right: 35px; font-size: 100%; }
  #seishain #main-visual .catch-copy .t1::before, #seishain #main-visual .catch-copy .t1::after { width: 28px; height: 22px; }
  #seishain #main-visual .catch-copy .t1::before { background-size: 28px; left: -25px; }
  #seishain #main-visual .catch-copy .t1::after { background-size: 28px; right: -25px; }
  #seishain #main-visual .catch-copy .t3 { font-size: 133.33333%; }
  #seishain #point { background: #d8e9f9; }
  #seishain #point .box-unit .float-l { margin: -40px -10px 0; padding: 50px 10px 30px 120px; background: url(../seishain/images/bg-point_sp.jpg) no-repeat left center; background-size: cover; }
  #seishain #point .header-point { margin: 0 auto; padding: 20px 10px; max-width: 240px; }
  #seishain #point .header-point .t1 { font-size: 128.57143%; letter-spacing: 1px; }
  #seishain #point .header-point .t2 { font-size: 150%; }
  #seishain #point .box-point { margin: 20px auto 0; padding: 15px 15px 15px 65px; }
  #seishain #point .box-point::before, #seishain #point .box-point::after { width: 0; height: 0; background: none; border: 10px solid transparent; }
  #seishain #point .box-point::before { top: 0; left: 0; border-left-color: #d8e9f9; border-top-color: #d8e9f9; }
  #seishain #point .box-point::after { bottom: 0; right: 0; border-right-color: #d8e9f9; border-bottom-color: #d8e9f9; }
  #seishain #point .box-point .box-inner { margin: 0; }
  #seishain #point .box-point .title { font-size: 114.28571%; }
  #seishain #point .box-point .title::before { left: -50px; width: 40px; height: 40px; background-size: 40px; }
  #seishain #point .box-point.p2, #seishain #point .box-point.p3 { height: auto; }
  #seishain #point .box-point.p1 .title::before, #seishain #point .box-point.p2 .title::before, #seishain #point .box-point.p3 .title::before { background-size: 40px; }
  #seishain #point .box-point .txt { line-height: 1.6; }
  #seishain #point .box-point + .box-point { margin-top: 20px; }
  #seishain #point .box-about { margin-top: 20px; padding: 20px 10px 10px 10px; border-width: 2px; }
  #seishain #point .box-about .float-r { margin-bottom: 15px; text-align: center; }
  #seishain #point .box-about .title { margin-bottom: 15px; font-size: 150%; text-align: center; }
  #seishain #point .box-about .txt { line-height: 1.6; }
  #seishain #flow .flow-chart { margin: 0 auto; max-width: 524px; }
  #seishain #flow .flow-chart .process { width: 27%; margin-left: 6.3%; margin-bottom: 25px; }
  #seishain #flow .flow-chart .txt { font-size: 100%; }
  #seishain #flow .flow-chart .process:not(:first-child) .img::before { left: -16%; margin-top: -8px; border-width: 8px 12px; }
  #seishain #flow .cut-corner { margin-top: 10px; padding: 15px 15px 15px 65px; }
  #seishain #flow .box-flow .title { font-size: 114.28571%; }
  #seishain #flow .box-flow .title::before { left: -50px; width: 40px; height: 40px; background-size: 40px; }
  #seishain #flow .box-flow .txt { line-height: 1.6; }
  #seishain #information dl.list-info > .area { padding: 16px 15px; font-size: 128.57143%; border-width: 2px; }
  #seishain #information dl.list-info > .area:not(:first-child) { margin-top: 15px; }
  #seishain #information dl.list-info > .area.is-ac:before { right: 18px; font-size: 133.33333%; }
  #seishain #information dl.list-info > .offer { padding: 15px 13px 18px; border-width: 2px; }
  #seishain #information dl.list-info .more { margin: 30px auto 12px; }
  #seishain #information dl.list-info .more a { padding: 18px 20px 18px 10px; border-radius: 6px; font-size: 114.28571%; -webkit-box-shadow: 3px 3px #03a7ae; box-shadow: 3px 3px #03a7ae; }
  #seishain #information dl.list-info .more a:before { right: 10px; font-size: 150%; }
  #seishain #information .list-offer { margin: 0 auto -15px; }
  #seishain #information .list-offer > li { float: none; width: auto; margin: 0 0 15px; border-radius: 6px; -webkit-box-shadow: 3px 3px #03a7ae; box-shadow: 3px 3px #03a7ae; }
  #seishain #information .list-offer .head { padding: 15px 0; font-weight: bold; line-height: 1.4; }
  #seishain #voice .cut-corner { margin-bottom: 20px; padding: 20px 15px 0 15px; }
  #seishain #voice .box-voice .float-r { width: auto; margin: 0 0 15px; text-align: center; }
  #seishain #voice .box-voice .age { font-size: 100%; }
  #seishain #voice .box-voice .job { font-size: 114.28571%; }
  #seishain #voice .box-voice .title { font-size: 114.28571%; }
  #seishain #voice .box-voice .read-more { margin-top: 20px; }
  #seishain #voice .box-voice .more { margin-top: 20px; }
  #seishain #voice .box-voice .txt { line-height: 1.6; }
  #seishain #voice .box-voice .txt + .title { margin-top: 20px; }
  #seishain #voice .to-women { margin-top: 20px; margin-left: 10px; padding: 65px 10px 10px; }
  #seishain #voice .to-women .ttl { left: -12px; top: 13px; padding: 12px 20px; font-size: 114.28571%; }
  #seishain #voice .to-women .ttl::before { border-width: 5px 5px; }
  #seishain #voice .sample-image { padding: 10px; }
  #seishain #faq .list-faq dd + dt { margin-top: 30px; }
  #seishain #faq .list-faq .question::before, #seishain #faq .list-faq .answer::before { width: 42px; height: 42px; font-size: 21px; line-height: 42px; }
  #seishain #faq .list-faq .question { padding: 12px 0px 12px 34px; font-size: 100%; line-height: 1.6; }
  #seishain #faq .list-faq .answer { padding: 12px 0 0 34px; line-height: 1.6; }
  #seishain #faq .list-faq .cut-corner { margin-left: 0; padding: 10px 10px 15px 10px; }
  #seishain #staffentry { border-top-width: 3px; }
  #seishain #staffentry .inner { background: none; padding-top: 20px; padding-bottom: 20px; }
  #seishain #staffentry .box-staffentry { padding-left: 0; }
  #seishain #staffentry .header-entry { font-size: 150%; }
  #seishain #staffentry .text { margin: 10px auto 15px; font-size: 100%; text-align: left; }
  #seishain #staffentry .entry-area { margin-left: -5px; margin-right: -5px; }
  #seishain #staffentry .entry-area > li { width: 50%; margin: 0 0 10px 0; padding: 0 5px; font-size: 150%; }
  #seishain #staffentry .entry-area a { padding: 12px; border-radius: 6px; -webkit-box-shadow: 3px 3px #18ac6e; box-shadow: 3px 3px #18ac6e; } }

@media screen and (max-width: 480px) { #seishain .disp-sp2 { display: block; }
  #seishain #main-visual .sub { top: 45px; left: 0; padding: 0 160px 0 15px; width: 100%; text-align: center; }
  #seishain #main-visual .sub .t1 { display: none; }
  #seishain #main-visual .sub .t1::before { display: none; }
  #seishain #main-visual .sub .t2 { margin-left: 0; padding: 12px 10px 10px 10px; line-height: 1.6; font-size: 114.28571%; }
  #seishain #main-visual .catch-copy { top: 170px; left: 0; font-size: 214.28571%; text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }
  #seishain #flow .flow-chart .process:not(:first-child) .img::before { border-width: 8px 10px; } }

/* #seishain */
/* ----------------------------------------------- */
/* LP 時短のお仕事 */
/* ----------------------------------------------- */
#jitan { height: 100%; min-width: 980px; color: #4a4742; }

#jitan .disp-ib { display: inline-block; }

#jitan #lp-header { padding: 0; border-bottom: 3px solid #3bc4ca; position: relative; }

#jitan #lp-header .header-inner { position: relative; margin: 0 auto; padding: 16px 20px; max-width: 1160px; }

#jitan #lp-header .sns { position: absolute; top: 28px; right: 20px; }

#jitan #lp-header .sns a { display: inline-block; margin-right: 8px; }

#jitan #lp-footer { position: relative; background: #3bc4ca; }

#jitan #lp-footer .copyright { padding: 10px; font-size: 87.5%; color: #fff; text-align: center; }

#jitan #inbox { width: 100%; background: #fff; }

#jitan section .inner { width: 950px; margin: 0 auto; position: relative; padding-top: 60px; padding-bottom: 70px; }

#jitan .section-header { position: relative; text-align: center; }

#jitan .section-header .title { padding: 11px 0 21px; font-size: 175%; font-family: 秀英角ゴシック銀 L; letter-spacing: 3px; text-indent: 3px; }

#jitan .section-header .title span { text-indent: 0; }

#jitan .section-header + .lead { padding-top: 24px; font-size: 100%; line-height: 1.875; letter-spacing: 1px; text-indent: 1px; text-align: center; }

#jitan .section-header::after { display: block; position: absolute; bottom: 0; left: 50%; width: 424px; height: 10px; margin-left: -212px; background: url(../jitan/images/line-wave.png) no-repeat center bottom; content: ''; }

#jitan .h-tri { position: relative; }

#jitan .h-tri::before, #jitan .h-tri::after { display: block; position: absolute; top: 0; content: ""; }

#jitan .h-tri::before { width: 52px; height: 78px; left: 0; background: url(../jitan/images/h-tri-r.png) no-repeat; }

#jitan .h-tri::after { width: 58px; height: 70px; right: 0; background: url(../jitan/images/h-tri-l.png) no-repeat; }

#jitan #main-visual { background: url(../jitan/images/bg-dot-g.png) center 0; padding: 62px 10px; }

#jitan #main-visual .box-1 { max-width: 930px; margin: 0 auto; padding: 5px; background-color: #fff; border: 3px solid #fda1af; border-radius: 20px; -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.58); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.58); }

#jitan #main-visual .box-2 { position: relative; padding: 46px 10px 54px; border: 1px solid #fda1af; border-radius: 16px; }

#jitan #main-visual .lead { position: relative; padding-bottom: 17px; }

#jitan #main-visual .lead::after { display: block; position: absolute; bottom: 0; left: 50%; width: 424px; height: 10px; margin-left: -212px; background: url(../jitan/images/line-wave.png) no-repeat center bottom; content: ''; }

#jitan #main-visual .title { max-width: 466px; margin: 5px auto 0; }

#jitan #main-visual .title img { padding-right: 3.43348%; }

#jitan #main-visual .img1, #jitan #main-visual .img2 { position: absolute; top: 52px; }

#jitan #main-visual .img1 { left: 40px; }

#jitan #main-visual .img2 { right: 52px; }

#jitan #fuan .list-fuan { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; }

#jitan #fuan .list-fuan li { width: 240px; margin: 20px 10px 0; padding: 18px 10px 22px; border-radius: 6px; text-align: center; }

#jitan #fuan .list-fuan .img { margin-bottom: 9px; }

#jitan #fuan .list-fuan .txt { font-size: 106.25%; font-family: 秀英角ゴシック銀 B; line-height: 1.411; letter-spacing: 1px; text-indent: 1px; -webkit-transform: rotate(0.1deg); -ms-transform: rotate(0.1deg); transform: rotate(0.1deg); }

#jitan #fuan .list-fuan li:last-child .txt, #jitan #fuan .list-fuan li:nth-child(4) .txt { letter-spacing: 0; text-indent: 0; }

#jitan #fuan .list-fuan .fuan01 { background-color: #ffebf2; }

#jitan #fuan .list-fuan .fuan02 { background-color: #e6f4fa; }

#jitan #fuan .list-fuan .fuan03 { background-color: #fff0eb; }

#jitan #fuan .list-fuan .fuan04 { background-color: #f6e6fa; }

#jitan #fuan .list-fuan .fuan05 { background-color: #f6f9db; }

#jitan #fuan .bg-img { position: absolute; opacity: 0.4; }

#jitan #fuan .bg-img.bg1 { top: 66px; left: 90px; }

#jitan #fuan .bg-img.bg2 { top: 70px; right: 72px; }

#jitan #fuan .bg-img.bg3 { bottom: 120px; left: 0; }

#jitan #fuan .bg-img.bg4 { bottom: 154px; right: 30px; }

#jitan #fuan .bg-img.bg5 { bottom: 52px; right: 134px; }

#jitan #support { background: url(../jitan/images/bg-dot-b.png) center 0; position: relative; }

#jitan #support:before { display: block; width: 0; height: 0; border: solid #fff; border-width: 0 52px 36px 52px; border-bottom-color: transparent; background: url(../jitan/images/bg-dot-b.png) center 0; content: ""; position: absolute; top: -36px; left: 50%; margin-left: -52px; }

#jitan #support .box { position: relative; max-width: 880px; margin: 0 auto; padding: 75px 10px 60px; background-color: #fff; -webkit-box-shadow: 17px 20px 0 0 rgba(28, 158, 187, 0.14); box-shadow: 17px 20px 0 0 rgba(28, 158, 187, 0.14); }

#jitan #support .header { position: relative; z-index: 1; margin-bottom: 50px; font-size: 168.75%; font-family: 秀英角ゴシック銀 B; letter-spacing: 2px; text-indent: 2px; text-align: center; -webkit-transform: rotate(0.1deg); -ms-transform: rotate(0.1deg); transform: rotate(0.1deg); }

#jitan #support .header .h1, #jitan #support .header .h2, #jitan #support .header .h3 { display: inline-block; vertical-align: middle; line-height: 1; }

#jitan #support .header .h3 { padding: 13px 2px 10px 9px; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff7b2)); background: -o-linear-gradient(transparent 70%, #fff7b2 70%); background: linear-gradient(transparent 70%, #fff7b2 70%); }

#jitan #support .header .em { position: relative; padding: 0 22px 0 26px; color: #fc768c; font-size: 118.51852%; font-family: 秀英丸ゴシック B; letter-spacing: 6px; }

#jitan #support .header .em::before, #jitan #support .header .em::after { display: block; position: absolute; color: #4a4742; opacity: 0.17; font-size: 187.5%; font-family: "honokamarugo"; font-weight: bold; }

#jitan #support .header .em::before { content: "“"; top: 0; left: 0; }

#jitan #support .header .em::after { content: "”"; top: 0; right: 0; }

#jitan #support .support-box { position: relative; z-index: 1; max-width: 656px; margin: 45px auto 0; }

#jitan #support .support-box .head { margin-bottom: 10px; padding-bottom: 17px; background: url(../jitan/images/line-dot-b.png) repeat-x 0 bottom; }

#jitan #support .support-box .tag { display: inline-block; }

#jitan #support .support-box .tag-inner { position: relative; padding: 0 10px 0 12px; background-color: #56cce6; color: #fff; font-size: 81.25%; font-weight: bold; letter-spacing: 1px; line-height: 32px; vertical-align: middle; }

#jitan #support .support-box .tag-inner:after { display: block; width: 0; height: 0; border: solid transparent; border-width: 16px 0 16px 9px; border-left-color: #56cce6; content: ''; position: absolute; top: 50%; right: -9px; margin-top: -16px; }

#jitan #support .support-box .num { font-size: 107.69231%; }

#jitan #support .support-box .title { display: inline-block; padding-left: 48px; font-size: 137.5%; letter-spacing: 1px; vertical-align: middle; }

#jitan #support .support-box .text { font-size: 93.75%; line-height: 1.8666; letter-spacing: 1px; }

#jitan #support .bg-img { position: absolute; z-index: 0; }

#jitan #support .bg-img.bg1 { top: 200px; left: 48px; }

#jitan #support .bg-img.bg2 { top: 360px; right: 95px; }

#jitan #support .bg-img.bg3 { bottom: 215px; left: 74px; }

#jitan #support .bg-img.bg4 { bottom: 195px; right: 130px; }

#jitan #shokai1 .inner { padding-top: 70px; }

#jitan #shokai1 .section-header .title { padding: 17px 0 27px; font-size: 175%; font-family: 秀英丸ゴシック B; line-height: 1.5; letter-spacing: 1px; text-indent: 1px; }

#jitan #shokai1 .section-header + .lead { padding-top: 20px; color: #6d6d6d; font-size: 112.5%; line-height: 1.6; }

#jitan #shokai1 .h-tri::before { top: 22px; left: 135px; }

#jitan #shokai1 .h-tri::after { top: 24px; right: 135px; }

#jitan #shokai1 .btn-mypage a { display: block; position: relative; max-width: 660px; margin: 25px auto 0; padding: 29px 10px; background-color: #fc768c; border-radius: 6px; color: #fff; font-size: 175%; font-family: 秀英角ゴシック銀 B; line-height: 1; letter-spacing: 1px; text-indent: 1px; text-align: center; text-decoration: none; -webkit-transform: rotate(0.1deg); -ms-transform: rotate(0.1deg); transform: rotate(0.1deg); -webkit-box-shadow: inset 0 0 18px 0 rgba(134, 34, 51, 0.4); box-shadow: inset 0 0 18px 0 rgba(134, 34, 51, 0.4); }

#jitan #shokai1 .btn-mypage a::after { display: block; font-family: "fontAwesome"; font-weight: normal; content: '\f138'; font-size: 107.14286%; position: absolute; top: 50%; right: 65px; margin-top: -0.52em; }

#jitan #casestudy { background: url(../jitan/images/bg-dot-p.png) center 0; }

#jitan #casestudy .box { max-width: 690px; margin: 40px auto 0; padding: 38px 65px 65px; background-color: #fff; border-radius: 6px; -webkit-box-shadow: 17px 20px 0 0 rgba(252, 118, 140, 0.23); box-shadow: 17px 20px 0 0 rgba(252, 118, 140, 0.23); }

#jitan #casestudy .box.first { margin-top: 32px; }

#jitan #casestudy .head { display: table; padding-bottom: 23px; }

#jitan #casestudy .head .num, #jitan #casestudy .head .title { display: table-cell; vertical-align: middle; }

#jitan #casestudy .head .num { padding-right: 20px; }

#jitan #casestudy .head .title { color: #fc768c; font-size: 137.5%; line-height: 1.7272; letter-spacing: 2px; }

#jitan #casestudy .img-dmy { float: left; width: 28.98551%; padding-bottom: 22px; position: relative; overflow: hidden; }

#jitan #casestudy .img-dmy::before, #jitan #casestudy .img-dmy::after { position: absolute; display: block; width: 0; height: 0; border: 26px solid transparent; content: ''; }

#jitan #casestudy .img-dmy::before { border-top-color: #fff; top: -1px; left: -27px; }

#jitan #casestudy .img-dmy::after { border-bottom-color: #fff; bottom: 21px; right: -27px; }

#jitan #casestudy .img-dmy .sub { position: absolute; bottom: 0; left: 0; color: #8b8b8b; font-size: 75%; }

#jitan #casestudy .table { float: right; width: 67.24638%; }

#jitan #casestudy .t-profile { width: 100%; border-collapse: collapse; border-spacing: 0; background: url(../jitan/images/line-dot-g.png) repeat-x 0 0; }

#jitan #casestudy .t-profile tr { background: url(../jitan/images/line-dot-g.png) repeat-x 0 bottom; }

#jitan #casestudy .t-profile th, #jitan #casestudy .t-profile td { padding-top: 14px; padding-bottom: 14px; letter-spacing: 0.5px; }

#jitan #casestudy .t-profile th { font-size: 100%; font-weight: normal; width: 158px; background-color: rgba(252, 178, 190, 0.16); }

#jitan #casestudy .t-profile td { font-size: 93.75%; padding-left: 26px; }

#jitan #casestudy .comment { margin-top: 20px; padding: 18px 25px; background-color: rgba(227, 226, 226, 0.16); font-size: 93.75%; line-height: 1.8666; }

#jitan #casestudy .message dt { color: #2fadb3; font-size: 112.5%; margin-bottom: 10px; padding-top: 32px; padding-left: 85px; height: 36px; border-bottom: 1px solid #44cdd4; background: url(../jitan/images/h-img-woman3.png) no-repeat 0 bottom; }

#jitan #casestudy .message dd { color: #8b8b8b; font-size: 87.5%; line-height: 1.714; }

#jitan #job { background: url(../jitan/images/bg-dot-y.png) center 0; }

#jitan #job .search-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-top: 33px; }

#jitan #job .search-list > li + li { margin-left: 10px; }

#jitan #job .search-list .head { display: block; border-bottom: 1px dashed #000; font-size: 112.5%; font-size: 600; margin-bottom: 12px; padding-bottom: 5px; }

#jitan #job .search-list input[type="text"] { width: 245px; padding: 7px; }

#jitan #job .search-list input[type="submit"], #jitan #job .search-list input[type="button"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 120px; background-color: #fe758a; border: none; border-radius: 4px; color: #fff; font-size: 131.25%; font-weight: 500; padding: 5px 10px; }

@media screen and (max-width: 640px) { #jitan #job .search-list { margin-left: -6px; margin-top: 20px; }
  #jitan #job .search-list > li { width: 49.5%; padding-left: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  #jitan #job .search-list > li + li { margin-left: 1%; }
  #jitan #job .search-list .head { font-size: 100%; }
  #jitan #job .search-list input[type="text"] { width: 100%; font-size: 100%; }
  #jitan #job .search-list input[type="submit"], #jitan #job .search-list input[type="button"] { margin: 6px auto 0; font-size: 114.28571%; } }

@media screen and (max-width: 420px) { #jitan #job .search-list > li { width: 100%; }
  #jitan #job .search-list > li + li { margin-left: 0; margin-top: 8px; } }

#jitan #job .pagenator { margin-top: 40px; padding-bottom: 5px; }

#jitan #job .pagenator ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; padding-left: 0; margin: 0; }

#jitan #job .pagenator li { margin: 4px; width: 30px; height: 30px; padding: 0; border: 2px solid #4cc1d2; border-radius: 2px; background-color: #4cc1d2; color: #fff; font-size: 100%; font-weight: 500; line-height: 30px; text-align: center; }

#jitan #job .pagenator li > a, #jitan #job .pagenator li > span { display: block; background-color: #fff; color: #4cc1d2; }

#jitan #job .pagenator.-bottom { margin-bottom: -20px; }

@media screen and (max-width: 640px) { #jitan #job .pagenator { margin-top: 20px; }
  #jitan #job .pagenator li { line-height: 26px; }
  #jitan #job .pagenator.-bottom { margin-bottom: -15px; } }

#jitan #job .work-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -30px; margin-top: 10px; }

#jitan #job .work-list > li { width: 33.333%; margin-top: 30px; padding-left: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }

#jitan #job .work-list > li > .box { display: block; height: 100%; padding: 17px 20px 24px; background-color: #fff; border: 1px solid #dedede; border-top: 4px solid #56cce6; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }

#jitan #job .work-list .title { font-size: 112.5%; }

@media screen and (max-width: 640px) { #jitan #job .work-list { margin-left: -10px; }
  #jitan #job .work-list > li { width: 50%; margin-top: 10px; padding-left: 10px; }
  #jitan #job .work-list > li > .box { padding: 10px 15px 12px; }
  #jitan #job .work-list .title { font-size: 114.28571%; }
  #jitan #job .work-list .img { margin-top: 8px; }
  #jitan #job .work-list .tag-list { margin-top: 5px; }
  #jitan #job .work-list .tag-list > li { margin: 4px 4px 0 0; padding: 3px 10px; font-size: 100%; } }

@media screen and (max-width: 420px) { #jitan #job .work-list > li { width: 100%; } }

#jitan #job .terms-table { margin-top: 9px; font-size: 14px; }

#jitan #job .terms-table th, #jitan #job .terms-table td { padding-bottom: 6px; padding-top: 7px; vertical-align: top; }

#jitan #job .terms-table th { position: relative; padding-left: 20px; padding-right: 5px; color: #3db6d4; text-align: center; white-space: nowrap; }

#jitan #job .terms-table th .icon { position: absolute; top: 8px; left: 0; display: inline-block; width: 18px; text-align: center; line-height: 1; }

#jitan #job .terms-table th.salary .icon, #jitan #job .terms-table th.holiday .icon { font-size: 18px; }

#jitan #job .terms-table th.hours .icon { font-size: 18px; }

#jitan #job .terms-table td { padding-left: 14px; border-left: 2px dotted #949494; }

@media screen and (max-width: 640px) { #jitan #job .terms-table { margin-top: 6px; }
  #jitan #job .terms-table th, #jitan #job .terms-table td { padding-top: 4px; padding-bottom: 4px; }
  #jitan #job .terms-table th .icon { top: 5px; }
  #jitan #job .terms-table td { padding-left: 10px; word-break: break-word; } }

#jitan #job .btn-jobinfo a { display: block; position: relative; max-width: 629px; margin: 40px auto 0; padding: 26px 10px 24px 35px; background-color: #fff; border: 3px solid #fc768c; border-radius: 6px; color: #fc768c; font-family: 秀英角ゴシック銀 B; line-height: 1; letter-spacing: 1px; text-indent: 1px; text-align: center; text-decoration: none; -webkit-transform: rotate(0.1deg); -ms-transform: rotate(0.1deg); transform: rotate(0.1deg); }

#jitan #job .btn-jobinfo a .img { display: block; position: absolute; bottom: 0; left: 24px; }

#jitan #job .btn-jobinfo a .em { font-size: 150%; line-height: 1.2; }

#jitan #job .btn-jobinfo a::after { display: block; font-family: "fontAwesome"; font-weight: normal; content: '\f138'; font-size: 187.5%; position: absolute; top: 50%; right: 62px; margin-top: -0.52em; }

#jitan #flow .section-header::after, #jitan #mamatomo .section-header::after { width: 510px; margin-left: -255px; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

#jitan #flow .inner { padding-bottom: 60px; }

#jitan #flow .list-flow { max-width: 776px; margin: 0 auto; }

#jitan #flow .list-flow > li { position: relative; margin-top: 60px; padding: 16px 25px 16px 10px; border: 3px solid #e5e5e5; border-radius: 6px; }

#jitan #flow .list-flow > li:not(:first-child)::before { position: absolute; display: block; width: 0; height: 0; border: solid transparent; content: ''; border-width: 29px 19px 0; border-top-color: #e5e5e5; top: -46px; left: 50%; margin-left: -19px; }

#jitan #flow .list-flow > li:first-child { margin-top: 32px; }

#jitan #flow .list-flow > li:first-child .body { padding-left: 30px; }

#jitan #flow .list-flow .list-inner { display: table; width: 100%; }

#jitan #flow .list-flow .head, #jitan #flow .list-flow .body { display: table-cell; vertical-align: middle; }

#jitan #flow .list-flow .head { width: 22.85714%; padding: 16px 8px 16px 0; background: url(../jitan/images/line-dot-g2.png) repeat-y right 0; text-align: center; }

#jitan #flow .list-flow .body { padding-left: 14px; }

#jitan #flow .list-flow .title { display: inline-block; min-width: 110px; margin-top: 10px; padding: 9px; background-color: #ffea43; border-radius: 17.5px; line-height: 1; font-size: 106.25%; font-family: 秀英角ゴシック銀 B; -webkit-transform: rotate(0.1deg); -ms-transform: rotate(0.1deg); transform: rotate(0.1deg); }

#jitan #flow .list-flow .text { font-size: 93.75%; line-height: 1.8666; }

#jitan #flow .list-flow .indention { font-size: 87.5%; }

#jitan #flow .list-btn { margin-top: 10px; }

#jitan #flow .list-btn li { display: inline-block; }

#jitan #flow .list-btn a { display: block; position: relative; padding: 8px 20px 8px 7px; border: 3px solid #fc768c; border-radius: 6px; font-size: 106.25%; font-weight: bold; text-decoration: none; text-align: center; }

#jitan #flow .list-btn a::before { padding-right: 6px; font-family: "fontAwesome"; font-weight: normal; line-height: 1; vertical-align: middle; }

#jitan #flow .list-btn a::after { display: block; font-size: 105.88235%; font-family: "fontAwesome"; font-weight: normal; line-height: 1; content: '\f138'; position: absolute; top: 50%; right: 16px; margin-top: -0.42em; }

#jitan #flow .list-btn .yoyaku { width: 42.75093%; }

#jitan #flow .list-btn .yoyaku a { color: #fc768c; }

#jitan #flow .list-btn .yoyaku a::before { font-size: 94.11765%; content: '\f2bc'; }

#jitan #flow .list-btn .tel { width: 57.24907%; }

#jitan #flow .list-btn .tel a { color: #3db6d4; border-color: #3db6d4; margin: 0 5px 0 10px; }

#jitan #flow .list-btn .tel a::before { font-size: 129.41176%; content: '\f095'; }

#jitan #touroku { position: relative; background: url(../jitan/images/bg-dot-w.png) center 0; }

#jitan #touroku::before { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 32px; background: url(../jitan/images/split-wave.png) repeat-x center top; content: ''; }

#jitan #touroku .wrap-head { position: relative; margin-right: 270px; margin-bottom: 30px; z-index: 1; }

#jitan #touroku .section-header .title { padding-bottom: 34px; font-size: 175%; font-family: 秀英丸ゴシック B; letter-spacing: 1px; text-indent: 1px; }

#jitan #touroku .section-header::after { width: 542px; margin-left: -271px; }

#jitan #touroku .section-header + .lead { padding-top: 20px; font-size: 112.5%; line-height: 1.777; }

#jitan #touroku .h-tri::before { top: 16px; }

#jitan #touroku .h-tri::after { top: 16px; }

#jitan #touroku .inner { padding-top: 116px; }

#jitan #touroku .img { position: absolute; top: 50px; right: 0; z-index: 0; border-radius: 50%; overflow: hidden; }

#jitan #touroku .list-area { position: relative; z-index: 1; margin-left: -11px; }

#jitan #touroku .list-area li { float: left; width: 25%; margin-top: 20px; }

#jitan #touroku .list-area a { display: block; margin-left: 11px; padding: 8px; background-color: #fff; border: 3px solid #3db6d4; border-radius: 8px; color: #3db6d4; font-size: 175%; font-weight: bold; text-decoration: none; text-align: center; }

#jitan #mamatomo .inner { padding-top: 40px; }

#jitan #mamatomo .section-header .title { padding-top: 10px; }

#jitan #mamatomo .btn-mamatomo a { display: inline-block; margin-top: 30px; border: 2px solid #f0a1c4; border-radius: 8px; overflow: hidden; vertical-align: middle; }

@media screen and (max-width: 640px) { #jitan { min-width: 360px; font-size: 14px; }
  #jitan img { max-width: 100%; height: auto; }
  #jitan .view-pc { display: none; }
  #jitan .view-sp { display: block; }
  #jitan img.view-sp { display: inline; }
  #jitan .float-l, #jitan .float-r { float: none; }
  #jitan * { -webkit-box-sizing: border-box; box-sizing: border-box; }
  #jitan #lp-header { border-bottom-width: 2px; }
  #jitan #lp-header .header-inner { padding: 20px 0 18px 10px; }
  #jitan #lp-header h1 { width: 168px; }
  #jitan #lp-header .sns { top: 50%; right: 0; margin-top: -19px; }
  #jitan #lp-footer { font-size: 85.71429%; }
  #jitan section .inner { width: auto; margin: 0 auto; padding: 40px 10px !important; }
  #jitan .section-header::after { left: 0; width: 100% !important; margin-left: 0 !important; }
  #jitan .h-tri { padding-left: 9.0625% !important; padding-right: 9.0625% !important; }
  #jitan .h-tri::before, #jitan .h-tri::after { background-size: contain; }
  #jitan .h-tri::before { width: 10.4%; left: 0 !important; }
  #jitan .h-tri::after { width: 11.6%; right: 0 !important; }
  #jitan #main-visual { padding: 50px 20px; }
  #jitan #main-visual .box-2 { padding: 20px 10%; }
  #jitan #main-visual .lead { max-width: 424px; margin: auto; }
  #jitan #main-visual .lead::after { left: 0; width: 100%; margin-left: 0; }
  #jitan #main-visual .img1, #jitan #main-visual .img2 { width: 20%; top: auto; bottom: 5px; }
  #jitan #main-visual .img1 { left: 2px; }
  #jitan #main-visual .img2 { right: 2px; }
  #jitan #fuan .list-fuan li { width: 46%; margin: 4% 2% 0; }
  #jitan #fuan .bg-img.bg1 { top: 50px; left: 20px; }
  #jitan #fuan .bg-img.bg2 { top: 70px; right: 72px; }
  #jitan #fuan .bg-img.bg3 { bottom: 40px; left: 10px; }
  #jitan #fuan .bg-img.bg4 { bottom: 120px; right: 20px; }
  #jitan #fuan .bg-img.bg5 { bottom: 40px; right: 60px; }
  #jitan #support:before { border-width: 0 30px 24px 30px; top: -24px; margin-left: -30px; }
  #jitan #support .box { padding: 30px 15px 20px; -webkit-box-shadow: 10px 10px 0 0 rgba(28, 158, 187, 0.14); box-shadow: 10px 10px 0 0 rgba(28, 158, 187, 0.14); }
  #jitan #support .header { margin-bottom: 30px; }
  #jitan #support .header br { display: none; }
  #jitan #support .header .h1, #jitan #support .header .h2 { display: block; }
  #jitan #support .header .h2 { padding-top: 10px; }
  #jitan #support .header .h3 { padding-top: 10px; padding-bottom: 5px; margin: auto; }
  #jitan #support .header .em { padding: 0 12px 0 16px; }
  #jitan #support .support-box { margin-top: 30px; }
  #jitan #support .support-box .head { display: table; width: 100%; }
  #jitan #support .support-box .tag, #jitan #support .support-box .title { display: table-cell; }
  #jitan #support .support-box .tag { width: 90px; }
  #jitan #support .support-box .title { padding-left: 20px; font-size: 125%; }
  #jitan #support .bg-img.bg1 { top: 32px; left: 10px; }
  #jitan #support .bg-img.bg2 { top: 32px; right: 10px; }
  #jitan #support .bg-img.bg3, #jitan #support .bg-img.bg4 { display: none; bottom: 10px; right: 10px; }
  #jitan #shokai1 .sub, #jitan #shokai2 .sub { padding: 0 40px; }
  #jitan #shokai1 .section-header .title, #jitan #shokai2 .section-header .title { font-size: 150%; }
  #jitan #shokai1 .h-tri::before, #jitan #shokai1 .h-tri::after, #jitan #shokai2 .h-tri::before, #jitan #shokai2 .h-tri::after { top: 0; bottom: 0; margin: auto; background-position: center; }
  #jitan #shokai1 .btn-mypage a, #jitan #shokai2 .btn-mypage a { padding: 18px 50px 18px 35px; font-size: 125%; }
  #jitan #shokai1 .btn-mypage a::after, #jitan #shokai2 .btn-mypage a::after { right: 20px; margin-top: -0.4em; vertical-align: middle; }
  #jitan #casestudy .box { margin-top: 20px; padding: 15px; -webkit-box-shadow: 10px 10px 0 0 rgba(252, 118, 140, 0.23); box-shadow: 10px 10px 0 0 rgba(252, 118, 140, 0.23); }
  #jitan #casestudy .box.first { margin-top: 30px; }
  #jitan #casestudy .head { padding-bottom: 15px; }
  #jitan #casestudy .head .num { width: 100px; padding-right: 15px; }
  #jitan #casestudy .head .title { font-size: 18px; line-height: 1.5; letter-spacing: 1px; }
  #jitan #casestudy .t-profile th, #jitan #casestudy .t-profile td { padding-top: 10px; padding-bottom: 10px; letter-spacing: 0; }
  #jitan #casestudy .t-profile th { font-size: 14px; width: 6.5em; }
  #jitan #casestudy .t-profile td { font-size: 14px; padding-left: 10px; }
  #jitan #casestudy .comment { margin-top: 15px; padding: 15px; }
  #jitan #casestudy .message dt { font-size: 18px; padding: 12px 0 12px 80px; height: auto; }
  #jitan #job .list-job { margin-top: 30px; margin-left: -15px; }
  #jitan #job .list-job li { margin-top: 15px; }
  #jitan #job .list-job .inner-li { margin-left: 15px; padding: 15px; }
  #jitan #job .detail dl:nth-child(3), #jitan #job .detail dl:last-child { width: 100%; float: none; }
  #jitan #job .detail dl:first-child dt, #jitan #job .detail dl:nth-child(2) dt, #jitan #job .detail dl:nth-child(3) dt, #jitan #job .detail dl:last-child dt { width: 37.38318%; }
  #jitan #job .detail dl:first-child dd, #jitan #job .detail dl:nth-child(2) dd, #jitan #job .detail dl:nth-child(3) dd, #jitan #job .detail dl:last-child dd { width: 62.61682%; }
  #jitan #job .type dt::before { left: 9px; }
  #jitan #job .time dt::before { left: 9px; }
  #jitan #job .salary dt::before { left: 10px; }
  #jitan #job .day dt::before { left: 9px; }
  #jitan #job .btn-jobinfo a { padding: 18px 45px 18px 80px; }
  #jitan #job .btn-jobinfo a::after { right: 10px; margin-top: -0.4em; vertical-align: middle; font-size: 137.5%; }
  #jitan #job .btn-jobinfo a .em { font-size: 125%; }
  #jitan #job .btn-jobinfo a .sub { font-size: 87.5%; }
  #jitan #job .btn-jobinfo a .img { width: 75px; left: 2px; }
  #jitan #flow .list-flow > li { margin-top: 30px; padding: 15px 15px 15px 8px; }
  #jitan #flow .list-flow > li:not(:first-child)::before { border-width: 20px 12px 0; top: -27px; margin-left: -12px; }
  #jitan #flow .list-flow > li:first-child { margin-top: 30px; }
  #jitan #flow .list-flow > li:first-child .body { padding-left: 14px; }
  #jitan #flow .list-flow .title img { vertical-align: baseline; }
  #jitan #flow .list-btn { margin-top: 10px; }
  #jitan #flow .list-btn li { display: block; }
  #jitan #flow .list-btn .yoyaku { width: auto; }
  #jitan #flow .list-btn .tel { width: auto; }
  #jitan #flow .list-btn .tel a { margin: 10px 0 0; }
  #jitan #touroku .wrap-head { margin-right: 30%; margin-bottom: 10px; }
  #jitan #touroku .section-header .title { padding-top: 34px; }
  #jitan #touroku .section-header + .lead { text-align: left; }
  #jitan #touroku .h-tri::before, #jitan #touroku .h-tri::after { top: 0; bottom: 0; margin: auto; background-position: center; }
  #jitan #touroku .img { width: 35%; top: 50px; right: 10px; }
  #jitan #touroku .list-area li { margin-top: 10px; }
  #jitan #touroku .list-area a { padding: 5px; font-size: 20px; } }

@media screen and (max-width: 480px) { #jitan #fuan .list-fuan { display: block; }
  #jitan #fuan .list-fuan li { display: table; width: 100%; margin: 10px auto 0; padding: 10px; }
  #jitan #fuan .list-fuan .img, #jitan #fuan .list-fuan .txt { display: table-cell; vertical-align: middle; }
  #jitan #fuan .list-fuan .img { width: 80px; margin-bottom: 0; }
  #jitan #fuan .list-fuan .txt { padding: 0 10px; }
  #jitan #fuan .bg-img.bg1 { top: 20px; width: 60px; }
  #jitan #fuan .bg-img.bg2 { top: 50px; width: 18px; }
  #jitan #fuan .bg-img.bg3, #jitan #fuan .bg-img.bg4, #jitan #fuan .bg-img.bg5 { display: none; }
  #jitan #support .header { font-size: 125%; }
  #jitan #support .support-box .tag { width: 76px; }
  #jitan #support .support-box .tag-inner { padding: 0 1px 0 4px; font-size: 10px; line-height: 24px; }
  #jitan #support .support-box .tag-inner::after { border-width: 12px 0 12px 6px; right: -6px; margin-top: -12px; }
  #jitan #support .support-box .title { padding-left: 10px; }
  #jitan #support .bg-img.bg1 { width: 60px; }
  #jitan #support .bg-img.bg2 { width: 56px; top: 36px; }
  #jitan #casestudy .head .num { width: 60px; padding-right: 10px; vertical-align: top; }
  #jitan #casestudy .head .title { font-size: 16px; }
  #jitan #casestudy .img-dmy { float: none; width: 160px; margin: 0 auto 15px; }
  #jitan #casestudy .table { float: none; width: 100%; }
  #jitan #flow .list-flow > li:first-child .body { padding-left: 0; }
  #jitan #flow .list-flow .list-inner, #jitan #flow .list-flow .head, #jitan #flow .list-flow .body { display: block; }
  #jitan #flow .list-flow .head { width: auto; margin-bottom: 10px; padding: 5px 10px 15px; background: url(../jitan/images/line-dot-g.png) repeat-x 0 bottom; text-align: left; }
  #jitan #flow .list-flow .body { padding-left: 0; }
  #jitan #flow .list-flow .num { display: inline-block; margin-right: 10px; vertical-align: middle; }
  #jitan #flow .list-flow .title { margin-top: 0; vertical-align: middle; text-align: center; }
  #jitan #job .list-job { margin-left: 0; }
  #jitan #job .list-job li { float: none; width: 100%; }
  #jitan #job .list-job .inner-li { margin-left: 0; }
  #jitan #job .detail dl:first-child dt, #jitan #job .detail dl:nth-child(2) dt, #jitan #job .detail dl:nth-child(3) dt, #jitan #job .detail dl:last-child dt { width: 26%; }
  #jitan #job .detail dl:first-child dd, #jitan #job .detail dl:nth-child(2) dd, #jitan #job .detail dl:nth-child(3) dd, #jitan #job .detail dl:last-child dd { width: 74%; }
  #jitan #job .btn-jobinfo a { margin-top: 25px; padding-left: 10px; padding-right: 25px; }
  #jitan #job .btn-jobinfo a .img { display: none; }
  #jitan #job .btn-jobinfo a::after { right: 7px; }
  #jitan #touroku .wrap-head { margin-right: 0; }
  #jitan #touroku .img { display: none; }
  #jitan #touroku .list-area { margin-left: -8px; }
  #jitan #touroku .list-area li { margin-top: 8px; }
  #jitan #touroku .list-area a { margin-left: 8px; font-size: 18px; } }

/* #jitan */
/* ----------------------------------------------- */
/* LP 軽作業のお仕事 */
/* ----------------------------------------------- */
#keisagyou { height: 100%; min-width: 1020px; color: #4f4f4f; }

#keisagyou .disp-ib { display: inline-block; }

#keisagyou .lp-section > .inner { max-width: 1020px; margin: 0 auto; padding: 60px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 640px) { #keisagyou .lp-section > .inner { padding-top: 30px; padding-bottom: 30px; } }

#keisagyou .head-block { color: #535454; text-align: center; }

#keisagyou .head-block > .main { font-size: 212.5%; font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Helvetica, sans-serif; font-weight: 600; line-height: 1.2; }

#keisagyou .head-block > .sub { margin-top: 11px; font-size: 100%; font-weight: 500; line-height: 1.4; }

@media screen and (max-width: 640px) { #keisagyou .head-block > .main { font-size: 157.14286%; }
  #keisagyou .head-block > .sub { margin-top: 6px; font-size: 100%; } }

#keisagyou #lp-header { padding: 0; border-bottom: 3px solid #3fc8dc; position: relative; }

#keisagyou #lp-header .header-inner { position: relative; margin: 0 auto; padding: 16px 20px; max-width: 1020px; }

#keisagyou #lp-header .sns { position: absolute; top: 28px; right: 20px; }

#keisagyou #lp-header .sns a { display: inline-block; margin-right: 8px; }

#keisagyou #lp-footer { position: relative; background: #3fc8dc; }

#keisagyou #lp-footer .copyright { padding: 15px; font-size: 87.5%; color: #fff; text-align: center; }

@media screen and (max-width: 640px) { #keisagyou #lp-footer { font-size: 85.71429%; } }

#keisagyou #main-visual { background: url(../keisagyou/images/bg-stripe.png) repeat center top; }

#keisagyou #main-visual > .inner { max-width: 1000px; margin: 0 auto; }

#keisagyou #main-visual .img { margin-left: -88px; }

@media screen and (max-width: 640px) { #keisagyou #main-visual .img { margin-left: -8.8%; } }

#keisagyou #point { overflow: hidden; background-color: #f9f9fb; }

#keisagyou #point > .inner { position: relative; padding-right: 418px; }

#keisagyou #point > .inner::after { position: absolute; bottom: 0; right: -57px; z-index: 1; width: 485px; height: 761px; background: url(../keisagyou/images/bg-point.jpg) no-repeat bottom center; content: ''; }

#keisagyou #point .box-point, #keisagyou #point .label { position: relative; z-index: 2; }

#keisagyou #point .label { text-align: center; }

@media screen and (max-width: 640px) { #keisagyou #point > .inner { padding-right: 10px; }
  #keisagyou #point > .inner::after { content: none; } }

#keisagyou .box-point { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: 10px; padding: 22px 40px 22px 20px; background-color: #fff; border: 4px solid #3fc8dc; border-radius: 5px; }

#keisagyou .box-point > .point, #keisagyou .box-point > .text-wrap { position: relative; z-index: 2; }

#keisagyou .box-point > .bg { position: absolute; bottom: 25px; right: 28px; z-index: 1; }

#keisagyou .box-point > .point { margin-right: 22px; padding: 3px; border: 4px solid #3fc8dc; border-radius: 50%; }

#keisagyou .box-point > .point > .inner-wrap { width: 96px; }

#keisagyou .box-point > .point > .inner-wrap > .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 96px; padding: 10px; background-color: #3fc8dc; border-radius: 50%; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }

#keisagyou .box-point .head { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 3px dotted #cbcbcb; font-size: 150%; font-weight: 500; line-height: 1.3; }

#keisagyou .box-point .head > em { color: #fe4f83; font-style: normal; }

#keisagyou .box-point .body { font-size: 112.5%; font-weight: 500; line-height: 1.444; }

@media screen and (max-width: 640px) { #keisagyou .box-point { padding: 15px; }
  #keisagyou .box-point > .bg { bottom: 10px; right: 10px; width: 70px; }
  #keisagyou .box-point > .point { margin-right: 15px; padding: 2px; border-width: 3px; }
  #keisagyou .box-point > .point > .inner-wrap { width: 80px; }
  #keisagyou .box-point > .point > .inner-wrap > .inner { height: 80px; }
  #keisagyou .box-point .head { font-size: 128.57143%; }
  #keisagyou .box-point .body { font-size: 107.14286%; font-weight: 400; } }

#keisagyou #jobtype .head-block { position: relative; padding: 79px 0 52px; }

#keisagyou #jobtype .head-block > .main, #keisagyou #jobtype .head-block > .sub { position: relative; z-index: 2; }

#keisagyou #jobtype .head-block > .main { color: #0dbcd6; }

#keisagyou #jobtype .head-block > .sub { margin-top: 13px; color: #7f7f7f; }

#keisagyou #jobtype .head-block > .img { position: absolute; bottom: 0; z-index: 1; }

#keisagyou #jobtype .head-block > .img1 { left: 28px; }

#keisagyou #jobtype .head-block > .img2 { right: 2px; }

@media screen and (min-width: 641px) { #keisagyou #jobtype .head-block > .main { font-size: 200%; } }

@media screen and (max-width: 640px) { #keisagyou #jobtype .head-block { padding: 20px 35px 30px; overflow: hidden; }
  #keisagyou #jobtype .head-block > .sub { margin-top: 6px; }
  #keisagyou #jobtype .head-block > .img { width: 120px; bottom: -20px; }
  #keisagyou #jobtype .head-block > .img1 { left: -35px; }
  #keisagyou #jobtype .head-block > .img2 { right: -35px; } }

@media screen and (max-width: 480px) { #keisagyou #jobtype .head-block { padding: 0px 0px 20px; }
  #keisagyou #jobtype .head-block > .img { display: none; } }

#keisagyou .jobtype-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -16px; margin-left: -14px; }

#keisagyou .jobtype-list > li { width: 33.333%; margin-top: 16px; padding-left: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; }

#keisagyou .jobtype-list .box { background-color: #3fc8dc; border: 4px solid #3fc8dc; border-radius: 8px; color: #fff; overflow: hidden; text-align: center; }

#keisagyou .jobtype-list .title { padding: 6px 6px 3px; font-size: 162.5%; }

@media screen and (max-width: 640px) { #keisagyou .jobtype-list { margin-top: -5px; margin-left: -5px; }
  #keisagyou .jobtype-list > li { margin-top: 5px; padding-left: 5px; }
  #keisagyou .jobtype-list .box { border-width: 2px; border-radius: 4px; }
  #keisagyou .jobtype-list .title { padding: 4px 6px 2px; font-size: 121.42857%; } }

@media screen and (max-width: 480px) { #keisagyou .jobtype-list > li { width: 50%; } }

#keisagyou #jobinfo { background-color: #f2f2f2; }

#keisagyou #jobinfo .pagenator { margin-top: 40px; padding-bottom: 5px; }

#keisagyou #jobinfo .pagenator ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; padding-left: 0; margin: 0; }

#keisagyou #jobinfo .pagenator li { margin: 4px; width: 30px; height: 30px; padding: 0; border: 2px solid #4cc1d2; border-radius: 2px; background-color: #4cc1d2; color: #fff; font-size: 100%; font-weight: 500; line-height: 30px; text-align: center; }

#keisagyou #jobinfo .pagenator li > a, #keisagyou #jobinfo .pagenator li > span { display: block; background-color: #fff; color: #4cc1d2; }

#keisagyou #jobinfo .pagenator.-bottom { margin-bottom: -20px; }

@media screen and (max-width: 640px) { #keisagyou #jobinfo .pagenator { margin-top: 20px; }
  #keisagyou #jobinfo .pagenator li { line-height: 26px; }
  #keisagyou #jobinfo .pagenator.-bottom { margin-bottom: -15px; } }

#keisagyou #jobinfo .no_list { padding: 50px 0 20px; text-align: center; }

#keisagyou .search-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 33px; }

#keisagyou .search-list > li + li { margin-left: 6px; }

#keisagyou .search-list select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 260px; border: 2px solid #cbcbcb; border-radius: 4px; font-size: 112.5%; padding: 9px 30px 9px 10px; background: #fff url(../keisagyou/images/icon-select.png) no-repeat right 50%; }

#keisagyou .search-list select::-ms-expand { display: none; }

#keisagyou .search-list input[type="submit"], #keisagyou .search-list input[type="button"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: 3px 5px 0 #c8c8c8; box-shadow: 3px 5px 0 #c8c8c8; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 120px; margin-left: 8px; background-color: #fe4f83; border: none; border-radius: 4px; color: #fff; font-size: 137.5%; font-weight: 500; padding: 5px 10px; }

@media screen and (max-width: 640px) { #keisagyou .search-list { margin-left: -6px; margin-top: 20px; }
  #keisagyou .search-list > li { width: 50%; padding-left: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  #keisagyou .search-list > li + li { margin-left: 0; }
  #keisagyou .search-list select { width: 100%; font-size: 114.28571%; }
  #keisagyou .search-list input[type="submit"], #keisagyou .search-list input[type="button"] { margin: 6px auto 0; font-size: 114.28571%; } }

#keisagyou .work-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -30px; margin-top: 10px; }

#keisagyou .work-list > li { width: 33.333%; margin-top: 30px; padding-left: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }

#keisagyou .work-list > li > .box { display: block; height: 100%; padding: 17px 20px 24px; background-color: #fff; border: 1px solid #dedede; border-top: 4px solid #56cce6; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }

#keisagyou .work-list .title { font-size: 112.5%; }

#keisagyou .work-list .img { margin-top: 18px; text-align: center; }

#keisagyou .work-list .tag-list { margin-top: 8px; }

#keisagyou .work-list .tag-list > li { display: inline-block; margin: 6px 6px 0 0; padding: 4px 13px; background-color: #3fc8dc; border-radius: 2px; color: #fff; font-size: 100%; font-weight: 500; }

@media screen and (max-width: 640px) { #keisagyou .work-list { margin-left: -10px; }
  #keisagyou .work-list > li { width: 50%; margin-top: 10px; padding-left: 10px; }
  #keisagyou .work-list > li > .box { padding: 10px 15px 12px; }
  #keisagyou .work-list .title { font-size: 114.28571%; }
  #keisagyou .work-list .img { margin-top: 8px; }
  #keisagyou .work-list .tag-list { margin-top: 5px; }
  #keisagyou .work-list .tag-list > li { margin: 4px 4px 0 0; padding: 3px 10px; font-size: 100%; } }

@media screen and (max-width: 420px) { #keisagyou .work-list > li { width: 100%; } }

#keisagyou .terms-table { margin-top: 9px; font-size: 14px; }

#keisagyou .terms-table th, #keisagyou .terms-table td { padding-bottom: 6px; padding-top: 7px; vertical-align: top; }

#keisagyou .terms-table th { position: relative; padding-left: 20px; padding-right: 5px; color: #3db6d4; text-align: center; white-space: nowrap; }

#keisagyou .terms-table th .icon { position: absolute; top: 8px; left: 0; display: inline-block; width: 18px; text-align: center; line-height: 1; }

#keisagyou .terms-table th.salary .icon, #keisagyou .terms-table th.holiday .icon { font-size: 18px; }

#keisagyou .terms-table th.hours .icon { font-size: 18px; }

#keisagyou .terms-table td { padding-left: 14px; border-left: 2px dotted #949494; }

@media screen and (max-width: 640px) { #keisagyou .terms-table { margin-top: 6px; }
  #keisagyou .terms-table th, #keisagyou .terms-table td { padding-top: 4px; padding-bottom: 4px; }
  #keisagyou .terms-table th .icon { top: 5px; }
  #keisagyou .terms-table td { padding-left: 10px; word-break: break-word; } }

@media screen and (min-width: 641px) { #keisagyou #faq > .inner { padding-bottom: 0; } }

#keisagyou .faq-list { margin-top: 27px; }

#keisagyou .faq-list > dt { position: relative; padding: 20px 32px; border: 3px solid #3fc8dc; }

#keisagyou .faq-list > dt .head { color: #10b0c7; }

#keisagyou .faq-list > dt + dd { margin-top: 30px; }

#keisagyou .faq-list > dt::before, #keisagyou .faq-list > dt::after { position: absolute; left: 50%; border: solid transparent; content: ''; }

#keisagyou .faq-list > dt::before { z-index: 1; bottom: -21px; margin-left: -19px; border-top-color: #3fc8dc; border-width: 21px 19px 0; }

#keisagyou .faq-list > dt::after { z-index: 2; bottom: -17px; margin-left: -15px; border-top-color: #fff; border-width: 17px 15px 0; }

#keisagyou .faq-list > dd { padding: 32px 370px 70px 32px; border: 3px solid #fe4f83; background: #fff no-repeat bottom right / auto 100%; }

#keisagyou .faq-list > dd .head { color: #fe4f83; }

#keisagyou .faq-list > dd + dt { margin-top: 40px; }

#keisagyou .faq-list > #a1 { background-image: url(../keisagyou/images/img-faq-1.jpg); }

#keisagyou .faq-list > #a2 { background-image: url(../keisagyou/images/img-faq-2.jpg); }

#keisagyou .faq-list > #a3 { background-image: url(../keisagyou/images/img-faq-3.jpg); }

#keisagyou .faq-list > #a4 { background-image: url(../keisagyou/images/img-faq-4.jpg); }

#keisagyou .faq-list > #a5 { background-image: url(../keisagyou/images/img-faq-5.jpg); }

#keisagyou .faq-list .head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

#keisagyou .faq-list .head > span { display: block; }

#keisagyou .faq-list .head > .icon { width: 75px; border-right: 2px dotted #949494; font-size: 212.5%; font-weight: 600; font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif; white-space: nowrap; line-height: 1; }

#keisagyou .faq-list .head > .title { padding: 1px 0 2px 32px; font-size: 150%; line-height: 1.3333; }

#keisagyou .faq-list .body { margin-top: 9px; font-size: 93.75%; line-height: 1.8666; }

#keisagyou .faq-list .body > em { color: #fe4f83; font-weight: 500; }

#keisagyou .faq-list .body a { text-decoration: underline; }

@media screen and (max-width: 640px) { #keisagyou .faq-list { margin-top: 20px; }
  #keisagyou .faq-list > dt, #keisagyou .faq-list > dd { bottom: 2px; }
  #keisagyou .faq-list > dt { padding: 15px; }
  #keisagyou .faq-list > dt + dd { margin-top: 8px; }
  #keisagyou .faq-list > dt::before { bottom: -10px; margin-left: -12px; border-width: 10px 12px 0; }
  #keisagyou .faq-list > dt::after { bottom: -7px; margin-left: -9px; border-width: 7px 9px 0; }
  #keisagyou .faq-list > dd { padding: 15px; background: none !important; }
  #keisagyou .faq-list > dd + dt { margin-top: 18px; }
  #keisagyou .faq-list > dd::after { display: block; width: 100%; margin: 10px auto 0; padding-top: 56.44444%; background: no-repeat center / cover; content: ''; }
  #keisagyou .faq-list > #a1::after { background-image: url(../keisagyou/images/img-faq-1.jpg); }
  #keisagyou .faq-list > #a2::after { background-image: url(../keisagyou/images/img-faq-2.jpg); }
  #keisagyou .faq-list > #a3::after { background-image: url(../keisagyou/images/img-faq-3.jpg); }
  #keisagyou .faq-list > #a4::after { background-image: url(../keisagyou/images/img-faq-4.jpg); }
  #keisagyou .faq-list > #a5::after { background-image: url(../keisagyou/images/img-faq-5.jpg); }
  #keisagyou .faq-list .head > .icon { width: auto; padding-right: 12px; font-size: 185.71429%; }
  #keisagyou .faq-list .head > .title { padding-left: 12px; font-size: 133.33333%; }
  #keisagyou .faq-list .body { margin-top: 6px; font-size: 100%; } }

@media screen and (max-width: 640px) { #keisagyou { min-width: 320px; font-size: 14px; }
  #keisagyou img { max-width: 100%; height: auto; }
  #keisagyou .view-pc { display: none; }
  #keisagyou .view-sp { display: block; }
  #keisagyou img.view-sp { display: inline; }
  #keisagyou .float-l, #keisagyou .float-r { float: none; }
  #keisagyou * { -webkit-box-sizing: border-box; box-sizing: border-box; }
  #keisagyou #lp-header { border-bottom-width: 2px; }
  #keisagyou #lp-header .header-inner { padding: 20px 0 18px 10px; }
  #keisagyou #lp-header h1 { width: 168px; }
  #keisagyou #lp-header .sns { top: 50%; right: 0; margin-top: -19px; } }

/* #keisagyou */
/* ----------------------------------------------- */
/* LP レディ50 */
/* ----------------------------------------------- */
#lady50 { height: 100%; min-width: 1060px; color: #134759; }

@media screen and (max-width: 640px) { #lady50 { min-width: 360px; font-size: 14px; }
  #lady50 img { max-width: 100%; height: auto; } }

#lady50 .disp-ib { display: inline-block; }

#lady50 .lp-section.-fill { background: -webkit-gradient(linear, left top, left bottom, from(#A1D5E6), to(#FFFFFF)); background: -o-linear-gradient(top, #A1D5E6 0%, #FFFFFF 100%); background: linear-gradient(to bottom, #A1D5E6 0%, #FFFFFF 100%); }

#lady50 .lp-section > .inner { max-width: 1020px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 640px) { #lady50 .lp-section > .inner { padding-top: 30px; padding-bottom: 30px; } }

#lady50 .heading-a { font-size: 175%; color: #1F7390; font-weight: 600; text-align: center; letter-spacing: 0.1em; }

@media screen and (max-width: 640px) { #lady50 .heading-a { font-size: 143.75%; } }

#lady50 .page-header { padding: 0; border-bottom: 3px solid #3fc8dc; position: relative; }

#lady50 .page-header .header-inner { position: relative; margin: 0 auto; padding: 16px 20px; max-width: 1020px; }

#lady50 .page-header .sns { position: absolute; top: 28px; right: 20px; }

#lady50 .page-header .sns a { display: inline-block; margin-right: 8px; }

@media screen and (max-width: 640px) { #lady50 .page-header { border-bottom-width: 2px; }
  #lady50 .page-header .header-inner { padding: 20px 0 18px 10px; }
  #lady50 .page-header h1 { width: 168px; }
  #lady50 .page-header .sns { top: 50%; right: 0; margin-top: -19px; } }

#lady50 .page-footer { position: relative; background: #3fc8dc; }

#lady50 .page-footer .copyright { padding: 15px; font-size: 87.5%; color: #fff; text-align: center; }

@media screen and (max-width: 640px) { #lady50 .page-footer { font-size: 85.71429%; } }

#lady50 .js-fixedBtn { display: none; }

@media screen and (max-width: 640px) { #lady50 .js-fixedBtn { position: fixed; background-color: rgba(255, 255, 255, 0.7); bottom: 0; padding: 20px 30px; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 100; width: 100%; }
  #lady50 .js-fixedBtn .btn { display: block; width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3px; text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(#1f7390), to(#103a48)); background: -o-linear-gradient(left, #1f7390 0%, #103a48 100%); background: linear-gradient(to right, #1f7390 0%, #103a48 100%); }
  #lady50 .js-fixedBtn .btn > .inner { display: block; border: 1px solid #EBEBD6; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #F0EEA5; text-align: center; font-size: 114.28571%; padding: 0.5em 0.4em; letter-spacing: 0.1em; } }

#lady50 .main-visual { position: relative; overflow: hidden; }

#lady50 .main-visual > img { width: 100%; max-width: none; min-width: 1200px; }

#lady50 .main-visual > img.sp { display: none; }

#lady50 .main-visual .mainvisual-inner { position: absolute; top: 0; left: 0; right: 0; width: 1020px; margin: 0 auto; height: 100%; }

@media screen and (max-width: 640px) { #lady50 .main-visual { overflow: hidden; }
  #lady50 .main-visual > img { min-width: 0; }
  #lady50 .main-visual > img.pc { display: none; }
  #lady50 .main-visual > img.sp { display: block; }
  #lady50 .main-visual .mainvisual-inner { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; } }

#lady50 .mainvisual-inner > .textarea { width: 700px; position: absolute; top: 30%; -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%); text-align: center; }

#lady50 .mainvisual-inner .heading { margin-bottom: 40px; }

#lady50 .mainvisual-inner .lead { margin-bottom: 40px; }

#lady50 .mainvisual-inner .btn { display: block; width: 450px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3px; text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(#1f7390), to(#103a48)); background: -o-linear-gradient(left, #1f7390 0%, #103a48 100%); background: linear-gradient(to right, #1f7390 0%, #103a48 100%); }

#lady50 .mainvisual-inner .btn > .inner { display: block; border: 1px solid #EBEBD6; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #F0EEA5; text-align: center; font-size: 150%; padding: 0.4em; letter-spacing: 0.1em; }

@media screen and (max-width: 640px) { #lady50 .mainvisual-inner > .textarea { width: 82vw; height: 100%; margin: 0 auto; position: relative; top: 0; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
  #lady50 .mainvisual-inner .heading { margin-bottom: 10px; margin-top: 32px; }
  #lady50 .mainvisual-inner .lead { margin-bottom: 10px; }
  #lady50 .mainvisual-inner .btn { width: 100%; position: absolute; bottom: 80px; }
  #lady50 .mainvisual-inner .btn > .inner { font-size: 114.28571%; padding: 0.5em 0.4em; } }

#lady50 .lead-block { position: relative; z-index: 1; max-width: 1600px; margin: 0 auto; z-index: 1; }

#lady50 .lead-block > .inner { width: 1020px; margin: 0 auto; overflow: hidden; }

#lady50 .lead-block .textarea { width: 550px; margin: 100px 0 155px; float: right; }

#lady50 .lead-block .main { color: #1F7390; font-size: 150%; font-weight: 600; margin: 0; }

#lady50 .lead-block .description { font-size: 112.5%; line-height: 2.4; margin: 30px 0 0; }

#lady50 .lead-block .bg { position: absolute; top: 0; left: 0; z-index: -1; }

@media screen and (max-width: 640px) { #lady50 .lead-block { width: 100%; }
  #lady50 .lead-block > .inner { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; }
  #lady50 .lead-block .textarea { width: 100%; float: none; margin: 20px 0 0; }
  #lady50 .lead-block .main { font-size: 125%; }
  #lady50 .lead-block .description { font-size: 100%; line-height: 2; margin: 10px 0 0; }
  #lady50 .lead-block .bg { width: 75%; position: static; margin-top: -40%; opacity: 0.3; } }

#lady50 .section-03 { position: relative; z-index: 1; }

#lady50 .section-03 .bg { width: 100%; position: absolute; top: 0; z-index: -1; }

#lady50 .section-03 > .inner { padding-top: 1px; }

@media screen and (max-width: 640px) { #lady50 .section-03 .bg { display: none; } }

#lady50 .faq-block { margin: -30px 0 0; padding: 1px 20px 20px; -webkit-box-sizing: border-box; box-sizing: border-box; background: -o-linear-gradient(315deg, #C4E1EB 0%, #1F7390 100%); background: linear-gradient(135deg, #C4E1EB 0%, #1F7390 100%); }

#lady50 .faq-block > .inner { background-color: #EBEBD6; padding: 60px 20px 25px; }

#lady50 .faq-block > .heading { text-align: center; margin: -20px auto 25px; }

#lady50 .faq-block > .heading .sp { display: none; }

@media screen and (max-width: 640px) { #lady50 .faq-block { margin: 0; padding: 1px 15px 20px; }
  #lady50 .faq-block > .inner { background-color: #EBEBD6; padding: 20px 15px 20px; }
  #lady50 .faq-block > .heading { margin: -40px auto 15px; }
  #lady50 .faq-block > .heading .pc { display: none; }
  #lady50 .faq-block > .heading .sp { display: block; margin: 0 auto; } }

#lady50 .faq-box > .question { color: #1F7390; text-align: center; font-size: 125%; font-weight: 600; margin: 0 0 30px; }

#lady50 .faq-box:not(:last-child) { margin-bottom: 50px; }

@media screen and (max-width: 640px) { #lady50 .faq-box > .question { font-size: 128.57143%; margin: 0 0 20px; }
  #lady50 .faq-box:not(:last-child) { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { #lady50 .faq-box > .question { font-size: 114.28571%; } }

#lady50 .faq-card { background-color: #fff; padding: 45px 35px 45px 90px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

#lady50 .faq-card::before { background: url("../lady50/images/label-answer.png?v2"); content: ''; display: block; position: absolute; top: -4px; left: -4px; width: 90px; height: 90px; background-size: 90px 90px; }

#lady50 .faq-card .answer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

#lady50 .faq-card .answer:not(:last-child) { margin-bottom: 30px; }

#lady50 .faq-card .answer .textarea { padding-right: 25px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

#lady50 .faq-card .answer .heading { font-size: 112.5%; font-weight: 600; color: #1F7390; margin: 0 0 15px; }

#lady50 .faq-card .answer .marker { position: relative; display: inline-block; z-index: 1; }

#lady50 .faq-card .answer .marker::after { display: block; content: ''; position: absolute; bottom: 2px; height: 8px; width: 100%; background-color: #F0EEA5; z-index: -1; }

#lady50 .faq-card .answer .description { margin: 0; font-size: 93.75%; line-height: 1.8; }

@media screen and (max-width: 640px) { #lady50 .faq-card { padding: 25px 15px 20px; }
  #lady50 .faq-card::before { background: url("../lady50/images/label-answer-sp.png"); width: 81px; height: 24px; background-size: 81px 24px; top: -6px; left: -2px; }
  #lady50 .faq-card .answer { display: block; }
  #lady50 .faq-card .answer:not(:last-child) { margin-bottom: 20px; }
  #lady50 .faq-card .answer .textarea { padding-right: 0; }
  #lady50 .faq-card .answer .heading { margin: 0 0 5px; }
  #lady50 .faq-card .answer .image { width: 100%; margin-top: 10px; } }

#lady50 .soudan-block { max-width: 1600px; margin: 0 auto; overflow: hidden; background-image: url("../lady50/images/bg-soudan.png"); background-position: right bottom; background-repeat: no-repeat; }

#lady50 .soudan-block > .inner { width: 1020px; margin: 100px auto 120px; }

#lady50 .soudan-block .btn { display: block; width: 420px; margin: 65px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3px; text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(#1f7390), to(#103a48)); background: -o-linear-gradient(left, #1f7390 0%, #103a48 100%); background: linear-gradient(to right, #1f7390 0%, #103a48 100%); }

#lady50 .soudan-block .btn > .inner { display: block; border: 1px solid #EBEBD6; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #F0EEA5; text-align: center; font-size: 150%; padding: 0.4em; letter-spacing: 0.1em; }

@media screen and (max-width: 640px) { #lady50 .soudan-block { width: 100%; background-color: rgba(255, 255, 255, 0.4); background-blend-mode: lighten; background-size: contain; }
  #lady50 .soudan-block > .inner { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; margin: 20px auto 30px; }
  #lady50 .soudan-block .text { width: 327px; }
  #lady50 .soudan-block .btn { width: 65%; margin: 20px 0 0; }
  #lady50 .soudan-block .btn > .inner { font-size: 114.28571%; } }

#lady50 .section-04 { padding: 130px 0 120px; }

@media screen and (max-width: 640px) { #lady50 .section-04 { padding: 30px 0 20px; } }

#lady50 .flow-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 70px 0 0; list-style: none; padding: 0; }

#lady50 .flow-list > li { text-align: center; padding-right: 37px; position: relative; }

#lady50 .flow-list > li:not(:last-child)::after { display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 12px; border-color: transparent transparent transparent #1F7390; position: absolute; right: 12px; top: 90px; }

#lady50 .flow-list > li:last-child { padding-right: 0; }

#lady50 .flow-list .text { font-size: 100%; line-height: 1.5; margin-top: 20px; }

@media screen and (max-width: 640px) { #lady50 .flow-list { margin: 40px 0 0; display: block; }
  #lady50 .flow-list > li { padding-right: 0; padding-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 300px; margin: 0 auto; }
  #lady50 .flow-list > li:nth-child(even) img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  #lady50 .flow-list > li:nth-child(even) .text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: right; }
  #lady50 .flow-list > li:nth-child(odd) .text { text-align: left; }
  #lady50 .flow-list > li:not(:last-child)::after { display: none; }
  #lady50 .flow-list > li img { width: 100px; }
  #lady50 .flow-list .text { font-size: 100%; margin-top: 0; padding: 0 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

#lady50 .section-05 { padding: 0 0 120px; }

#lady50 .section-05 .heading-a { margin-bottom: 60px; }

@media screen and (max-width: 640px) { #lady50 .section-05 { padding: 10px 0 30px; }
  #lady50 .section-05 .heading-a { margin-bottom: 30px; }
  #lady50 .section-05 > .inner { padding: 0 15px; } }

#lady50 .case-card { position: relative; margin-top: 45px; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; background: -o-linear-gradient(315deg, #C4E1EB 0%, #1F7390 100%); background: linear-gradient(135deg, #C4E1EB 0%, #1F7390 100%); }

#lady50 .case-card.-case01::before { background: url("../lady50/images/label-case01.png?v2"); background-size: 90px 90px; }

#lady50 .case-card.-case02::before { background: url("../lady50/images/label-case02.png?v2"); background-size: 90px 90px; }

#lady50 .case-card.-case03::before { background: url("../lady50/images/label-case03.png?v2"); background-size: 90px 90px; }

#lady50 .case-card::before { content: ''; display: block; width: 90px; height: 90px; position: absolute; top: -4px; left: -4px; }

#lady50 .case-card > .inner { background-color: #fff; padding: 40px 40px 20px; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 640px) { #lady50 .case-card { margin-top: 30px; padding: 15px; }
  #lady50 .case-card.-case01::before { background: url("../lady50/images/label-case01-sp.png"); background-size: 65px 24px; }
  #lady50 .case-card.-case02::before { background: url("../lady50/images/label-case02-sp.png"); background-size: 65px 24px; }
  #lady50 .case-card.-case03::before { background: url("../lady50/images/label-case03-sp.png"); background-size: 65px 24px; }
  #lady50 .case-card.-case01::before, #lady50 .case-card.-case02::before, #lady50 .case-card.-case03::before { width: 65px; height: 24px; top: -10px; left: -2px; }
  #lady50 .case-card > .inner { padding: 0; } }

#lady50 .user-voice { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

#lady50 .user-voice > .user { padding-right: 30px; text-align: center; }

#lady50 .user-voice > .user .profile { margin-top: 10px; font-size: 87.5%; text-align: center; }

#lady50 .user-voice > .voice { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

#lady50 .user-voice > .voice .heading { font-size: 125%; color: #1F7390; font-weight: 600; margin-bottom: 8px; }

#lady50 .user-voice > .voice .career { font-size: 100%; font-weight: 600; }

#lady50 .user-voice > .voice .text { font-size: 93.75%; line-height: 1.85; margin-top: 12px; }

@media screen and (max-width: 640px) { #lady50 .user-voice { padding: 15px 15px 5px; display: block; }
  #lady50 .user-voice > .user { float: left; padding-right: 15px; padding-bottom: 15px; margin-top: 10px; }
  #lady50 .user-voice > .user img { width: 70px; }
  #lady50 .user-voice > .voice .heading { margin-bottom: 6px; }
  #lady50 .user-voice > .voice .text { margin-top: 8px; } }

#lady50 .staff-voice { background-color: #EBEBD6; margin-top: 15px; border-radius: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px 30px 10px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#lady50 .staff-voice > .voice { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 45px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

#lady50 .staff-voice > .voice .text { font-size: 87.5%; line-height: 2; }

#lady50 .staff-voice > .staff { text-align: center; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

#lady50 .staff-voice > .staff .profile { margin-top: 10px; font-size: 87.5%; text-align: center; }

@media screen and (max-width: 640px) { #lady50 .staff-voice { border-radius: 15px; padding: 20px; border-radius: 0; display: block; overflow: hidden; }
  #lady50 .staff-voice > .voice { padding-right: 15px; }
  #lady50 .staff-voice > .staff { width: 100px; float: right; }
  #lady50 .staff-voice > .staff img { width: 70px; }
  #lady50 .staff-voice > .staff .profile { display: none; } }

@media screen and (max-width: 480px) { #lady50 .staff-voice > .voice { padding-right: 0; }
  #lady50 .staff-voice > .staff { margin: 10px auto 0; } }

#lady50 .section-06 { background-color: #eee; padding: 100px 0 120px; }

@media screen and (max-width: 640px) { #lady50 .section-06 { padding: 30px 15px 30px; } }

#lady50 .search-head { margin: 40px auto 40px; }

@media screen and (max-width: 640px) { #lady50 .search-head { margin: 40px auto 25px; } }

#lady50 .search-head .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

#lady50 .search-head .list > li { -webkit-box-sizing: border-box; box-sizing: border-box; }

#lady50 .search-head .list > li + li { padding-left: 12px; }

#lady50 .search-head .list .head { display: block; font-size: 100%; font-weight: 600; margin-bottom: 8px; }

#lady50 .search-head .list input[type="text"] { width: 340px; padding: 10px 7px; }

#lady50 .search-head .list input[type="submit"], #lady50 .search-head .list input[type="button"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 200px; background-color: #1F7390; border: none; color: #fff; font-size: 93.75%; font-weight: 500; padding: 13px 10px; }

#lady50 .search-head .list .btn { position: relative; }

#lady50 .search-head .list .btn::after { content: '\f002'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 22px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; }

@media screen and (max-width: 640px) { #lady50 .search-head .list > li { width: 49.5%; }
  #lady50 .search-head .list > li + li { padding-left: 1%; }
  #lady50 .search-head .list .head { font-size: 100%; }
  #lady50 .search-head .list input[type="text"] { width: 100%; font-size: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  #lady50 .search-head .list input[type="submit"], #lady50 .search-head .list input[type="button"] { margin: 6px auto 0; font-size: 114.28571%; padding: 8px 10px; width: 100%; }
  #lady50 .search-head .list .btn { margin-top: 10px; } }

@media screen and (max-width: 510px) { #lady50 .search-head .list > li { width: 100%; }
  #lady50 .search-head .list > li + li { padding-left: 0%; padding-top: 10px; } }

#lady50 .search-result { overflow: hidden; }

#lady50 .search-result > .list { margin: 25px -15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#lady50 .search-result > .list > li { width: 33.333%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px; }

#lady50 .search-result > .list > li .job-card { height: 100%; }

@media screen and (max-width: 640px) { #lady50 .search-result > .list { margin: 25px -5px; }
  #lady50 .search-result > .list > li { width: 50%; padding: 5px; }
  #lady50 .search-result > .list > li .job-card { height: 100%; } }

@media screen and (max-width: 480px) { #lady50 .search-result > .list > li { width: 100%; } }

#lady50 .search-pager > .pager { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; padding-left: 0; margin: 0; }

#lady50 .search-pager > .pager li { margin: 5px; width: 28px; height: 28px; padding: 0; border: 1px solid #1F7390; background-color: #C4E1EB; font-size: 100%; line-height: 28px; text-align: center; font-weight: normal; }

#lady50 .search-pager > .pager li > a, #lady50 .search-pager > .pager li > span { display: block; background-color: #fff; }

#lady50 .search-pager > .pager li.-next, #lady50 .search-pager > .pager li.-prev { width: auto; border: none; background-color: transparent; margin: 5px 10px; }

#lady50 .search-pager > .pager li.-next > a, #lady50 .search-pager > .pager li.-next > span, #lady50 .search-pager > .pager li.-prev > a, #lady50 .search-pager > .pager li.-prev > span { background-color: transparent; }

#lady50 .search-pager > .pager li.-next > a i, #lady50 .search-pager > .pager li.-next > span i, #lady50 .search-pager > .pager li.-prev > a i, #lady50 .search-pager > .pager li.-prev > span i { padding: 0 8px; color: #1F7390; }

@media screen and (max-width: 640px) { #lady50 .search-pager > .pager li:not(:first-child), #lady50 .search-pager > .pager li:not(:last-child) { width: 25px; height: 25px; line-height: 25px; }
  #lady50 .search-pager > .pager li.-next, #lady50 .search-pager > .pager li.-prev { width: auto; } }

#lady50 .job-card { display: block; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 3px solid #1F7390; padding: 20px; text-decoration: none; }

#lady50 .job-card > .title { font-size: 125%; font-weight: 600; line-height: 1.4; color: #134759; }

#lady50 .job-card > .table { margin-top: 20px; font-size: 87.5%; }

#lady50 .job-card > .table th { color: #1F7390; border-right: 1px solid #1F7390; width: 75px; }

#lady50 .job-card > .table th i { padding-right: 0.2em; width: 1em; }

#lady50 .job-card > .table td { padding-left: 20px; }

#lady50 .job-card > .table th, #lady50 .job-card > .table td { padding-top: 0.6em; padding-bottom: 0.6em; vertical-align: top; }

@media screen and (max-width: 640px) { #lady50 .job-card > .table { font-size: 100%; }
  #lady50 .job-card > .table th, #lady50 .job-card > .table td { padding-top: 0.4em; padding-bottom: 0.4em; } }

#lady50 .search-more { margin-bottom: 20px; overflow: hidden; }

#lady50 .search-more .btn { float: right; display: inline-block; position: relative; color: #1F7390; font-weight: 600; padding-right: 1.5em; text-decoration: none; }

#lady50 .search-more .btn::after { position: absolute; right: 5px; top: 7px; content: ''; display: block; width: 7px; height: 7px; border-right: 1px solid #1F7390; border-bottom: 1px solid #1F7390; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#lady50 .yoyaku-block { background-image: url("../lady50/images/bg-yoyaku.jpg"); background-size: cover; background-position: center; }

#lady50 .yoyaku-block > .inner { width: 1020px; padding: 110px 0; margin: 0 auto; }

#lady50 .yoyaku-block .text { font-size: 112.5%; line-height: 2.5; }

#lady50 .yoyaku-block .btn { display: block; width: 420px; margin: 50px 0 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3px; text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(#1f7390), to(#103a48)); background: -o-linear-gradient(left, #1f7390 0%, #103a48 100%); background: linear-gradient(to right, #1f7390 0%, #103a48 100%); }

#lady50 .yoyaku-block .btn > .inner { display: block; border: 1px solid #EBEBD6; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #F0EEA5; text-align: center; font-size: 150%; padding: 0.4em; letter-spacing: 0.1em; }

@media screen and (max-width: 640px) { #lady50 .yoyaku-block { background-position: 65% 50%; }
  #lady50 .yoyaku-block > .inner { width: 100%; padding: 30px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  #lady50 .yoyaku-block .text { font-size: 107.14286%; line-height: 1.8; width: 70%; }
  #lady50 .yoyaku-block .btn { width: 80%; margin: 30px auto 20px; }
  #lady50 .yoyaku-block .btn > .inner { font-size: 121.42857%; } }

/* #lady50 */
/*# sourceMappingURL=lp.css.map */